var/log/dev.log

Open in your IDE?
  1. [2021-12-27 17:54:55] doctrine.DEBUG: SELECT DATABASE() [] []
  2. [2021-12-27 17:54:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3. [2021-12-27 17:54:55] doctrine.DEBUG: SELECT DATABASE() [] []
  4. [2021-12-27 17:54:55] doctrine.DEBUG: SELECT DATABASE() [] []
  5. [2021-12-27 17:54:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6. [2021-12-27 17:54:55] doctrine.DEBUG: SELECT DATABASE() [] []
  7. [2021-12-27 17:54:55] doctrine.DEBUG: CREATE TABLE page (id INT AUTO_INCREMENT NOT NULL, meta_title VARCHAR(255) DEFAULT NULL, meta_description VARCHAR(255) DEFAULT NULL, controller VARCHAR(255) DEFAULT NULL, sitemap_file_name VARCHAR(255) DEFAULT NULL, sitemap_file_size INT DEFAULT NULL, sitemap_file_updated_at DATETIME DEFAULT NULL, title VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
  8. [2021-12-27 17:54:55] doctrine.DEBUG: CREATE TABLE info (id INT AUTO_INCREMENT NOT NULL, address VARCHAR(255) DEFAULT NULL, fix_phone VARCHAR(255) DEFAULT NULL, mobile_phone VARCHAR(255) DEFAULT NULL, email VARCHAR(255) DEFAULT NULL, opening_hour LONGTEXT DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
  9. [2021-12-27 17:54:55] doctrine.DEBUG: CREATE TABLE brand (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) DEFAULT NULL, sub_title VARCHAR(255) DEFAULT NULL, brand_file_name VARCHAR(255) DEFAULT NULL, brand_file_size INT DEFAULT NULL, brand_file_updated_at DATETIME DEFAULT NULL, position INT DEFAULT NULL, type VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
  10. [2021-12-27 17:54:55] doctrine.DEBUG: CREATE TABLE color (id INT AUTO_INCREMENT NOT NULL, color_category_id INT DEFAULT NULL, position INT DEFAULT NULL, INDEX IDX_665648E96E3FE0EE (color_category_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
  11. [2021-12-27 17:54:55] doctrine.DEBUG: CREATE TABLE color_category (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) DEFAULT NULL, color_category_file_name VARCHAR(255) DEFAULT NULL, linear_gradient VARCHAR(255) DEFAULT NULL, color_category_file_size INT DEFAULT NULL, color_category_file_updated_at DATETIME DEFAULT NULL, position INT DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
  12. [2021-12-27 17:54:55] doctrine.DEBUG: CREATE TABLE product (id INT AUTO_INCREMENT NOT NULL, brand_id INT DEFAULT NULL, color_id INT DEFAULT NULL, opacity VARCHAR(255) DEFAULT NULL, volume VARCHAR(255) DEFAULT NULL, color_name VARCHAR(255) DEFAULT NULL, color_type VARCHAR(255) DEFAULT NULL, link VARCHAR(255) DEFAULT NULL, product_file_name VARCHAR(255) DEFAULT NULL, product_file_size INT DEFAULT NULL, product_file_updated_at DATETIME DEFAULT NULL, position INT DEFAULT NULL, INDEX IDX_D34A04AD44F5D008 (brand_id), INDEX IDX_D34A04AD7ADA1FB5 (color_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
  13. [2021-12-27 17:54:55] doctrine.DEBUG: ALTER TABLE color ADD CONSTRAINT FK_665648E96E3FE0EE FOREIGN KEY (color_category_id) REFERENCES color_category (id) [] []
  14. [2021-12-27 17:54:55] doctrine.DEBUG: ALTER TABLE product ADD CONSTRAINT FK_D34A04AD44F5D008 FOREIGN KEY (brand_id) REFERENCES brand (id) [] []
  15. [2021-12-27 17:54:55] doctrine.DEBUG: ALTER TABLE product ADD CONSTRAINT FK_D34A04AD7ADA1FB5 FOREIGN KEY (color_id) REFERENCES color (id) [] []
  16. [2021-12-27 17:55:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  17. [2021-12-27 17:55:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18. [2021-12-27 17:55:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19. [2021-12-27 17:55:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20. [2021-12-27 17:55:21] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("address") on a null variable." at /home/hlcdisb/www/rbbe_dev/templates/layout.html.twig line 45 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"address\") on a null variable. at /home/hlcdisb/www/rbbe_dev/templates/layout.html.twig:45)"} []
  21. [2021-12-27 17:55:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22. [2021-12-27 17:55:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23. [2021-12-27 17:55:21] doctrine.DEBUG: SELECT DATABASE() [] []
  24. [2021-12-27 17:55:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d50439"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/d50439","method":"GET"} []
  25. [2021-12-27 17:56:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26. [2021-12-27 17:56:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27. [2021-12-27 17:56:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28. [2021-12-27 17:56:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29. [2021-12-27 17:56:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30. [2021-12-27 17:56:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31. [2021-12-27 17:56:29] doctrine.DEBUG: SELECT DATABASE() [] []
  32. [2021-12-27 17:56:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33. [2021-12-27 17:56:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34. [2021-12-27 17:56:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  35. [2021-12-27 17:56:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  36. [2021-12-27 17:56:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  37. [2021-12-27 17:56:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  38. [2021-12-27 17:56:30] doctrine.DEBUG: SELECT DATABASE() [] []
  39. [2021-12-27 17:56:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f0b59"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/4f0b59","method":"GET"} []
  40. [2021-12-27 17:56:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  41. [2021-12-27 17:56:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  42. [2021-12-27 17:56:31] doctrine.DEBUG: SELECT DATABASE() [] []
  43. [2021-12-27 17:57:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  44. [2021-12-27 17:57:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  45. [2021-12-27 17:57:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  46. [2021-12-27 17:57:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  47. [2021-12-27 17:57:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  48. [2021-12-27 17:57:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  49. [2021-12-27 17:57:06] doctrine.DEBUG: SELECT DATABASE() [] []
  50. [2021-12-27 17:57:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a6884"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/2a6884","method":"GET"} []
  51. [2021-12-27 17:57:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  52. [2021-12-27 17:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  53. [2021-12-27 17:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  54. [2021-12-27 17:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  55. [2021-12-27 17:57:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  56. [2021-12-27 17:57:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  57. [2021-12-27 17:57:52] doctrine.DEBUG: SELECT DATABASE() [] []
  58. [2021-12-27 17:57:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  59. [2021-12-27 17:57:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  60. [2021-12-27 17:57:52] doctrine.DEBUG: SELECT DATABASE() [] []
  61. [2021-12-27 18:12:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  62. [2021-12-27 18:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  63. [2021-12-27 18:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  64. [2021-12-27 18:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  65. [2021-12-27 18:12:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  66. [2021-12-27 18:12:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  67. [2021-12-27 18:12:10] doctrine.DEBUG: SELECT DATABASE() [] []
  68. [2021-12-27 18:12:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b0743"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/6b0743","method":"GET"} []
  69. [2021-12-29 09:46:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  70. [2021-12-29 09:46:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  71. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  72. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  73. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  74. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  75. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  76. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  77. [2021-12-29 09:47:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  78. [2021-12-29 09:47:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  79. [2021-12-29 09:47:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  80. [2021-12-29 09:47:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  81. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT DATABASE() [] []
  82. [2021-12-29 09:47:00] doctrine.DEBUG: SELECT DATABASE() [] []
  83. [2021-12-29 09:47:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  84. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  85. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  86. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  87. [2021-12-29 09:47:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  88. [2021-12-29 09:47:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  89. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT DATABASE() [] []
  90. [2021-12-29 09:47:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  91. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  92. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  93. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  94. [2021-12-29 09:47:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  95. [2021-12-29 09:47:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  96. [2021-12-29 09:47:11] doctrine.DEBUG: SELECT DATABASE() [] []
  97. [2021-12-29 10:47:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  98. [2021-12-29 10:47:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  99. [2021-12-29 10:47:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  100. [2021-12-29 10:47:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  101. [2021-12-29 10:47:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  102. [2021-12-29 10:47:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  103. [2021-12-29 10:47:52] doctrine.DEBUG: SELECT DATABASE() [] []
  104. [2021-12-29 10:47:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d52d2"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9d52d2","method":"GET"} []
  105. [2021-12-29 11:01:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  106. [2021-12-29 11:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  107. [2021-12-29 11:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  108. [2021-12-29 11:01:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  109. [2021-12-29 11:01:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  110. [2021-12-29 11:01:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  111. [2021-12-29 11:01:09] doctrine.DEBUG: SELECT DATABASE() [] []
  112. [2021-12-29 16:36:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  113. [2021-12-29 16:36:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  114. [2021-12-29 16:36:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  115. [2021-12-29 16:36:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  116. [2021-12-29 16:36:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  117. [2021-12-29 16:36:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  118. [2021-12-29 16:36:35] doctrine.DEBUG: SELECT DATABASE() [] []
  119. [2021-12-29 16:36:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b281a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3b281a","method":"GET"} []
  120. [2021-12-29 16:36:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  121. [2021-12-29 16:36:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  122. [2021-12-29 16:36:37] doctrine.DEBUG: SELECT DATABASE() [] []
  123. [2021-12-29 19:53:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  124. [2021-12-29 19:53:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  125. [2021-12-29 19:53:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  126. [2021-12-29 19:53:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  127. [2021-12-29 19:53:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  128. [2021-12-29 19:53:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  129. [2021-12-29 19:53:30] doctrine.DEBUG: SELECT DATABASE() [] []
  130. [2021-12-29 19:53:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  131. [2021-12-29 19:53:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  132. [2021-12-29 19:53:31] doctrine.DEBUG: SELECT DATABASE() [] []
  133. [2021-12-29 19:53:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  134. [2021-12-29 19:53:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  135. [2021-12-29 19:53:32] doctrine.DEBUG: SELECT DATABASE() [] []
  136. [2021-12-29 21:36:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  137. [2021-12-29 21:36:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  138. [2021-12-29 21:36:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  139. [2021-12-29 21:36:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  140. [2021-12-29 21:36:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  141. [2021-12-29 21:36:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  142. [2021-12-29 21:36:11] doctrine.DEBUG: SELECT DATABASE() [] []
  143. [2021-12-29 21:36:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  144. [2021-12-29 21:36:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  145. [2021-12-29 21:36:12] doctrine.DEBUG: SELECT DATABASE() [] []
  146. [2021-12-30 08:27:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  147. [2021-12-30 08:27:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  148. [2021-12-30 08:27:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  149. [2021-12-30 08:27:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  150. [2021-12-30 08:27:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  151. [2021-12-30 08:27:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  152. [2021-12-30 08:27:41] doctrine.DEBUG: SELECT DATABASE() [] []
  153. [2021-12-30 08:27:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea94ee"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/ea94ee","method":"GET"} []
  154. [2021-12-30 08:33:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  155. [2021-12-30 08:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  156. [2021-12-30 08:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  157. [2021-12-30 08:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  158. [2021-12-30 08:33:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  159. [2021-12-30 08:33:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  160. [2021-12-30 08:33:39] doctrine.DEBUG: SELECT DATABASE() [] []
  161. [2021-12-30 09:24:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  162. [2021-12-30 09:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  163. [2021-12-30 09:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  164. [2021-12-30 09:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  165. [2021-12-30 09:24:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  166. [2021-12-30 09:24:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  167. [2021-12-30 09:24:29] doctrine.DEBUG: SELECT DATABASE() [] []
  168. [2021-12-30 11:08:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  169. [2021-12-30 11:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  170. [2021-12-30 11:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  171. [2021-12-30 11:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  172. [2021-12-30 11:08:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  173. [2021-12-30 11:08:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  174. [2021-12-30 11:08:01] doctrine.DEBUG: SELECT DATABASE() [] []
  175. [2021-12-30 13:32:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  176. [2021-12-30 13:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  177. [2021-12-30 13:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  178. [2021-12-30 13:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  179. [2021-12-30 13:32:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  180. [2021-12-30 13:32:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  181. [2021-12-30 13:32:35] doctrine.DEBUG: SELECT DATABASE() [] []
  182. [2021-12-30 13:32:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ba4df"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/2ba4df","method":"GET"} []
  183. [2021-12-30 19:47:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  184. [2021-12-30 19:47:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  185. [2021-12-30 19:47:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  186. [2021-12-30 19:47:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  187. [2021-12-30 19:47:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  188. [2021-12-30 19:47:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  189. [2021-12-30 19:47:05] doctrine.DEBUG: SELECT DATABASE() [] []
  190. [2021-12-30 19:47:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  191. [2021-12-30 19:47:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  192. [2021-12-30 19:47:06] doctrine.DEBUG: SELECT DATABASE() [] []
  193. [2021-12-30 19:47:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  194. [2021-12-30 19:47:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  195. [2021-12-30 19:47:06] doctrine.DEBUG: SELECT DATABASE() [] []
  196. [2021-12-30 21:23:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  197. [2021-12-30 21:23:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  198. [2021-12-30 21:23:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  199. [2021-12-30 21:23:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  200. [2021-12-30 21:23:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  201. [2021-12-30 21:23:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  202. [2021-12-30 21:23:32] doctrine.DEBUG: SELECT DATABASE() [] []
  203. [2021-12-30 21:23:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  204. [2021-12-30 21:23:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  205. [2021-12-30 21:23:32] doctrine.DEBUG: SELECT DATABASE() [] []
  206. [2021-12-31 22:10:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  207. [2021-12-31 22:10:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  208. [2021-12-31 22:10:34] doctrine.DEBUG: SELECT DATABASE() [] []
  209. [2021-12-31 22:10:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  210. [2021-12-31 22:10:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  211. [2021-12-31 22:10:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  212. [2021-12-31 22:10:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  213. [2021-12-31 22:10:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  214. [2021-12-31 22:10:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  215. [2021-12-31 22:10:35] doctrine.DEBUG: SELECT DATABASE() [] []
  216. [2021-12-31 22:10:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  217. [2021-12-31 22:10:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  218. [2021-12-31 22:10:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  219. [2021-12-31 22:10:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  220. [2021-12-31 22:10:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  221. [2021-12-31 22:10:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  222. [2021-12-31 22:10:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  223. [2021-12-31 22:10:37] doctrine.DEBUG: SELECT DATABASE() [] []
  224. [2021-12-31 22:10:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  225. [2021-12-31 22:10:37] doctrine.DEBUG: SELECT DATABASE() [] []
  226. [2021-12-31 22:10:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  227. [2021-12-31 22:10:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  228. [2021-12-31 22:10:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  229. [2021-12-31 22:10:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  230. [2021-12-31 22:10:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  231. [2021-12-31 22:10:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  232. [2021-12-31 22:10:38] doctrine.DEBUG: SELECT DATABASE() [] []
  233. [2021-12-31 22:10:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  234. [2021-12-31 22:10:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  235. [2021-12-31 22:10:39] doctrine.DEBUG: SELECT DATABASE() [] []
  236. [2021-12-31 22:35:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  237. [2021-12-31 22:35:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  238. [2021-12-31 22:35:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  239. [2021-12-31 22:35:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  240. [2021-12-31 22:35:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  241. [2021-12-31 22:35:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  242. [2021-12-31 22:35:13] doctrine.DEBUG: SELECT DATABASE() [] []
  243. [2021-12-31 23:44:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  244. [2021-12-31 23:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  245. [2021-12-31 23:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  246. [2021-12-31 23:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  247. [2021-12-31 23:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  248. [2021-12-31 23:44:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  249. [2021-12-31 23:44:26] doctrine.DEBUG: SELECT DATABASE() [] []
  250. [2022-01-02 02:25:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  251. [2022-01-02 02:25:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  252. [2022-01-02 02:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  253. [2022-01-02 02:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  254. [2022-01-02 02:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  255. [2022-01-02 02:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  256. [2022-01-02 02:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  257. [2022-01-02 02:25:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  258. [2022-01-02 02:25:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  259. [2022-01-02 02:25:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  260. [2022-01-02 02:25:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  261. [2022-01-02 02:25:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  262. [2022-01-02 02:25:59] doctrine.DEBUG: SELECT DATABASE() [] []
  263. [2022-01-02 02:25:59] doctrine.DEBUG: SELECT DATABASE() [] []
  264. [2022-01-02 02:26:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcdd51"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/fcdd51","method":"GET"} []
  265. [2022-01-02 02:26:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a2d01"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/5a2d01","method":"GET"} []
  266. [2022-01-02 02:26:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  267. [2022-01-02 02:26:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.png"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.png\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.png/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  268. [2022-01-02 02:26:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  269. [2022-01-02 02:26:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  270. [2022-01-02 02:26:17] doctrine.DEBUG: SELECT DATABASE() [] []
  271. [2022-01-02 02:26:17] doctrine.DEBUG: SELECT DATABASE() [] []
  272. [2022-01-02 02:26:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  273. [2022-01-02 02:26:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  274. [2022-01-02 02:26:18] doctrine.DEBUG: SELECT DATABASE() [] []
  275. [2022-01-02 02:26:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.png"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.png\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.png/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  276. [2022-01-02 02:26:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  277. [2022-01-02 02:26:18] doctrine.DEBUG: SELECT DATABASE() [] []
  278. [2022-01-03 10:34:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  279. [2022-01-03 10:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  280. [2022-01-03 10:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  281. [2022-01-03 10:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  282. [2022-01-03 10:34:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  283. [2022-01-03 10:34:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  284. [2022-01-03 10:34:45] doctrine.DEBUG: SELECT DATABASE() [] []
  285. [2022-01-03 10:34:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9684a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/e9684a","method":"GET"} []
  286. [2022-01-03 10:34:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  287. [2022-01-03 10:34:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  288. [2022-01-03 10:34:47] doctrine.DEBUG: SELECT DATABASE() [] []
  289. [2022-01-03 15:11:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  290. [2022-01-03 15:11:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  291. [2022-01-03 15:11:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  292. [2022-01-03 15:11:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  293. [2022-01-03 15:11:01] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("email") on a null variable." at /home/hlcdisb/www/rbbe_dev/templates/front/footer.html.twig line 15 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"email\") on a null variable. at /home/hlcdisb/www/rbbe_dev/templates/front/footer.html.twig:15)"} []
  294. [2022-01-03 15:11:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  295. [2022-01-03 15:11:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  296. [2022-01-03 15:11:01] doctrine.DEBUG: SELECT DATABASE() [] []
  297. [2022-01-03 15:11:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a63cf"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9a63cf","method":"GET"} []
  298. [2022-01-03 15:23:10] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  299. [2022-01-03 15:23:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  300. [2022-01-03 15:23:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  301. [2022-01-03 15:23:10] doctrine.DEBUG: SELECT DATABASE() [] []
  302. [2022-01-03 15:23:12] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  303. [2022-01-03 15:23:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  304. [2022-01-03 15:23:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  305. [2022-01-03 15:23:12] doctrine.DEBUG: SELECT DATABASE() [] []
  306. [2022-01-03 15:23:12] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  307. [2022-01-03 15:23:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  308. [2022-01-03 15:23:13] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  309. [2022-01-03 15:23:13] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  310. [2022-01-03 15:23:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  311. [2022-01-03 15:23:13] doctrine.DEBUG: SELECT DATABASE() [] []
  312. [2022-01-03 15:23:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c9827"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7c9827","method":"GET"} []
  313. [2022-01-03 15:23:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  314. [2022-01-03 15:23:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  315. [2022-01-03 15:23:18] doctrine.DEBUG: SELECT DATABASE() [] []
  316. [2022-01-03 15:23:20] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Info&menuIndex=3&submenuIndex=-1","method":"GET"} []
  317. [2022-01-03 15:23:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  318. [2022-01-03 15:23:20] doctrine.DEBUG: SELECT DISTINCT i0_.id AS id_0, i0_.id AS id_1 FROM info i0_ ORDER BY i0_.id DESC LIMIT 15 [] []
  319. [2022-01-03 15:23:20] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM info i0_ [] []
  320. [2022-01-03 15:23:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  321. [2022-01-03 15:23:20] doctrine.DEBUG: SELECT DATABASE() [] []
  322. [2022-01-03 15:23:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a94e8"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/0a94e8","method":"GET"} []
  323. [2022-01-03 15:24:55] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Info&menuIndex=3&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DInfo%2526action%253Dlist%2526menuIndex%253D3%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  324. [2022-01-03 15:24:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  325. [2022-01-03 15:24:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  326. [2022-01-03 15:24:57] doctrine.DEBUG: SELECT DATABASE() [] []
  327. [2022-01-03 15:24:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a06c4"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7a06c4","method":"GET"} []
  328. [2022-01-03 15:43:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a06c4"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7a06c4","method":"GET"} []
  329. [2022-01-03 15:45:49] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Info&menuIndex=3&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DInfo%2526action%253Dlist%2526menuIndex%253D3%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"POST"} []
  330. [2022-01-03 15:45:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  331. [2022-01-03 15:45:51] doctrine.DEBUG: "START TRANSACTION" [] []
  332. [2022-01-03 15:45:51] doctrine.DEBUG: INSERT INTO info (address, fix_phone, mobile_phone, email, opening_hour) VALUES (?, ?, ?, ?, ?) {"1":"116, route de Paris<br> 69 [...]","2":"04 72 37 00 50","3":"06 25 23 90 88","4":"contact@rbbe.fr","5":"Lundi au Jeudi\r\nde 9h00 Ã   [...]"} []
  333. [2022-01-03 15:45:51] doctrine.DEBUG: "COMMIT" [] []
  334. [2022-01-03 15:45:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  335. [2022-01-03 15:45:51] doctrine.DEBUG: SELECT DATABASE() [] []
  336. [2022-01-03 15:45:51] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Info&menuIndex=3&page=1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  337. [2022-01-03 15:45:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  338. [2022-01-03 15:45:51] doctrine.DEBUG: SELECT DISTINCT i0_.id AS id_0, i0_.id AS id_1 FROM info i0_ ORDER BY i0_.id DESC LIMIT 15 [] []
  339. [2022-01-03 15:45:51] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.address AS address_1, i0_.fix_phone AS fix_phone_2, i0_.mobile_phone AS mobile_phone_3, i0_.email AS email_4, i0_.opening_hour AS opening_hour_5 FROM info i0_ WHERE i0_.id IN (?) ORDER BY i0_.id DESC [[1]] []
  340. [2022-01-03 15:45:51] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM info i0_ [] []
  341. [2022-01-03 15:45:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  342. [2022-01-03 15:45:51] doctrine.DEBUG: SELECT DATABASE() [] []
  343. [2022-01-03 15:45:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cee277"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/cee277","method":"GET"} []
  344. [2022-01-03 15:46:07] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  345. [2022-01-03 15:46:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  346. [2022-01-03 15:46:07] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  347. [2022-01-03 15:46:07] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  348. [2022-01-03 15:46:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  349. [2022-01-03 15:46:07] doctrine.DEBUG: SELECT DATABASE() [] []
  350. [2022-01-03 15:46:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1fd5c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/c1fd5c","method":"GET"} []
  351. [2022-01-03 15:46:55] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=ColorCategory&menuIndex=1&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DColorCategory%2526action%253Dlist%2526menuIndex%253D1%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  352. [2022-01-03 15:46:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  353. [2022-01-03 15:46:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  354. [2022-01-03 15:46:56] doctrine.DEBUG: SELECT DATABASE() [] []
  355. [2022-01-03 15:46:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"243bf2"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/243bf2","method":"GET"} []
  356. [2022-01-03 15:50:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  357. [2022-01-03 15:50:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  358. [2022-01-03 15:50:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  359. [2022-01-03 15:50:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  360. [2022-01-03 15:50:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  361. [2022-01-03 15:50:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  362. [2022-01-03 15:50:42] doctrine.DEBUG: SELECT DATABASE() [] []
  363. [2022-01-03 15:50:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea550d"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/ea550d","method":"GET"} []
  364. [2022-01-04 12:07:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  365. [2022-01-04 12:07:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  366. [2022-01-04 12:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  367. [2022-01-04 12:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  368. [2022-01-04 12:07:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  369. [2022-01-04 12:07:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  370. [2022-01-04 12:07:24] doctrine.DEBUG: SELECT DATABASE() [] []
  371. [2022-01-04 12:07:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1e09a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/a1e09a","method":"GET"} []
  372. [2022-01-04 12:19:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  373. [2022-01-04 12:19:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  374. [2022-01-04 12:19:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  375. [2022-01-04 12:19:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  376. [2022-01-04 12:19:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  377. [2022-01-04 12:19:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  378. [2022-01-04 12:19:09] doctrine.DEBUG: SELECT DATABASE() [] []
  379. [2022-01-04 12:19:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ff44e"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/2ff44e","method":"GET"} []
  380. [2022-01-04 19:58:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  381. [2022-01-04 19:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  382. [2022-01-04 19:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  383. [2022-01-04 19:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  384. [2022-01-04 19:58:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  385. [2022-01-04 19:58:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  386. [2022-01-04 19:58:21] doctrine.DEBUG: SELECT DATABASE() [] []
  387. [2022-01-04 19:58:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  388. [2022-01-04 19:58:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  389. [2022-01-04 19:58:21] doctrine.DEBUG: SELECT DATABASE() [] []
  390. [2022-01-04 19:58:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  391. [2022-01-04 19:58:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  392. [2022-01-04 19:58:22] doctrine.DEBUG: SELECT DATABASE() [] []
  393. [2022-01-04 21:53:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  394. [2022-01-04 21:53:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  395. [2022-01-04 21:53:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  396. [2022-01-04 21:53:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  397. [2022-01-04 21:53:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  398. [2022-01-04 21:53:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  399. [2022-01-04 21:53:12] doctrine.DEBUG: SELECT DATABASE() [] []
  400. [2022-01-04 21:53:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  401. [2022-01-04 21:53:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  402. [2022-01-04 21:53:13] doctrine.DEBUG: SELECT DATABASE() [] []
  403. [2022-01-05 20:25:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  404. [2022-01-05 20:25:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  405. [2022-01-05 20:25:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  406. [2022-01-05 20:25:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  407. [2022-01-05 20:25:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  408. [2022-01-05 20:25:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  409. [2022-01-05 20:25:30] doctrine.DEBUG: SELECT DATABASE() [] []
  410. [2022-01-05 20:25:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  411. [2022-01-05 20:25:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  412. [2022-01-05 20:25:31] doctrine.DEBUG: SELECT DATABASE() [] []
  413. [2022-01-05 20:25:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  414. [2022-01-05 20:25:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  415. [2022-01-05 20:25:32] doctrine.DEBUG: SELECT DATABASE() [] []
  416. [2022-01-05 22:33:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  417. [2022-01-05 22:33:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  418. [2022-01-05 22:33:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  419. [2022-01-05 22:33:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  420. [2022-01-05 22:33:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  421. [2022-01-05 22:33:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  422. [2022-01-05 22:33:52] doctrine.DEBUG: SELECT DATABASE() [] []
  423. [2022-01-05 22:33:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  424. [2022-01-05 22:33:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  425. [2022-01-05 22:33:53] doctrine.DEBUG: SELECT DATABASE() [] []
  426. [2022-01-10 18:33:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  427. [2022-01-10 18:33:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  428. [2022-01-10 18:33:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  429. [2022-01-10 18:33:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  430. [2022-01-10 18:33:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  431. [2022-01-10 18:33:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  432. [2022-01-10 18:33:22] doctrine.DEBUG: SELECT DATABASE() [] []
  433. [2022-01-10 18:33:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbb105"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bbb105","method":"GET"} []
  434. [2022-01-14 08:05:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  435. [2022-01-14 08:05:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  436. [2022-01-14 08:05:06] doctrine.DEBUG: SELECT DATABASE() [] []
  437. [2022-01-14 08:05:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  438. [2022-01-14 08:05:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  439. [2022-01-14 08:05:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  440. [2022-01-14 08:05:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  441. [2022-01-14 08:05:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  442. [2022-01-14 08:05:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  443. [2022-01-14 08:05:17] doctrine.DEBUG: SELECT DATABASE() [] []
  444. [2022-01-14 08:05:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test_404_page/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test_404_page/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_404_page\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  445. [2022-01-14 08:05:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  446. [2022-01-14 08:05:18] doctrine.DEBUG: SELECT DATABASE() [] []
  447. [2022-01-16 07:15:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  448. [2022-01-16 07:15:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  449. [2022-01-16 07:15:44] doctrine.DEBUG: SELECT DATABASE() [] []
  450. [2022-01-16 07:15:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  451. [2022-01-16 07:15:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  452. [2022-01-16 07:15:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  453. [2022-01-16 07:15:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  454. [2022-01-16 07:15:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  455. [2022-01-16 07:15:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  456. [2022-01-16 07:15:46] doctrine.DEBUG: SELECT DATABASE() [] []
  457. [2022-01-17 01:54:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  458. [2022-01-17 01:54:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  459. [2022-01-17 01:54:14] doctrine.DEBUG: SELECT DATABASE() [] []
  460. [2022-01-17 01:54:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  461. [2022-01-17 01:54:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  462. [2022-01-17 01:54:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  463. [2022-01-17 01:54:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  464. [2022-01-17 01:54:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  465. [2022-01-17 01:54:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  466. [2022-01-17 01:54:16] doctrine.DEBUG: SELECT DATABASE() [] []
  467. [2022-01-17 01:54:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test_404_page/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test_404_page/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_404_page\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  468. [2022-01-17 01:54:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  469. [2022-01-17 01:54:17] doctrine.DEBUG: SELECT DATABASE() [] []
  470. [2022-01-17 11:50:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  471. [2022-01-17 11:50:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  472. [2022-01-17 11:50:26] doctrine.DEBUG: SELECT DATABASE() [] []
  473. [2022-01-17 11:50:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  474. [2022-01-17 11:50:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  475. [2022-01-17 11:50:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  476. [2022-01-17 11:50:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  477. [2022-01-17 11:50:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  478. [2022-01-17 11:50:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  479. [2022-01-17 11:50:34] doctrine.DEBUG: SELECT DATABASE() [] []
  480. [2022-01-17 11:50:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test_404_page/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test_404_page/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_404_page\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  481. [2022-01-17 11:50:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  482. [2022-01-17 11:50:40] doctrine.DEBUG: SELECT DATABASE() [] []
  483. [2022-01-18 22:09:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  484. [2022-01-18 22:09:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  485. [2022-01-18 22:09:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  486. [2022-01-18 22:09:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  487. [2022-01-18 22:09:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  488. [2022-01-18 22:09:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  489. [2022-01-18 22:09:53] doctrine.DEBUG: SELECT DATABASE() [] []
  490. [2022-01-20 21:32:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  491. [2022-01-20 21:32:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  492. [2022-01-20 21:32:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  493. [2022-01-20 21:32:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  494. [2022-01-20 21:32:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  495. [2022-01-20 21:32:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  496. [2022-01-20 21:32:22] doctrine.DEBUG: SELECT DATABASE() [] []
  497. [2022-01-20 21:32:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  498. [2022-01-20 21:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  499. [2022-01-20 21:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  500. [2022-01-20 21:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  501. [2022-01-20 21:32:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  502. [2022-01-20 21:32:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  503. [2022-01-20 21:32:28] doctrine.DEBUG: SELECT DATABASE() [] []
  504. [2022-01-20 21:44:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  505. [2022-01-20 21:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  506. [2022-01-20 21:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  507. [2022-01-20 21:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  508. [2022-01-20 21:44:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  509. [2022-01-20 21:44:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  510. [2022-01-20 21:44:42] doctrine.DEBUG: SELECT DATABASE() [] []
  511. [2022-02-17 12:40:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  512. [2022-02-17 12:40:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  513. [2022-02-17 12:40:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  514. [2022-02-17 12:40:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  515. [2022-02-17 12:40:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  516. [2022-02-17 12:40:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  517. [2022-02-17 12:40:13] doctrine.DEBUG: SELECT DATABASE() [] []
  518. [2022-02-24 19:29:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  519. [2022-02-24 19:29:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  520. [2022-02-24 19:29:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  521. [2022-02-24 19:29:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  522. [2022-02-24 19:29:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  523. [2022-02-24 19:29:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  524. [2022-02-24 19:29:18] doctrine.DEBUG: SELECT DATABASE() [] []
  525. [2022-02-24 19:29:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  526. [2022-02-24 19:29:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  527. [2022-02-24 19:29:20] doctrine.DEBUG: SELECT DATABASE() [] []
  528. [2022-02-24 19:29:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  529. [2022-02-24 19:29:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  530. [2022-02-24 19:29:20] doctrine.DEBUG: SELECT DATABASE() [] []
  531. [2022-02-24 20:48:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  532. [2022-02-24 20:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  533. [2022-02-24 20:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  534. [2022-02-24 20:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  535. [2022-02-24 20:48:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  536. [2022-02-24 20:48:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  537. [2022-02-24 20:48:44] doctrine.DEBUG: SELECT DATABASE() [] []
  538. [2022-02-24 20:48:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  539. [2022-02-24 20:48:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  540. [2022-02-24 20:48:45] doctrine.DEBUG: SELECT DATABASE() [] []
  541. [2022-02-25 19:42:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  542. [2022-02-25 19:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  543. [2022-02-25 19:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  544. [2022-02-25 19:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  545. [2022-02-25 19:42:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  546. [2022-02-25 19:42:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  547. [2022-02-25 19:42:50] doctrine.DEBUG: SELECT DATABASE() [] []
  548. [2022-02-25 19:42:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  549. [2022-02-25 19:42:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  550. [2022-02-25 19:42:50] doctrine.DEBUG: SELECT DATABASE() [] []
  551. [2022-02-25 19:42:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  552. [2022-02-25 19:42:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  553. [2022-02-25 19:42:51] doctrine.DEBUG: SELECT DATABASE() [] []
  554. [2022-02-25 21:01:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  555. [2022-02-25 21:01:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  556. [2022-02-25 21:01:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  557. [2022-02-25 21:01:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  558. [2022-02-25 21:01:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  559. [2022-02-25 21:01:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  560. [2022-02-25 21:01:43] doctrine.DEBUG: SELECT DATABASE() [] []
  561. [2022-02-25 21:01:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  562. [2022-02-25 21:01:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  563. [2022-02-25 21:01:44] doctrine.DEBUG: SELECT DATABASE() [] []
  564. [2022-03-07 13:00:23] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  565. [2022-03-07 13:00:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  566. [2022-03-07 13:00:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  567. [2022-03-07 13:00:30] doctrine.DEBUG: SELECT DATABASE() [] []
  568. [2022-03-07 13:35:35] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  569. [2022-03-07 13:35:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  570. [2022-03-07 13:35:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_local.php/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_local.php/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_local.php/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  571. [2022-03-07 13:35:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  572. [2022-03-07 13:35:45] doctrine.DEBUG: SELECT DATABASE() [] []
  573. [2022-03-07 20:34:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  574. [2022-03-07 20:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  575. [2022-03-07 20:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  576. [2022-03-07 20:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  577. [2022-03-07 20:34:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  578. [2022-03-07 20:34:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  579. [2022-03-07 20:34:58] doctrine.DEBUG: SELECT DATABASE() [] []
  580. [2022-03-07 20:34:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  581. [2022-03-07 20:34:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  582. [2022-03-07 20:34:59] doctrine.DEBUG: SELECT DATABASE() [] []
  583. [2022-03-07 20:35:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  584. [2022-03-07 20:35:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  585. [2022-03-07 20:35:00] doctrine.DEBUG: SELECT DATABASE() [] []
  586. [2022-03-07 21:59:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  587. [2022-03-07 21:59:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  588. [2022-03-07 21:59:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  589. [2022-03-07 21:59:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  590. [2022-03-07 21:59:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  591. [2022-03-07 21:59:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  592. [2022-03-07 21:59:43] doctrine.DEBUG: SELECT DATABASE() [] []
  593. [2022-03-07 21:59:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  594. [2022-03-07 21:59:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  595. [2022-03-07 21:59:44] doctrine.DEBUG: SELECT DATABASE() [] []
  596. [2022-03-10 20:20:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  597. [2022-03-10 20:20:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  598. [2022-03-10 20:20:25] doctrine.DEBUG: SELECT DATABASE() [] []
  599. [2022-03-12 04:06:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  600. [2022-03-12 04:06:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  601. [2022-03-12 04:06:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  602. [2022-03-12 04:06:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  603. [2022-03-12 04:06:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  604. [2022-03-12 04:06:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  605. [2022-03-12 04:06:05] doctrine.DEBUG: SELECT DATABASE() [] []
  606. [2022-03-15 19:36:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  607. [2022-03-15 19:36:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  608. [2022-03-15 19:36:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  609. [2022-03-15 19:36:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  610. [2022-03-15 19:36:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  611. [2022-03-15 19:36:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  612. [2022-03-15 19:36:47] doctrine.DEBUG: SELECT DATABASE() [] []
  613. [2022-03-15 19:36:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  614. [2022-03-15 19:36:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  615. [2022-03-15 19:36:49] doctrine.DEBUG: SELECT DATABASE() [] []
  616. [2022-03-15 19:36:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  617. [2022-03-15 19:36:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  618. [2022-03-15 19:36:50] doctrine.DEBUG: SELECT DATABASE() [] []
  619. [2022-03-15 21:05:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  620. [2022-03-15 21:05:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  621. [2022-03-15 21:05:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  622. [2022-03-15 21:05:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  623. [2022-03-15 21:05:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  624. [2022-03-15 21:05:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  625. [2022-03-15 21:05:51] doctrine.DEBUG: SELECT DATABASE() [] []
  626. [2022-03-15 21:05:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  627. [2022-03-15 21:05:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  628. [2022-03-15 21:05:52] doctrine.DEBUG: SELECT DATABASE() [] []
  629. [2022-03-16 17:04:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  630. [2022-03-16 17:04:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  631. [2022-03-16 17:04:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  632. [2022-03-16 17:04:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  633. [2022-03-16 17:04:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  634. [2022-03-16 17:04:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  635. [2022-03-16 17:04:29] doctrine.DEBUG: SELECT DATABASE() [] []
  636. [2022-03-16 19:54:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  637. [2022-03-16 19:54:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  638. [2022-03-16 19:54:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  639. [2022-03-16 19:54:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  640. [2022-03-16 19:54:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  641. [2022-03-16 19:54:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  642. [2022-03-16 19:54:02] doctrine.DEBUG: SELECT DATABASE() [] []
  643. [2022-03-16 19:54:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  644. [2022-03-16 19:54:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  645. [2022-03-16 19:54:04] doctrine.DEBUG: SELECT DATABASE() [] []
  646. [2022-03-16 19:54:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  647. [2022-03-16 19:54:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  648. [2022-03-16 19:54:04] doctrine.DEBUG: SELECT DATABASE() [] []
  649. [2022-03-16 21:29:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  650. [2022-03-16 21:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  651. [2022-03-16 21:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  652. [2022-03-16 21:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  653. [2022-03-16 21:29:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  654. [2022-03-16 21:29:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  655. [2022-03-16 21:29:08] doctrine.DEBUG: SELECT DATABASE() [] []
  656. [2022-03-16 21:29:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  657. [2022-03-16 21:29:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  658. [2022-03-16 21:29:10] doctrine.DEBUG: SELECT DATABASE() [] []
  659. [2022-03-16 22:50:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  660. [2022-03-16 22:50:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  661. [2022-03-16 22:50:52] doctrine.DEBUG: SELECT DATABASE() [] []
  662. [2022-03-17 03:33:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  663. [2022-03-17 03:33:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  664. [2022-03-17 03:33:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  665. [2022-03-17 03:33:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  666. [2022-03-17 03:33:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  667. [2022-03-17 03:33:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  668. [2022-03-17 03:33:32] doctrine.DEBUG: SELECT DATABASE() [] []
  669. [2022-03-17 03:59:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  670. [2022-03-17 03:59:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  671. [2022-03-17 03:59:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  672. [2022-03-17 03:59:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  673. [2022-03-17 03:59:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  674. [2022-03-17 03:59:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  675. [2022-03-17 03:59:40] doctrine.DEBUG: SELECT DATABASE() [] []
  676. [2022-03-17 03:59:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  677. [2022-03-17 03:59:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  678. [2022-03-17 03:59:41] doctrine.DEBUG: SELECT DATABASE() [] []
  679. [2022-03-18 07:05:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  680. [2022-03-18 07:05:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  681. [2022-03-18 07:05:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  682. [2022-03-18 07:05:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  683. [2022-03-18 07:05:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  684. [2022-03-18 07:05:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  685. [2022-03-18 07:05:26] doctrine.DEBUG: SELECT DATABASE() [] []
  686. [2022-03-18 07:05:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  687. [2022-03-18 07:05:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  688. [2022-03-18 07:05:28] doctrine.DEBUG: SELECT DATABASE() [] []
  689. [2022-03-23 21:27:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  690. [2022-03-23 21:27:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  691. [2022-03-23 21:27:33] doctrine.DEBUG: SELECT DATABASE() [] []
  692. [2022-03-25 18:44:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  693. [2022-03-25 18:44:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  694. [2022-03-25 18:44:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  695. [2022-03-25 18:44:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  696. [2022-03-25 18:44:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  697. [2022-03-25 18:44:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  698. [2022-03-25 18:44:48] doctrine.DEBUG: SELECT DATABASE() [] []
  699. [2022-03-27 11:44:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  700. [2022-03-27 11:44:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  701. [2022-03-27 11:44:19] doctrine.DEBUG: SELECT DATABASE() [] []
  702. [2022-03-27 18:19:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  703. [2022-03-27 18:19:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  704. [2022-03-27 18:19:22] doctrine.DEBUG: SELECT DATABASE() [] []
  705. [2022-03-28 10:42:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  706. [2022-03-28 10:42:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  707. [2022-03-28 10:42:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  708. [2022-03-28 10:42:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  709. [2022-03-28 10:42:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  710. [2022-03-28 10:42:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  711. [2022-03-28 10:42:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  712. [2022-03-28 10:42:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  713. [2022-03-28 10:42:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  714. [2022-03-28 10:42:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  715. [2022-03-28 10:42:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  716. [2022-03-28 10:42:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  717. [2022-03-28 10:42:51] doctrine.DEBUG: SELECT DATABASE() [] []
  718. [2022-03-28 10:42:51] doctrine.DEBUG: SELECT DATABASE() [] []
  719. [2022-03-28 10:42:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2570e0"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/2570e0","method":"GET"} []
  720. [2022-03-28 10:43:01] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  721. [2022-03-28 10:43:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  722. [2022-03-28 10:43:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  723. [2022-03-28 10:43:01] doctrine.DEBUG: SELECT DATABASE() [] []
  724. [2022-03-28 10:43:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c65521"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/c65521","method":"GET"} []
  725. [2022-03-28 10:43:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/mentions-legales")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/mentions-legales\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  726. [2022-03-28 10:43:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  727. [2022-03-28 10:43:02] doctrine.DEBUG: SELECT DATABASE() [] []
  728. [2022-03-28 17:34:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  729. [2022-03-28 17:34:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  730. [2022-03-28 17:34:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  731. [2022-03-28 17:34:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  732. [2022-03-28 17:34:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  733. [2022-03-28 17:34:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  734. [2022-03-28 17:34:26] doctrine.DEBUG: SELECT DATABASE() [] []
  735. [2022-03-28 23:02:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  736. [2022-03-28 23:02:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  737. [2022-03-28 23:02:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  738. [2022-03-28 23:02:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  739. [2022-03-28 23:02:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  740. [2022-03-28 23:02:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  741. [2022-03-28 23:02:02] doctrine.DEBUG: SELECT DATABASE() [] []
  742. [2022-03-28 23:02:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f6f45"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3f6f45","method":"GET"} []
  743. [2022-03-28 23:02:29] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  744. [2022-03-28 23:02:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  745. [2022-03-28 23:02:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  746. [2022-03-28 23:02:29] doctrine.DEBUG: SELECT DATABASE() [] []
  747. [2022-03-28 23:02:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/mentions-legales")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/mentions-legales\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  748. [2022-03-28 23:02:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  749. [2022-03-28 23:02:30] doctrine.DEBUG: SELECT DATABASE() [] []
  750. [2022-03-30 23:30:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  751. [2022-03-30 23:30:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  752. [2022-03-30 23:30:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  753. [2022-03-30 23:30:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  754. [2022-03-30 23:30:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  755. [2022-03-30 23:30:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  756. [2022-03-30 23:30:18] doctrine.DEBUG: SELECT DATABASE() [] []
  757. [2022-04-01 19:06:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  758. [2022-04-01 19:06:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  759. [2022-04-01 19:06:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  760. [2022-04-01 19:06:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  761. [2022-04-01 19:06:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  762. [2022-04-01 19:06:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  763. [2022-04-01 19:06:04] doctrine.DEBUG: SELECT DATABASE() [] []
  764. [2022-04-01 20:22:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  765. [2022-04-01 20:22:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  766. [2022-04-01 20:22:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  767. [2022-04-01 20:22:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  768. [2022-04-01 20:22:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  769. [2022-04-01 20:22:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  770. [2022-04-01 20:22:27] doctrine.DEBUG: SELECT DATABASE() [] []
  771. [2022-04-03 02:49:25] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  772. [2022-04-03 03:13:24] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  773. [2022-04-03 16:55:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  774. [2022-04-03 16:55:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  775. [2022-04-03 16:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  776. [2022-04-03 16:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  777. [2022-04-03 16:55:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  778. [2022-04-03 16:55:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  779. [2022-04-03 16:55:10] doctrine.DEBUG: SELECT DATABASE() [] []
  780. [2022-04-07 19:09:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  781. [2022-04-07 19:09:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  782. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  783. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  784. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  785. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  786. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  787. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  788. [2022-04-07 19:09:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  789. [2022-04-07 19:09:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  790. [2022-04-07 19:09:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  791. [2022-04-07 19:09:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  792. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT DATABASE() [] []
  793. [2022-04-07 19:09:19] doctrine.DEBUG: SELECT DATABASE() [] []
  794. [2022-04-09 10:04:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  795. [2022-04-09 10:04:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  796. [2022-04-09 10:04:33] doctrine.DEBUG: SELECT DATABASE() [] []
  797. [2022-04-12 08:42:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  798. [2022-04-12 08:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  799. [2022-04-12 08:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  800. [2022-04-12 08:42:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  801. [2022-04-12 08:42:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  802. [2022-04-12 08:42:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  803. [2022-04-12 08:42:33] doctrine.DEBUG: SELECT DATABASE() [] []
  804. [2022-04-12 08:42:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  805. [2022-04-12 08:42:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  806. [2022-04-12 08:42:35] doctrine.DEBUG: SELECT DATABASE() [] []
  807. [2022-04-14 14:13:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  808. [2022-04-14 14:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  809. [2022-04-14 14:13:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  810. [2022-04-14 14:13:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  811. [2022-04-14 14:13:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  812. [2022-04-14 14:13:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  813. [2022-04-14 14:13:56] doctrine.DEBUG: SELECT DATABASE() [] []
  814. [2022-04-14 14:13:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53b6b6"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/53b6b6","method":"GET"} []
  815. [2022-04-14 14:14:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  816. [2022-04-14 14:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  817. [2022-04-14 14:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  818. [2022-04-14 14:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  819. [2022-04-14 14:14:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  820. [2022-04-14 14:14:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  821. [2022-04-14 14:14:02] doctrine.DEBUG: SELECT DATABASE() [] []
  822. [2022-04-14 14:14:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"793b63"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/793b63","method":"GET"} []
  823. [2022-04-15 07:04:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  824. [2022-04-15 07:04:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  825. [2022-04-15 07:04:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  826. [2022-04-15 07:04:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  827. [2022-04-15 07:04:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  828. [2022-04-15 07:04:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  829. [2022-04-15 07:04:29] doctrine.DEBUG: SELECT DATABASE() [] []
  830. [2022-04-15 07:04:29] doctrine.DEBUG: SELECT DATABASE() [] []
  831. [2022-04-15 07:04:29] doctrine.DEBUG: SELECT DATABASE() [] []
  832. [2022-04-15 07:04:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  833. [2022-04-15 07:04:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  834. [2022-04-15 07:04:30] doctrine.DEBUG: SELECT DATABASE() [] []
  835. [2022-04-15 07:04:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  836. [2022-04-15 07:04:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  837. [2022-04-15 07:04:31] doctrine.DEBUG: SELECT DATABASE() [] []
  838. [2022-04-15 07:04:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config" (from "http://rbbe.asb-digital.fr/.git/config")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.git/config\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  839. [2022-04-15 07:04:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  840. [2022-04-15 07:04:31] doctrine.DEBUG: SELECT DATABASE() [] []
  841. [2022-04-15 07:04:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  842. [2022-04-15 07:04:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  843. [2022-04-15 07:04:31] doctrine.DEBUG: SELECT DATABASE() [] []
  844. [2022-04-15 07:04:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  845. [2022-04-15 07:04:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  846. [2022-04-15 07:04:35] doctrine.DEBUG: SELECT DATABASE() [] []
  847. [2022-04-15 17:23:35] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  848. [2022-04-17 11:24:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  849. [2022-04-17 11:24:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  850. [2022-04-17 11:24:21] doctrine.DEBUG: SELECT DATABASE() [] []
  851. [2022-04-17 21:52:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  852. [2022-04-17 21:52:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  853. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  854. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  855. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  856. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  857. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  858. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  859. [2022-04-17 21:52:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  860. [2022-04-17 21:52:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  861. [2022-04-17 21:52:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  862. [2022-04-17 21:52:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  863. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT DATABASE() [] []
  864. [2022-04-17 21:52:27] doctrine.DEBUG: SELECT DATABASE() [] []
  865. [2022-04-20 04:47:27] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  866. [2022-04-20 09:09:32] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  867. [2022-04-22 05:03:58] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  868. [2022-04-22 05:04:37] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  869. [2022-04-22 08:12:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  870. [2022-04-22 08:12:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  871. [2022-04-22 08:12:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  872. [2022-04-22 08:12:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  873. [2022-04-22 08:12:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  874. [2022-04-22 08:12:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  875. [2022-04-22 08:12:55] doctrine.DEBUG: SELECT DATABASE() [] []
  876. [2022-04-22 08:20:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  877. [2022-04-22 15:46:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  878. [2022-04-22 15:46:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  879. [2022-04-22 15:46:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  880. [2022-04-22 15:46:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  881. [2022-04-22 15:46:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  882. [2022-04-22 15:46:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  883. [2022-04-22 15:46:33] doctrine.DEBUG: SELECT DATABASE() [] []
  884. [2022-04-25 08:33:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  885. [2022-04-25 08:33:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  886. [2022-04-25 08:33:12] doctrine.DEBUG: SELECT DATABASE() [] []
  887. [2022-04-28 17:00:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  888. [2022-04-28 17:00:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  889. [2022-04-28 17:00:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  890. [2022-04-28 17:00:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  891. [2022-04-28 17:00:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  892. [2022-04-28 17:00:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  893. [2022-04-28 17:00:14] doctrine.DEBUG: SELECT DATABASE() [] []
  894. [2022-04-28 20:58:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  895. [2022-04-28 20:58:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  896. [2022-04-28 20:58:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  897. [2022-04-28 20:58:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  898. [2022-04-28 20:58:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  899. [2022-04-28 20:58:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  900. [2022-04-28 20:58:14] doctrine.DEBUG: SELECT DATABASE() [] []
  901. [2022-04-28 20:58:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  902. [2022-04-28 20:58:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  903. [2022-04-28 20:58:16] doctrine.DEBUG: SELECT DATABASE() [] []
  904. [2022-04-28 20:58:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  905. [2022-04-28 20:58:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  906. [2022-04-28 20:58:17] doctrine.DEBUG: SELECT DATABASE() [] []
  907. [2022-04-28 22:24:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  908. [2022-04-28 22:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  909. [2022-04-28 22:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  910. [2022-04-28 22:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  911. [2022-04-28 22:24:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  912. [2022-04-28 22:24:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  913. [2022-04-28 22:24:29] doctrine.DEBUG: SELECT DATABASE() [] []
  914. [2022-04-28 22:24:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  915. [2022-04-28 22:24:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  916. [2022-04-28 22:24:30] doctrine.DEBUG: SELECT DATABASE() [] []
  917. [2022-04-29 10:05:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  918. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  919. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  920. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  921. [2022-04-29 10:05:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  922. [2022-04-29 10:05:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  923. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT DATABASE() [] []
  924. [2022-04-29 10:05:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  925. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  926. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  927. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  928. [2022-04-29 10:05:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  929. [2022-04-29 10:05:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  930. [2022-04-29 10:05:27] doctrine.DEBUG: SELECT DATABASE() [] []
  931. [2022-04-29 11:21:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  932. [2022-04-29 11:21:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  933. [2022-04-29 11:21:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  934. [2022-04-29 11:21:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  935. [2022-04-29 11:21:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  936. [2022-04-29 11:21:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  937. [2022-04-29 11:21:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  938. [2022-04-29 11:21:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  939. [2022-04-29 11:21:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  940. [2022-04-29 11:21:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  941. [2022-04-29 11:21:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  942. [2022-04-29 11:21:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  943. [2022-04-29 11:21:40] doctrine.DEBUG: SELECT DATABASE() [] []
  944. [2022-04-29 11:21:40] doctrine.DEBUG: SELECT DATABASE() [] []
  945. [2022-04-29 11:21:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  946. [2022-04-29 11:21:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  947. [2022-04-29 11:21:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  948. [2022-04-29 11:21:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  949. [2022-04-29 11:21:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  950. [2022-04-29 11:21:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  951. [2022-04-29 11:21:44] doctrine.DEBUG: SELECT DATABASE() [] []
  952. [2022-04-29 11:21:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  953. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  954. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  955. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  956. [2022-04-29 11:21:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  957. [2022-04-29 11:21:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  958. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT DATABASE() [] []
  959. [2022-04-29 11:21:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  960. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  961. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  962. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  963. [2022-04-29 11:21:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  964. [2022-04-29 11:21:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  965. [2022-04-29 11:21:46] doctrine.DEBUG: SELECT DATABASE() [] []
  966. [2022-04-29 11:21:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  967. [2022-04-29 11:21:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  968. [2022-04-29 11:21:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  969. [2022-04-29 11:21:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  970. [2022-04-29 11:21:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  971. [2022-04-29 11:21:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  972. [2022-04-29 11:21:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  973. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT DATABASE() [] []
  974. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  975. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  976. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  977. [2022-04-29 11:21:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  978. [2022-04-29 11:21:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  979. [2022-04-29 11:21:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  980. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT DATABASE() [] []
  981. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  982. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  983. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  984. [2022-04-29 11:21:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  985. [2022-04-29 11:21:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  986. [2022-04-29 11:21:48] doctrine.DEBUG: SELECT DATABASE() [] []
  987. [2022-04-29 11:21:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  988. [2022-04-29 11:21:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  989. [2022-04-29 11:21:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  990. [2022-04-29 11:21:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  991. [2022-04-29 11:21:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  992. [2022-04-29 11:21:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  993. [2022-04-29 11:21:50] doctrine.DEBUG: SELECT DATABASE() [] []
  994. [2022-04-29 11:21:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  995. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  996. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  997. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  998. [2022-04-29 11:21:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  999. [2022-04-29 11:21:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1000. [2022-04-29 11:21:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1001. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT DATABASE() [] []
  1002. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1003. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1004. [2022-04-29 11:21:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1005. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1006. [2022-04-29 11:21:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1007. [2022-04-29 11:21:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1008. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT DATABASE() [] []
  1009. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1010. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1011. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1012. [2022-04-29 11:21:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1013. [2022-04-29 11:21:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1014. [2022-04-29 11:21:52] doctrine.DEBUG: SELECT DATABASE() [] []
  1015. [2022-04-29 12:38:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1016. [2022-04-29 12:38:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1017. [2022-04-29 12:38:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1018. [2022-04-29 12:38:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1019. [2022-04-29 12:38:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1020. [2022-04-29 12:38:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1021. [2022-04-29 12:38:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1022. [2022-04-29 20:46:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1023. [2022-04-29 20:46:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1024. [2022-04-29 20:46:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1025. [2022-04-29 20:46:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1026. [2022-04-29 20:46:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1027. [2022-04-29 20:46:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1028. [2022-04-29 20:46:34] doctrine.DEBUG: SELECT DATABASE() [] []
  1029. [2022-04-29 20:46:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1030. [2022-04-29 20:46:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1031. [2022-04-29 20:46:35] doctrine.DEBUG: SELECT DATABASE() [] []
  1032. [2022-04-29 20:46:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1033. [2022-04-29 20:46:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1034. [2022-04-29 20:46:35] doctrine.DEBUG: SELECT DATABASE() [] []
  1035. [2022-04-29 21:37:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1036. [2022-04-29 21:37:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1037. [2022-04-29 21:37:13] doctrine.DEBUG: SELECT DATABASE() [] []
  1038. [2022-04-29 22:08:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1039. [2022-04-29 22:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1040. [2022-04-29 22:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1041. [2022-04-29 22:08:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1042. [2022-04-29 22:08:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1043. [2022-04-29 22:08:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1044. [2022-04-29 22:08:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1045. [2022-04-29 22:08:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1046. [2022-04-29 22:08:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1047. [2022-04-29 22:08:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1048. [2022-04-30 10:46:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1049. [2022-04-30 10:46:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1050. [2022-04-30 10:46:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1051. [2022-04-30 10:46:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1052. [2022-04-30 10:46:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1053. [2022-04-30 10:46:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1054. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1055. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1056. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1057. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1058. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1059. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1060. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1061. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1062. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1063. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1064. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1065. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1066. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1067. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1068. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1069. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1070. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1071. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1072. [2022-04-30 10:46:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1073. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1074. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1075. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1076. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1077. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1078. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1079. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1080. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1081. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1082. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1083. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1084. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1085. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1086. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1087. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1088. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1089. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1090. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1091. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1092. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1093. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1094. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1095. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1096. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1097. [2022-04-30 10:46:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1098. [2022-04-30 10:46:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1099. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1100. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1101. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1102. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1103. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1104. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1105. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1106. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1107. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1108. [2022-04-30 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1109. [2022-04-30 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1110. [2022-04-30 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1111. [2022-04-30 10:46:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1112. [2022-04-30 10:46:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1113. [2022-04-30 10:46:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1114. [2022-04-30 10:46:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1115. [2022-04-30 10:46:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1116. [2022-04-30 10:46:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1117. [2022-04-30 10:46:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1118. [2022-04-30 15:05:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1119. [2022-04-30 15:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1120. [2022-04-30 15:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1121. [2022-04-30 15:05:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1122. [2022-04-30 15:05:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1123. [2022-04-30 15:05:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1124. [2022-04-30 15:05:27] doctrine.DEBUG: SELECT DATABASE() [] []
  1125. [2022-04-30 15:05:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1126. [2022-04-30 15:05:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1127. [2022-04-30 15:05:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1128. [2022-04-30 15:05:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1129. [2022-04-30 15:05:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1130. [2022-04-30 15:05:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1131. [2022-04-30 15:05:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1132. [2022-04-30 17:28:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1133. [2022-04-30 17:28:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1134. [2022-04-30 17:28:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1135. [2022-04-30 17:28:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1136. [2022-04-30 17:28:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1137. [2022-04-30 17:28:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1138. [2022-04-30 17:28:45] doctrine.DEBUG: SELECT DATABASE() [] []
  1139. [2022-04-30 20:14:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1140. [2022-04-30 20:14:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1141. [2022-04-30 20:14:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1142. [2022-04-30 20:14:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1143. [2022-04-30 20:14:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1144. [2022-04-30 20:14:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1145. [2022-04-30 20:14:48] doctrine.DEBUG: SELECT DATABASE() [] []
  1146. [2022-04-30 20:14:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1147. [2022-04-30 20:14:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1148. [2022-04-30 20:14:49] doctrine.DEBUG: SELECT DATABASE() [] []
  1149. [2022-04-30 20:14:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1150. [2022-04-30 20:14:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1151. [2022-04-30 20:14:50] doctrine.DEBUG: SELECT DATABASE() [] []
  1152. [2022-04-30 21:34:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1153. [2022-04-30 21:34:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1154. [2022-04-30 21:34:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1155. [2022-04-30 21:34:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1156. [2022-04-30 21:34:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1157. [2022-04-30 21:34:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1158. [2022-04-30 21:34:11] doctrine.DEBUG: SELECT DATABASE() [] []
  1159. [2022-04-30 21:34:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1160. [2022-04-30 21:34:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1161. [2022-04-30 21:34:11] doctrine.DEBUG: SELECT DATABASE() [] []
  1162. [2022-05-01 21:19:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cbd0ce"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/cbd0ce","method":"GET"} []
  1163. [2022-05-01 21:19:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  1164. [2022-05-01 21:20:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1165. [2022-05-01 21:20:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1166. [2022-05-01 21:20:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2983"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/0f2983","method":"GET"} []
  1167. [2022-05-01 21:20:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  1168. [2022-05-01 21:20:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1169. [2022-05-01 21:20:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1170. [2022-05-01 21:20:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1171. [2022-05-01 21:20:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1172. [2022-05-01 21:20:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1173. [2022-05-02 18:32:54] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e0d9c"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/9e0d9c","method":"GET"} []
  1174. [2022-05-02 18:32:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  1175. [2022-05-02 20:08:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1176. [2022-05-02 20:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1177. [2022-05-02 20:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1178. [2022-05-02 20:08:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1179. [2022-05-02 20:08:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1180. [2022-05-02 20:08:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1181. [2022-05-02 20:08:11] doctrine.DEBUG: SELECT DATABASE() [] []
  1182. [2022-05-02 20:08:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1183. [2022-05-02 20:08:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1184. [2022-05-02 20:08:13] doctrine.DEBUG: SELECT DATABASE() [] []
  1185. [2022-05-02 20:08:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1186. [2022-05-02 20:08:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1187. [2022-05-02 20:08:13] doctrine.DEBUG: SELECT DATABASE() [] []
  1188. [2022-05-02 21:25:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1189. [2022-05-02 21:25:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1190. [2022-05-02 21:25:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1191. [2022-05-02 21:25:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1192. [2022-05-02 21:25:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1193. [2022-05-02 21:25:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1194. [2022-05-02 21:25:51] doctrine.DEBUG: SELECT DATABASE() [] []
  1195. [2022-05-02 21:25:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1196. [2022-05-02 21:25:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1197. [2022-05-02 21:25:52] doctrine.DEBUG: SELECT DATABASE() [] []
  1198. [2022-05-03 17:13:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1199. [2022-05-03 17:13:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1200. [2022-05-03 17:13:43] doctrine.DEBUG: SELECT DATABASE() [] []
  1201. [2022-05-03 20:14:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1202. [2022-05-03 20:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1203. [2022-05-03 20:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1204. [2022-05-03 20:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1205. [2022-05-03 20:14:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1206. [2022-05-03 20:14:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1207. [2022-05-03 20:14:38] doctrine.DEBUG: SELECT DATABASE() [] []
  1208. [2022-05-03 20:14:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1209. [2022-05-03 20:14:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1210. [2022-05-03 20:14:40] doctrine.DEBUG: SELECT DATABASE() [] []
  1211. [2022-05-03 20:14:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1212. [2022-05-03 20:14:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1213. [2022-05-03 20:14:41] doctrine.DEBUG: SELECT DATABASE() [] []
  1214. [2022-05-03 21:35:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1215. [2022-05-03 21:35:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1216. [2022-05-03 21:35:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1217. [2022-05-03 21:35:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1218. [2022-05-03 21:35:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1219. [2022-05-03 21:35:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1220. [2022-05-03 21:35:36] doctrine.DEBUG: SELECT DATABASE() [] []
  1221. [2022-05-03 21:35:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1222. [2022-05-03 21:35:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1223. [2022-05-03 21:35:37] doctrine.DEBUG: SELECT DATABASE() [] []
  1224. [2022-05-05 18:23:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1225. [2022-05-05 18:23:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1226. [2022-05-05 18:23:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1227. [2022-05-05 18:23:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1228. [2022-05-05 18:23:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1229. [2022-05-05 18:23:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1230. [2022-05-05 18:23:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1231. [2022-05-05 18:23:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e1093"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/2e1093","method":"GET"} []
  1232. [2022-05-05 21:42:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1233. [2022-05-05 21:42:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1234. [2022-05-05 21:42:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1235. [2022-05-05 21:42:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1236. [2022-05-05 21:42:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1237. [2022-05-05 21:42:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1238. [2022-05-05 21:42:32] doctrine.DEBUG: SELECT DATABASE() [] []
  1239. [2022-05-05 21:42:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23a582"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/23a582","method":"GET"} []
  1240. [2022-05-06 11:03:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1241. [2022-05-06 11:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1242. [2022-05-06 11:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1243. [2022-05-06 11:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1244. [2022-05-06 11:03:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1245. [2022-05-06 11:03:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1246. [2022-05-06 11:03:50] doctrine.DEBUG: SELECT DATABASE() [] []
  1247. [2022-05-06 11:03:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc532c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/fc532c","method":"GET"} []
  1248. [2022-05-06 11:10:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1249. [2022-05-06 11:10:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1250. [2022-05-06 11:10:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1251. [2022-05-06 11:10:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1252. [2022-05-06 11:10:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1253. [2022-05-06 11:10:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1254. [2022-05-06 11:10:12] doctrine.DEBUG: SELECT DATABASE() [] []
  1255. [2022-05-06 11:10:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c865e7"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/c865e7","method":"GET"} []
  1256. [2022-05-06 17:34:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1257. [2022-05-06 17:34:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1258. [2022-05-06 17:34:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1259. [2022-05-06 17:34:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1260. [2022-05-06 17:34:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1261. [2022-05-06 17:34:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1262. [2022-05-06 17:34:01] doctrine.DEBUG: SELECT DATABASE() [] []
  1263. [2022-05-06 17:34:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5192a8"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/5192a8","method":"GET"} []
  1264. [2022-05-06 22:04:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1265. [2022-05-06 22:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1266. [2022-05-06 22:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1267. [2022-05-06 22:04:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1268. [2022-05-06 22:04:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1269. [2022-05-06 22:04:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1270. [2022-05-06 22:04:11] doctrine.DEBUG: SELECT DATABASE() [] []
  1271. [2022-05-06 23:35:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1272. [2022-05-06 23:35:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1273. [2022-05-06 23:35:52] doctrine.DEBUG: SELECT DATABASE() [] []
  1274. [2022-05-07 05:27:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1275. [2022-05-07 05:27:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1276. [2022-05-07 05:27:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1277. [2022-05-07 05:27:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1278. [2022-05-07 05:27:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1279. [2022-05-07 05:27:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1280. [2022-05-07 05:27:17] doctrine.DEBUG: SELECT DATABASE() [] []
  1281. [2022-05-08 20:29:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1282. [2022-05-08 20:29:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1283. [2022-05-08 20:29:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1284. [2022-05-08 20:29:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1285. [2022-05-08 20:29:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1286. [2022-05-08 20:29:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1287. [2022-05-08 20:29:22] doctrine.DEBUG: SELECT DATABASE() [] []
  1288. [2022-05-10 07:00:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1289. [2022-05-10 07:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1290. [2022-05-10 07:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1291. [2022-05-10 07:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1292. [2022-05-10 07:00:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1293. [2022-05-10 07:00:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1294. [2022-05-10 07:00:41] doctrine.DEBUG: SELECT DATABASE() [] []
  1295. [2022-05-10 09:03:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1296. [2022-05-10 09:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1297. [2022-05-10 09:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1298. [2022-05-10 09:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1299. [2022-05-10 09:03:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1300. [2022-05-10 09:03:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1301. [2022-05-10 09:03:24] doctrine.DEBUG: SELECT DATABASE() [] []
  1302. [2022-05-11 00:45:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1303. [2022-05-11 00:45:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1304. [2022-05-11 00:45:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1305. [2022-05-11 00:45:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1306. [2022-05-11 00:45:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1307. [2022-05-11 00:45:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1308. [2022-05-11 00:45:50] doctrine.DEBUG: SELECT DATABASE() [] []
  1309. [2022-05-12 17:49:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1310. [2022-05-12 17:49:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1311. [2022-05-12 17:49:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1312. [2022-05-12 17:49:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1313. [2022-05-12 17:49:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1314. [2022-05-12 17:49:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1315. [2022-05-12 17:49:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1316. [2022-05-12 17:49:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd2aaa"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bd2aaa","method":"GET"} []
  1317. [2022-05-13 09:24:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1318. [2022-05-13 09:24:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1319. [2022-05-13 09:24:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1320. [2022-05-13 09:24:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1321. [2022-05-13 09:24:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1322. [2022-05-13 09:24:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1323. [2022-05-13 09:24:38] doctrine.DEBUG: SELECT DATABASE() [] []
  1324. [2022-05-13 09:45:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1325. [2022-05-13 09:45:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1326. [2022-05-13 09:45:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1327. [2022-05-13 09:45:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1328. [2022-05-13 09:45:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1329. [2022-05-13 09:45:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1330. [2022-05-13 09:45:42] doctrine.DEBUG: SELECT DATABASE() [] []
  1331. [2022-05-13 09:45:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f328cc"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/f328cc","method":"GET"} []
  1332. [2022-05-13 15:18:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1333. [2022-05-13 15:18:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1334. [2022-05-13 15:18:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1335. [2022-05-13 15:18:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1336. [2022-05-13 15:18:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1337. [2022-05-13 15:18:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1338. [2022-05-13 15:18:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1339. [2022-05-13 15:18:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1340. [2022-05-13 15:18:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1341. [2022-05-13 15:18:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1342. [2022-05-13 15:18:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1343. [2022-05-13 15:18:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1344. [2022-05-13 15:18:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1345. [2022-05-13 15:18:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9b0b3"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/f9b0b3","method":"GET"} []
  1346. [2022-05-13 15:18:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1347. [2022-05-13 15:18:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1348. [2022-05-13 15:18:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1349. [2022-05-13 15:18:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1350. [2022-05-13 15:18:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1351. [2022-05-13 15:18:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1352. [2022-05-13 15:18:48] doctrine.DEBUG: SELECT DATABASE() [] []
  1353. [2022-05-13 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1354. [2022-05-13 15:43:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1355. [2022-05-13 15:43:29] doctrine.DEBUG: SELECT DATABASE() [] []
  1356. [2022-05-14 13:58:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1357. [2022-05-14 13:58:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1358. [2022-05-14 13:58:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1359. [2022-05-14 13:58:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1360. [2022-05-14 13:58:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1361. [2022-05-14 13:58:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1362. [2022-05-14 13:58:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1363. [2022-05-15 16:42:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1364. [2022-05-15 16:42:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1365. [2022-05-15 16:42:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1366. [2022-05-15 16:42:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1367. [2022-05-15 16:42:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1368. [2022-05-15 16:42:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1369. [2022-05-15 16:42:02] doctrine.DEBUG: SELECT DATABASE() [] []
  1370. [2022-05-16 12:18:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1371. [2022-05-16 12:18:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1372. [2022-05-16 12:18:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1373. [2022-05-16 12:18:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1374. [2022-05-16 12:18:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1375. [2022-05-16 12:18:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1376. [2022-05-16 12:18:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1377. [2022-05-16 12:44:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1378. [2022-05-16 12:44:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1379. [2022-05-16 12:44:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1380. [2022-05-16 12:44:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1381. [2022-05-16 12:44:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1382. [2022-05-16 12:44:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1383. [2022-05-16 12:44:10] doctrine.DEBUG: SELECT DATABASE() [] []
  1384. [2022-05-16 12:44:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6bf2d3"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/6bf2d3","method":"GET"} []
  1385. [2022-05-16 14:30:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1386. [2022-05-16 14:30:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1387. [2022-05-16 14:30:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1388. [2022-05-16 14:30:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1389. [2022-05-16 14:30:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1390. [2022-05-16 14:30:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1391. [2022-05-16 14:30:59] doctrine.DEBUG: SELECT DATABASE() [] []
  1392. [2022-05-17 10:43:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1393. [2022-05-17 10:43:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1394. [2022-05-17 10:43:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1395. [2022-05-17 10:43:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1396. [2022-05-17 10:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1397. [2022-05-17 10:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1398. [2022-05-17 10:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1399. [2022-05-17 10:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1400. [2022-05-17 10:43:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1401. [2022-05-17 10:43:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1402. [2022-05-17 10:43:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1403. [2022-05-17 10:43:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1404. [2022-05-17 10:43:40] doctrine.DEBUG: SELECT DATABASE() [] []
  1405. [2022-05-17 10:43:40] doctrine.DEBUG: SELECT DATABASE() [] []
  1406. [2022-05-17 17:53:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1407. [2022-05-17 17:53:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1408. [2022-05-17 17:53:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1409. [2022-05-17 17:53:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1410. [2022-05-17 17:53:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1411. [2022-05-17 17:53:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1412. [2022-05-17 17:53:22] doctrine.DEBUG: SELECT DATABASE() [] []
  1413. [2022-05-17 20:49:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1414. [2022-05-17 20:49:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1415. [2022-05-17 20:49:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1416. [2022-05-17 20:49:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1417. [2022-05-17 20:49:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1418. [2022-05-17 20:49:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1419. [2022-05-17 20:49:21] doctrine.DEBUG: SELECT DATABASE() [] []
  1420. [2022-05-17 20:49:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1421. [2022-05-17 20:49:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1422. [2022-05-17 20:49:23] doctrine.DEBUG: SELECT DATABASE() [] []
  1423. [2022-05-17 20:49:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1424. [2022-05-17 20:49:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1425. [2022-05-17 20:49:24] doctrine.DEBUG: SELECT DATABASE() [] []
  1426. [2022-05-17 22:34:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1427. [2022-05-17 22:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1428. [2022-05-17 22:34:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1429. [2022-05-17 22:34:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1430. [2022-05-17 22:34:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1431. [2022-05-17 22:34:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1432. [2022-05-17 22:34:38] doctrine.DEBUG: SELECT DATABASE() [] []
  1433. [2022-05-17 22:34:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1434. [2022-05-17 22:34:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1435. [2022-05-17 22:34:39] doctrine.DEBUG: SELECT DATABASE() [] []
  1436. [2022-05-18 16:28:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1437. [2022-05-18 16:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1438. [2022-05-18 16:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1439. [2022-05-18 16:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1440. [2022-05-18 16:28:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1441. [2022-05-18 16:28:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1442. [2022-05-18 16:28:15] doctrine.DEBUG: SELECT DATABASE() [] []
  1443. [2022-05-18 21:34:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1444. [2022-05-18 21:34:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1445. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1446. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1447. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1448. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1449. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1450. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1451. [2022-05-18 21:34:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1452. [2022-05-18 21:34:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1453. [2022-05-18 21:34:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1454. [2022-05-18 21:34:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1455. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1456. [2022-05-18 21:34:19] doctrine.DEBUG: SELECT DATABASE() [] []
  1457. [2022-05-19 17:32:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1458. [2022-05-19 17:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1459. [2022-05-19 17:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1460. [2022-05-19 17:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1461. [2022-05-19 17:32:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1462. [2022-05-19 17:32:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1463. [2022-05-19 17:32:29] doctrine.DEBUG: SELECT DATABASE() [] []
  1464. [2022-05-19 17:32:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6294ae"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/6294ae","method":"GET"} []
  1465. [2022-05-19 20:06:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1466. [2022-05-19 20:06:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1467. [2022-05-19 20:06:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1468. [2022-05-19 20:06:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1469. [2022-05-19 20:06:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1470. [2022-05-19 20:06:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1471. [2022-05-19 20:06:54] doctrine.DEBUG: SELECT DATABASE() [] []
  1472. [2022-05-19 20:07:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a9de0"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3a9de0","method":"GET"} []
  1473. [2022-05-19 20:11:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1474. [2022-05-19 20:11:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1475. [2022-05-19 20:11:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1476. [2022-05-19 20:11:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1477. [2022-05-19 20:11:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1478. [2022-05-19 20:11:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1479. [2022-05-19 20:11:58] doctrine.DEBUG: SELECT DATABASE() [] []
  1480. [2022-05-19 20:12:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"544dfb"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/544dfb","method":"GET"} []
  1481. [2022-05-19 20:42:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1482. [2022-05-19 20:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1483. [2022-05-19 20:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1484. [2022-05-19 20:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1485. [2022-05-19 20:42:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1486. [2022-05-19 20:42:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1487. [2022-05-19 20:42:07] doctrine.DEBUG: SELECT DATABASE() [] []
  1488. [2022-05-19 20:42:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1489. [2022-05-19 20:42:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1490. [2022-05-19 20:42:08] doctrine.DEBUG: SELECT DATABASE() [] []
  1491. [2022-05-19 20:42:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1492. [2022-05-19 20:42:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1493. [2022-05-19 20:42:09] doctrine.DEBUG: SELECT DATABASE() [] []
  1494. [2022-05-19 22:29:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1495. [2022-05-19 22:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1496. [2022-05-19 22:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1497. [2022-05-19 22:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1498. [2022-05-19 22:29:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1499. [2022-05-19 22:29:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1500. [2022-05-19 22:29:32] doctrine.DEBUG: SELECT DATABASE() [] []
  1501. [2022-05-19 22:29:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1502. [2022-05-19 22:29:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1503. [2022-05-19 22:29:34] doctrine.DEBUG: SELECT DATABASE() [] []
  1504. [2022-05-20 02:13:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1505. [2022-05-20 02:13:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1506. [2022-05-20 02:13:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1507. [2022-05-20 02:13:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1508. [2022-05-20 02:13:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1509. [2022-05-20 02:13:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1510. [2022-05-20 02:13:43] doctrine.DEBUG: SELECT DATABASE() [] []
  1511. [2022-05-20 08:45:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1512. [2022-05-20 08:45:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1513. [2022-05-20 08:45:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1514. [2022-05-20 08:45:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1515. [2022-05-20 08:45:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1516. [2022-05-20 08:45:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1517. [2022-05-20 08:45:24] doctrine.DEBUG: SELECT DATABASE() [] []
  1518. [2022-05-20 08:45:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1519. [2022-05-20 08:45:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1520. [2022-05-20 08:45:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1521. [2022-05-20 19:38:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1522. [2022-05-20 19:38:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1523. [2022-05-20 19:38:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1524. [2022-05-20 19:38:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1525. [2022-05-20 19:38:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1526. [2022-05-20 19:38:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1527. [2022-05-20 19:38:58] doctrine.DEBUG: SELECT DATABASE() [] []
  1528. [2022-05-20 19:38:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1529. [2022-05-20 19:39:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1530. [2022-05-20 19:39:00] doctrine.DEBUG: SELECT DATABASE() [] []
  1531. [2022-05-20 20:31:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1532. [2022-05-20 20:31:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1533. [2022-05-20 20:31:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1534. [2022-05-20 20:31:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1535. [2022-05-20 20:31:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1536. [2022-05-20 20:31:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1537. [2022-05-20 20:31:50] doctrine.DEBUG: SELECT DATABASE() [] []
  1538. [2022-05-20 20:31:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1539. [2022-05-20 20:31:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1540. [2022-05-20 20:31:51] doctrine.DEBUG: SELECT DATABASE() [] []
  1541. [2022-05-20 20:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1542. [2022-05-20 20:31:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1543. [2022-05-20 20:31:52] doctrine.DEBUG: SELECT DATABASE() [] []
  1544. [2022-05-20 22:03:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1545. [2022-05-20 22:03:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1546. [2022-05-20 22:03:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1547. [2022-05-20 22:03:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1548. [2022-05-20 22:03:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1549. [2022-05-20 22:03:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1550. [2022-05-20 22:03:27] doctrine.DEBUG: SELECT DATABASE() [] []
  1551. [2022-05-20 22:03:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1552. [2022-05-20 22:03:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1553. [2022-05-20 22:03:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1554. [2022-05-21 20:25:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1555. [2022-05-21 20:25:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1556. [2022-05-21 20:25:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1557. [2022-05-21 20:25:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1558. [2022-05-21 20:25:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1559. [2022-05-21 20:25:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1560. [2022-05-21 20:25:06] doctrine.DEBUG: SELECT DATABASE() [] []
  1561. [2022-05-21 20:25:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1562. [2022-05-21 20:25:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1563. [2022-05-21 20:25:07] doctrine.DEBUG: SELECT DATABASE() [] []
  1564. [2022-05-21 20:25:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1565. [2022-05-21 20:25:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1566. [2022-05-21 20:25:08] doctrine.DEBUG: SELECT DATABASE() [] []
  1567. [2022-05-21 21:51:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1568. [2022-05-21 21:51:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1569. [2022-05-21 21:51:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1570. [2022-05-21 21:51:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1571. [2022-05-21 21:51:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1572. [2022-05-21 21:51:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1573. [2022-05-21 21:51:21] doctrine.DEBUG: SELECT DATABASE() [] []
  1574. [2022-05-21 21:51:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1575. [2022-05-21 21:51:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1576. [2022-05-21 21:51:21] doctrine.DEBUG: SELECT DATABASE() [] []
  1577. [2022-05-22 16:12:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1578. [2022-05-22 16:12:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1579. [2022-05-22 16:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1580. [2022-05-22 16:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1581. [2022-05-22 16:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1582. [2022-05-22 16:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1583. [2022-05-22 16:13:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1584. [2022-05-22 16:13:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1585. [2022-05-22 16:13:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1586. [2022-05-22 16:13:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1587. [2022-05-22 16:13:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1588. [2022-05-22 16:13:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1589. [2022-05-22 16:13:00] doctrine.DEBUG: SELECT DATABASE() [] []
  1590. [2022-05-22 16:13:00] doctrine.DEBUG: SELECT DATABASE() [] []
  1591. [2022-05-22 18:05:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1592. [2022-05-22 18:05:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1593. [2022-05-22 18:05:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1594. [2022-05-22 18:05:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1595. [2022-05-22 18:05:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1596. [2022-05-22 18:05:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1597. [2022-05-22 18:05:37] doctrine.DEBUG: SELECT DATABASE() [] []
  1598. [2022-05-22 21:09:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1599. [2022-05-22 21:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1600. [2022-05-22 21:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1601. [2022-05-22 21:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1602. [2022-05-22 21:09:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1603. [2022-05-22 21:09:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1604. [2022-05-22 21:09:56] doctrine.DEBUG: SELECT DATABASE() [] []
  1605. [2022-05-22 21:09:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1606. [2022-05-22 21:09:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1607. [2022-05-22 21:09:57] doctrine.DEBUG: SELECT DATABASE() [] []
  1608. [2022-05-22 21:09:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1609. [2022-05-22 21:09:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1610. [2022-05-22 21:09:58] doctrine.DEBUG: SELECT DATABASE() [] []
  1611. [2022-05-22 22:36:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1612. [2022-05-22 22:36:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1613. [2022-05-22 22:36:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1614. [2022-05-22 22:36:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1615. [2022-05-22 22:36:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1616. [2022-05-22 22:36:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1617. [2022-05-22 22:36:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1618. [2022-05-22 22:36:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1619. [2022-05-22 22:36:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1620. [2022-05-22 22:36:21] doctrine.DEBUG: SELECT DATABASE() [] []
  1621. [2022-05-23 12:56:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1622. [2022-05-23 12:56:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1623. [2022-05-23 12:56:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1624. [2022-05-23 12:56:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1625. [2022-05-23 12:56:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1626. [2022-05-23 12:56:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1627. [2022-05-23 12:56:03] doctrine.DEBUG: SELECT DATABASE() [] []
  1628. [2022-05-23 12:56:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"706f3e"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/706f3e","method":"GET"} []
  1629. [2022-05-24 20:32:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1630. [2022-05-24 20:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1631. [2022-05-24 20:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1632. [2022-05-24 20:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1633. [2022-05-24 20:32:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1634. [2022-05-24 20:32:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1635. [2022-05-24 20:32:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1636. [2022-05-24 20:32:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1637. [2022-05-24 20:32:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1638. [2022-05-24 20:32:29] doctrine.DEBUG: SELECT DATABASE() [] []
  1639. [2022-05-24 20:32:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1640. [2022-05-24 20:32:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1641. [2022-05-24 20:32:30] doctrine.DEBUG: SELECT DATABASE() [] []
  1642. [2022-05-24 22:03:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  1643. [2022-05-24 22:03:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1644. [2022-05-24 22:03:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1645. [2022-05-24 22:03:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1646. [2022-05-24 22:03:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1647. [2022-05-24 22:03:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1648. [2022-05-24 22:03:42] doctrine.DEBUG: SELECT DATABASE() [] []
  1649. [2022-05-24 22:03:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1650. [2022-05-24 22:03:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1651. [2022-05-24 22:03:43] doctrine.DEBUG: SELECT DATABASE() [] []
  1652. [2022-05-25 01:31:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1653. [2022-05-25 01:31:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1654. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1655. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1656. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1657. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1658. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1659. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1660. [2022-05-25 01:31:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1661. [2022-05-25 01:31:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1662. [2022-05-25 01:31:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1663. [2022-05-25 01:31:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1664. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT DATABASE() [] []
  1665. [2022-05-25 01:31:32] doctrine.DEBUG: SELECT DATABASE() [] []
  1666. [2022-05-25 01:31:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1667. [2022-05-25 01:31:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1668. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1669. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1670. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1671. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1672. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1673. [2022-05-25 01:31:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1674. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1675. [2022-05-25 01:31:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1676. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT DATABASE() [] []
  1677. [2022-05-25 01:31:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1678. [2022-05-25 01:31:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1679. [2022-05-25 01:31:42] doctrine.DEBUG: SELECT DATABASE() [] []
  1680. [2022-10-12 10:43:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1681. [2022-10-12 10:43:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1682. [2022-10-12 10:43:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1683. [2022-10-12 10:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1684. [2022-10-12 10:43:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1685. [2022-10-12 10:43:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1686. [2022-10-12 10:43:24] doctrine.DEBUG: SELECT DATABASE() [] []
  1687. [2022-10-12 10:43:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d9bfc"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/1d9bfc","method":"GET"} []
  1688. [2022-10-12 10:43:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1689. [2022-10-12 10:43:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1690. [2022-10-12 10:43:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1691. [2022-10-12 10:43:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1692. [2022-10-12 10:43:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1693. [2022-10-12 10:43:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1694. [2022-10-12 10:43:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1695. [2022-10-12 10:43:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df1e29"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/df1e29","method":"GET"} []
  1696. [2022-10-12 10:43:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1697. [2022-10-12 10:43:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1698. [2022-10-12 10:43:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1699. [2022-10-12 10:43:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1700. [2022-10-12 10:43:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1701. [2022-10-12 10:43:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1702. [2022-10-12 10:43:32] doctrine.DEBUG: SELECT DATABASE() [] []
  1703. [2022-10-12 10:43:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08eacb"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/08eacb","method":"GET"} []
  1704. [2022-10-12 10:43:58] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  1705. [2022-10-12 10:43:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1706. [2022-10-12 10:43:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1707. [2022-10-12 10:43:58] doctrine.DEBUG: SELECT DATABASE() [] []
  1708. [2022-10-12 10:44:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1709. [2022-10-12 10:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1710. [2022-10-12 10:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1711. [2022-10-12 10:44:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1712. [2022-10-12 10:44:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1713. [2022-10-12 10:44:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  1714. [2022-10-12 10:44:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1715. [2022-10-12 10:44:00] doctrine.DEBUG: SELECT DATABASE() [] []
  1716. [2022-10-12 10:44:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1717. [2022-10-12 10:44:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1718. [2022-10-12 10:44:00] doctrine.DEBUG: SELECT DATABASE() [] []
  1719. [2022-10-12 10:44:01] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  1720. [2022-10-12 10:44:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1721. [2022-10-12 10:44:02] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1722. [2022-10-12 10:44:02] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1723. [2022-10-12 10:44:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dd281"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/5dd281","method":"GET"} []
  1724. [2022-10-12 10:44:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1725. [2022-10-12 10:44:02] doctrine.DEBUG: SELECT DATABASE() [] []
  1726. [2022-10-12 10:44:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8128cb"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/8128cb","method":"GET"} []
  1727. [2022-10-12 10:44:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1728. [2022-10-12 10:44:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1729. [2022-10-12 10:44:04] doctrine.DEBUG: SELECT DATABASE() [] []
  1730. [2022-10-12 10:44:06] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  1731. [2022-10-12 10:44:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1732. [2022-10-12 10:44:07] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1733. [2022-10-12 10:44:07] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  1734. [2022-10-12 10:44:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1735. [2022-10-12 10:44:07] doctrine.DEBUG: SELECT DATABASE() [] []
  1736. [2022-10-12 10:44:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8030a9"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/8030a9","method":"GET"} []
  1737. [2022-10-12 10:44:08] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Color&menuIndex=2&submenuIndex=-1","method":"GET"} []
  1738. [2022-10-12 10:44:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1739. [2022-10-12 10:44:08] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1740. [2022-10-12 10:44:08] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color c0_ [] []
  1741. [2022-10-12 10:44:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1742. [2022-10-12 10:44:08] doctrine.DEBUG: SELECT DATABASE() [] []
  1743. [2022-10-12 10:44:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c3122"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9c3122","method":"GET"} []
  1744. [2022-10-12 10:44:09] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Info&menuIndex=3&submenuIndex=-1","method":"GET"} []
  1745. [2022-10-12 10:44:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1746. [2022-10-12 10:44:09] doctrine.DEBUG: SELECT DISTINCT i0_.id AS id_0, i0_.id AS id_1 FROM info i0_ ORDER BY i0_.id DESC LIMIT 15 [] []
  1747. [2022-10-12 10:44:09] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.address AS address_1, i0_.fix_phone AS fix_phone_2, i0_.mobile_phone AS mobile_phone_3, i0_.email AS email_4, i0_.opening_hour AS opening_hour_5 FROM info i0_ WHERE i0_.id IN (?) ORDER BY i0_.id DESC [[1]] []
  1748. [2022-10-12 10:44:09] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM info i0_ [] []
  1749. [2022-10-12 10:44:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1750. [2022-10-12 10:44:09] doctrine.DEBUG: SELECT DATABASE() [] []
  1751. [2022-10-12 10:44:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a4645"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/2a4645","method":"GET"} []
  1752. [2022-10-12 10:44:10] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Brand&menuIndex=4&submenuIndex=-1","method":"GET"} []
  1753. [2022-10-12 10:44:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1754. [2022-10-12 10:44:10] doctrine.DEBUG: SELECT DISTINCT b0_.id AS id_0, b0_.id AS id_1 FROM brand b0_ ORDER BY b0_.id DESC LIMIT 15 [] []
  1755. [2022-10-12 10:44:10] doctrine.DEBUG: SELECT count(b0_.id) AS sclr_0 FROM brand b0_ [] []
  1756. [2022-10-12 10:44:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1757. [2022-10-12 10:44:10] doctrine.DEBUG: SELECT DATABASE() [] []
  1758. [2022-10-12 10:44:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f217e9"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/f217e9","method":"GET"} []
  1759. [2022-10-12 10:44:11] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Page&menuIndex=5&submenuIndex=-1","method":"GET"} []
  1760. [2022-10-12 10:44:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1761. [2022-10-12 10:44:11] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM page p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1762. [2022-10-12 10:44:11] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM page p0_ [] []
  1763. [2022-10-12 10:44:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1764. [2022-10-12 10:44:11] doctrine.DEBUG: SELECT DATABASE() [] []
  1765. [2022-10-12 10:44:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a54083"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/a54083","method":"GET"} []
  1766. [2022-10-12 10:44:12] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product&menuIndex=0&submenuIndex=-1","method":"GET"} []
  1767. [2022-10-12 10:44:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1768. [2022-10-12 10:44:12] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1769. [2022-10-12 10:44:12] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1770. [2022-10-12 10:44:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1771. [2022-10-12 10:44:12] doctrine.DEBUG: SELECT DATABASE() [] []
  1772. [2022-10-12 10:44:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eee60"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7eee60","method":"GET"} []
  1773. [2022-10-12 10:44:25] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  1774. [2022-10-12 10:44:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1775. [2022-10-12 10:44:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1776. [2022-10-12 10:44:25] doctrine.DEBUG: SELECT DATABASE() [] []
  1777. [2022-10-12 10:44:26] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  1778. [2022-10-12 10:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1779. [2022-10-12 10:44:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1780. [2022-10-12 10:44:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1781. [2022-10-12 10:44:26] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  1782. [2022-10-12 10:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1783. [2022-10-12 10:44:26] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1784. [2022-10-12 10:44:26] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1785. [2022-10-12 10:44:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1786. [2022-10-12 10:44:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1787. [2022-10-12 10:44:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1788. [2022-10-12 10:44:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1789. [2022-10-12 10:44:27] doctrine.DEBUG: SELECT DATABASE() [] []
  1790. [2022-10-12 10:44:28] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  1791. [2022-10-12 10:44:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1792. [2022-10-12 10:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1793. [2022-10-12 10:44:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1794. [2022-10-12 10:44:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1795. [2022-10-12 10:44:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1796. [2022-10-12 10:44:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1797. [2022-10-12 10:44:28] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  1798. [2022-10-12 10:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1799. [2022-10-12 10:44:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1800. [2022-10-12 10:44:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1801. [2022-10-12 10:44:28] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  1802. [2022-10-12 10:44:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1803. [2022-10-12 10:44:29] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1804. [2022-10-12 10:44:29] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1805. [2022-10-12 10:44:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1806. [2022-10-12 10:44:29] doctrine.DEBUG: SELECT DATABASE() [] []
  1807. [2022-10-12 10:44:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1808. [2022-10-12 10:44:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1809. [2022-10-12 10:44:29] doctrine.DEBUG: SELECT DATABASE() [] []
  1810. [2022-10-12 10:44:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1811. [2022-10-12 10:44:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1812. [2022-10-12 10:44:30] doctrine.DEBUG: SELECT DATABASE() [] []
  1813. [2022-10-12 10:44:33] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  1814. [2022-10-12 10:44:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1815. [2022-10-12 10:44:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1816. [2022-10-12 10:44:33] doctrine.DEBUG: SELECT DATABASE() [] []
  1817. [2022-10-12 10:44:33] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  1818. [2022-10-12 10:44:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1819. [2022-10-12 10:44:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1820. [2022-10-12 10:44:33] doctrine.DEBUG: SELECT DATABASE() [] []
  1821. [2022-10-12 10:44:34] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  1822. [2022-10-12 10:44:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1823. [2022-10-12 10:44:34] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1824. [2022-10-12 10:44:34] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1825. [2022-10-12 10:44:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1826. [2022-10-12 10:44:34] doctrine.DEBUG: SELECT DATABASE() [] []
  1827. [2022-10-12 10:44:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53324b"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/53324b","method":"GET"} []
  1828. [2022-10-12 10:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1829. [2022-10-12 10:44:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1830. [2022-10-12 10:44:35] doctrine.DEBUG: SELECT DATABASE() [] []
  1831. [2022-10-12 10:48:12] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  1832. [2022-10-12 10:48:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1833. [2022-10-12 10:48:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1834. [2022-10-12 10:48:12] doctrine.DEBUG: SELECT DATABASE() [] []
  1835. [2022-10-12 10:48:12] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  1836. [2022-10-12 10:48:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1837. [2022-10-12 10:48:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1838. [2022-10-12 10:48:13] doctrine.DEBUG: SELECT DATABASE() [] []
  1839. [2022-10-12 10:48:13] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  1840. [2022-10-12 10:48:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1841. [2022-10-12 10:48:13] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1842. [2022-10-12 10:48:13] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1843. [2022-10-12 10:48:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1844. [2022-10-12 10:48:13] doctrine.DEBUG: SELECT DATABASE() [] []
  1845. [2022-10-12 10:48:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1f97a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/b1f97a","method":"GET"} []
  1846. [2022-10-12 10:49:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1847. [2022-10-12 10:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1848. [2022-10-12 10:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1849. [2022-10-12 10:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1850. [2022-10-12 10:49:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1851. [2022-10-12 10:49:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1852. [2022-10-12 10:49:00] doctrine.DEBUG: SELECT DATABASE() [] []
  1853. [2022-10-12 10:49:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b531ea"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/b531ea","method":"GET"} []
  1854. [2022-10-12 10:54:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1855. [2022-10-12 10:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1856. [2022-10-12 10:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1857. [2022-10-12 10:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1858. [2022-10-12 10:54:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1859. [2022-10-12 10:54:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1860. [2022-10-12 10:54:01] doctrine.DEBUG: SELECT DATABASE() [] []
  1861. [2022-10-12 10:54:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8185b2"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/8185b2","method":"GET"} []
  1862. [2022-10-12 10:54:48] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Color&menuIndex=2&submenuIndex=-1","method":"GET"} []
  1863. [2022-10-12 10:54:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1864. [2022-10-12 10:54:49] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1865. [2022-10-12 10:54:49] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color c0_ [] []
  1866. [2022-10-12 10:54:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1867. [2022-10-12 10:54:49] doctrine.DEBUG: SELECT DATABASE() [] []
  1868. [2022-10-12 10:54:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3992a5"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3992a5","method":"GET"} []
  1869. [2022-10-12 10:54:50] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  1870. [2022-10-12 10:54:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1871. [2022-10-12 10:54:50] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1872. [2022-10-12 10:54:50] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  1873. [2022-10-12 10:54:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1874. [2022-10-12 10:54:50] doctrine.DEBUG: SELECT DATABASE() [] []
  1875. [2022-10-12 10:54:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b93c8c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/b93c8c","method":"GET"} []
  1876. [2022-10-12 12:22:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1877. [2022-10-12 12:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1878. [2022-10-12 12:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1879. [2022-10-12 12:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1880. [2022-10-12 12:22:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1881. [2022-10-12 12:22:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1882. [2022-10-12 12:22:24] doctrine.DEBUG: SELECT DATABASE() [] []
  1883. [2022-10-12 12:22:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9452c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/f9452c","method":"GET"} []
  1884. [2022-10-12 13:54:25] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  1885. [2022-10-12 13:54:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1886. [2022-10-12 13:54:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1887. [2022-10-12 13:54:26] doctrine.DEBUG: SELECT DATABASE() [] []
  1888. [2022-10-12 13:54:28] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  1889. [2022-10-12 13:54:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1890. [2022-10-12 13:54:28] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1891. [2022-10-12 13:54:28] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1892. [2022-10-12 13:54:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1893. [2022-10-12 13:54:28] doctrine.DEBUG: SELECT DATABASE() [] []
  1894. [2022-10-12 13:54:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"773226"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/773226","method":"GET"} []
  1895. [2022-10-12 13:55:39] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Color&menuIndex=2&submenuIndex=-1","method":"GET"} []
  1896. [2022-10-12 13:55:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1897. [2022-10-12 13:55:40] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1898. [2022-10-12 13:55:40] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color c0_ [] []
  1899. [2022-10-12 13:55:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1900. [2022-10-12 13:55:40] doctrine.DEBUG: SELECT DATABASE() [] []
  1901. [2022-10-12 13:55:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c10986"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/c10986","method":"GET"} []
  1902. [2022-10-12 13:55:45] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  1903. [2022-10-12 13:55:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1904. [2022-10-12 13:55:45] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1905. [2022-10-12 13:55:45] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  1906. [2022-10-12 13:55:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1907. [2022-10-12 13:55:45] doctrine.DEBUG: SELECT DATABASE() [] []
  1908. [2022-10-12 13:55:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9562a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/a9562a","method":"GET"} []
  1909. [2022-10-12 13:55:58] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Color&menuIndex=2&submenuIndex=-1","method":"GET"} []
  1910. [2022-10-12 13:55:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1911. [2022-10-12 13:55:58] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1912. [2022-10-12 13:55:58] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color c0_ [] []
  1913. [2022-10-12 13:55:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1914. [2022-10-12 13:55:58] doctrine.DEBUG: SELECT DATABASE() [] []
  1915. [2022-10-12 13:55:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e8071"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/6e8071","method":"GET"} []
  1916. [2022-10-12 13:57:11] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Info&menuIndex=3&submenuIndex=-1","method":"GET"} []
  1917. [2022-10-12 13:57:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1918. [2022-10-12 13:57:11] doctrine.DEBUG: SELECT DISTINCT i0_.id AS id_0, i0_.id AS id_1 FROM info i0_ ORDER BY i0_.id DESC LIMIT 15 [] []
  1919. [2022-10-12 13:57:11] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.address AS address_1, i0_.fix_phone AS fix_phone_2, i0_.mobile_phone AS mobile_phone_3, i0_.email AS email_4, i0_.opening_hour AS opening_hour_5 FROM info i0_ WHERE i0_.id IN (?) ORDER BY i0_.id DESC [[1]] []
  1920. [2022-10-12 13:57:11] doctrine.DEBUG: SELECT count(i0_.id) AS sclr_0 FROM info i0_ [] []
  1921. [2022-10-12 13:57:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1922. [2022-10-12 13:57:11] doctrine.DEBUG: SELECT DATABASE() [] []
  1923. [2022-10-12 13:57:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"777e24"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/777e24","method":"GET"} []
  1924. [2022-10-12 13:57:15] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  1925. [2022-10-12 13:57:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1926. [2022-10-12 13:57:15] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1927. [2022-10-12 13:57:15] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  1928. [2022-10-12 13:57:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1929. [2022-10-12 13:57:15] doctrine.DEBUG: SELECT DATABASE() [] []
  1930. [2022-10-12 13:57:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbe841"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/dbe841","method":"GET"} []
  1931. [2022-10-12 13:57:19] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product&menuIndex=0&submenuIndex=-1","method":"GET"} []
  1932. [2022-10-12 13:57:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1933. [2022-10-12 13:57:20] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1934. [2022-10-12 13:57:20] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1935. [2022-10-12 13:57:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1936. [2022-10-12 13:57:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1937. [2022-10-12 13:57:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a060a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9a060a","method":"GET"} []
  1938. [2022-10-19 02:45:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1939. [2022-10-19 02:45:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1940. [2022-10-19 02:45:06] doctrine.DEBUG: SELECT DATABASE() [] []
  1941. [2022-10-20 08:59:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  1942. [2022-10-20 08:59:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  1943. [2022-10-20 08:59:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  1944. [2022-10-20 08:59:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  1945. [2022-10-20 08:59:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1946. [2022-10-20 08:59:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1947. [2022-10-20 08:59:12] doctrine.DEBUG: SELECT DATABASE() [] []
  1948. [2022-10-20 08:59:13] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  1949. [2022-10-20 08:59:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1950. [2022-10-20 08:59:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1951. [2022-10-20 08:59:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a7e97"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/0a7e97","method":"GET"} []
  1952. [2022-10-20 08:59:13] doctrine.DEBUG: SELECT DATABASE() [] []
  1953. [2022-10-20 08:59:14] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  1954. [2022-10-20 08:59:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1955. [2022-10-20 08:59:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1956. [2022-10-20 08:59:14] doctrine.DEBUG: SELECT DATABASE() [] []
  1957. [2022-10-20 08:59:14] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  1958. [2022-10-20 08:59:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1959. [2022-10-20 08:59:15] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1960. [2022-10-20 08:59:15] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1961. [2022-10-20 08:59:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1962. [2022-10-20 08:59:15] doctrine.DEBUG: SELECT DATABASE() [] []
  1963. [2022-10-20 08:59:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83a50c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/83a50c","method":"GET"} []
  1964. [2022-10-20 08:59:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  1965. [2022-10-20 08:59:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1966. [2022-10-20 08:59:16] doctrine.DEBUG: SELECT DATABASE() [] []
  1967. [2022-10-20 08:59:19] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Faction%253Dlist%2526entity%253DProduct%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id","method":"GET"} []
  1968. [2022-10-20 08:59:20] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  1969. [2022-10-20 08:59:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  1970. [2022-10-20 08:59:20] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list'" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:72)"} []
  1971. [2022-10-20 08:59:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1972. [2022-10-20 08:59:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1973. [2022-10-20 08:59:20] doctrine.DEBUG: SELECT DATABASE() [] []
  1974. [2022-10-20 08:59:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"beeb25"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/beeb25","method":"GET"} []
  1975. [2022-10-20 08:59:24] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  1976. [2022-10-20 08:59:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1977. [2022-10-20 08:59:25] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  1978. [2022-10-20 08:59:25] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  1979. [2022-10-20 08:59:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1980. [2022-10-20 08:59:25] doctrine.DEBUG: SELECT DATABASE() [] []
  1981. [2022-10-20 08:59:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e781d"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7e781d","method":"GET"} []
  1982. [2022-10-20 08:59:27] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=ColorCategory&menuIndex=1&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DColorCategory%2526action%253Dlist%2526menuIndex%253D1%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  1983. [2022-10-20 08:59:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1984. [2022-10-20 08:59:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1985. [2022-10-20 08:59:27] doctrine.DEBUG: SELECT DATABASE() [] []
  1986. [2022-10-20 08:59:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1893df"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/1893df","method":"GET"} []
  1987. [2022-10-20 08:59:30] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product&menuIndex=0&submenuIndex=-1","method":"GET"} []
  1988. [2022-10-20 08:59:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1989. [2022-10-20 08:59:30] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  1990. [2022-10-20 08:59:30] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  1991. [2022-10-20 08:59:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  1992. [2022-10-20 08:59:30] doctrine.DEBUG: SELECT DATABASE() [] []
  1993. [2022-10-20 08:59:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1afae2"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/1afae2","method":"GET"} []
  1994. [2022-10-20 08:59:31] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&menuIndex=0&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DProduct%2526action%253Dlist%2526menuIndex%253D0%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  1995. [2022-10-20 08:59:31] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  1996. [2022-10-20 08:59:31] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  1997. [2022-10-20 08:59:31] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list'" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:72)"} []
  1998. [2022-10-20 08:59:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  1999. [2022-10-20 08:59:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2000. [2022-10-20 08:59:31] doctrine.DEBUG: SELECT DATABASE() [] []
  2001. [2022-10-20 08:59:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a90a5"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9a90a5","method":"GET"} []
  2002. [2022-10-20 08:59:48] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&menuIndex=0&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DProduct%2526action%253Dlist%2526menuIndex%253D0%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2003. [2022-10-20 08:59:49] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  2004. [2022-10-20 08:59:49] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  2005. [2022-10-20 08:59:49] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list'" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:72)"} []
  2006. [2022-10-20 08:59:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2007. [2022-10-20 08:59:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2008. [2022-10-20 08:59:49] doctrine.DEBUG: SELECT DATABASE() [] []
  2009. [2022-10-20 08:59:50] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&menuIndex=0&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DProduct%2526action%253Dlist%2526menuIndex%253D0%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2010. [2022-10-20 08:59:50] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  2011. [2022-10-20 08:59:50] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  2012. [2022-10-20 08:59:50] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list'" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:72)"} []
  2013. [2022-10-20 08:59:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2014. [2022-10-20 08:59:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2015. [2022-10-20 08:59:50] doctrine.DEBUG: SELECT DATABASE() [] []
  2016. [2022-10-20 09:00:24] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  2017. [2022-10-20 09:00:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2018. [2022-10-20 09:00:24] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  2019. [2022-10-20 09:00:24] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  2020. [2022-10-20 09:00:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2021. [2022-10-20 09:00:24] doctrine.DEBUG: SELECT DATABASE() [] []
  2022. [2022-10-20 09:00:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc404e"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/dc404e","method":"GET"} []
  2023. [2022-10-20 09:00:25] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=ColorCategory&menuIndex=1&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DColorCategory%2526action%253Dlist%2526menuIndex%253D1%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2024. [2022-10-20 09:00:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2025. [2022-10-20 09:00:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2026. [2022-10-20 09:00:26] doctrine.DEBUG: SELECT DATABASE() [] []
  2027. [2022-10-20 09:00:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"410966"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/410966","method":"GET"} []
  2028. [2022-10-20 09:00:34] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Color&menuIndex=2&submenuIndex=-1","method":"GET"} []
  2029. [2022-10-20 09:00:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2030. [2022-10-20 09:00:34] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  2031. [2022-10-20 09:00:34] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color c0_ [] []
  2032. [2022-10-20 09:00:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2033. [2022-10-20 09:00:34] doctrine.DEBUG: SELECT DATABASE() [] []
  2034. [2022-10-20 09:00:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"662b45"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/662b45","method":"GET"} []
  2035. [2022-10-20 09:00:36] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Color&menuIndex=2&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DColor%2526action%253Dlist%2526menuIndex%253D2%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2036. [2022-10-20 09:00:36] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.color_category_file_name AS color_category_file_name_2, c0_.linear_gradient AS linear_gradient_3, c0_.color_category_file_size AS color_category_file_size_4, c0_.color_category_file_updated_at AS color_category_file_updated_at_5, c0_.position AS position_6 FROM color_category c0_ [] []
  2037. [2022-10-20 09:00:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2038. [2022-10-20 09:00:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2039. [2022-10-20 09:00:36] doctrine.DEBUG: SELECT DATABASE() [] []
  2040. [2022-10-20 09:00:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fac04"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/5fac04","method":"GET"} []
  2041. [2022-10-20 11:00:33] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&menuIndex=0&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DProduct%2526action%253Dlist%2526menuIndex%253D0%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2042. [2022-10-20 11:00:34] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  2043. [2022-10-20 11:00:34] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  2044. [2022-10-20 11:00:34] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list'" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:72)"} []
  2045. [2022-10-20 11:00:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2046. [2022-10-20 11:00:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2047. [2022-10-20 11:00:34] doctrine.DEBUG: SELECT DATABASE() [] []
  2048. [2022-10-20 11:00:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bec8ce"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bec8ce","method":"GET"} []
  2049. [2022-10-20 11:04:49] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&menuIndex=0&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DProduct%2526action%253Dlist%2526menuIndex%253D0%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2050. [2022-10-20 11:04:49] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  2051. [2022-10-20 11:04:49] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  2052. [2022-10-20 11:04:49] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list'" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:72)"} []
  2053. [2022-10-20 11:04:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2054. [2022-10-20 11:04:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2055. [2022-10-20 11:04:49] doctrine.DEBUG: SELECT DATABASE() [] []
  2056. [2022-10-20 11:04:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3320f7"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3320f7","method":"GET"} []
  2057. [2022-10-20 11:05:38] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/6769568e9243cc6e958662dc8fea39ce2032e711/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"easyadmin"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711","method":"GET"} []
  2058. [2022-10-20 11:05:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2059. [2022-10-20 11:05:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2060. [2022-10-20 11:05:38] doctrine.DEBUG: SELECT DATABASE() [] []
  2061. [2022-10-20 11:05:42] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/","method":"GET"} []
  2062. [2022-10-20 11:05:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2063. [2022-10-20 11:05:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2064. [2022-10-20 11:05:42] doctrine.DEBUG: SELECT DATABASE() [] []
  2065. [2022-10-20 11:05:42] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product","method":"GET"} []
  2066. [2022-10-20 11:05:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2067. [2022-10-20 11:05:43] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  2068. [2022-10-20 11:05:43] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  2069. [2022-10-20 11:05:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2070. [2022-10-20 11:05:43] doctrine.DEBUG: SELECT DATABASE() [] []
  2071. [2022-10-20 11:05:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb2415"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/eb2415","method":"GET"} []
  2072. [2022-10-20 11:05:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2073. [2022-10-20 11:05:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2074. [2022-10-20 11:05:44] doctrine.DEBUG: SELECT DATABASE() [] []
  2075. [2022-10-20 11:05:46] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Color&menuIndex=2&submenuIndex=-1","method":"GET"} []
  2076. [2022-10-20 11:05:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2077. [2022-10-20 11:05:46] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  2078. [2022-10-20 11:05:46] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color c0_ [] []
  2079. [2022-10-20 11:05:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2080. [2022-10-20 11:05:46] doctrine.DEBUG: SELECT DATABASE() [] []
  2081. [2022-10-20 11:05:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae4fd2"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/ae4fd2","method":"GET"} []
  2082. [2022-10-20 11:05:47] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product&menuIndex=0&submenuIndex=-1","method":"GET"} []
  2083. [2022-10-20 11:05:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2084. [2022-10-20 11:05:47] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  2085. [2022-10-20 11:05:47] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  2086. [2022-10-20 11:05:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2087. [2022-10-20 11:05:47] doctrine.DEBUG: SELECT DATABASE() [] []
  2088. [2022-10-20 11:05:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe38b0"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/fe38b0","method":"GET"} []
  2089. [2022-10-20 11:05:48] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&menuIndex=0&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DProduct%2526action%253Dlist%2526menuIndex%253D0%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2090. [2022-10-20 11:05:48] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  2091. [2022-10-20 11:05:48] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  2092. [2022-10-20 11:05:48] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list'" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 1054): An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1054): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.color_code' in 'field list' at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:72)"} []
  2093. [2022-10-20 11:05:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2094. [2022-10-20 11:05:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2095. [2022-10-20 11:05:49] doctrine.DEBUG: SELECT DATABASE() [] []
  2096. [2022-10-20 11:05:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"634f6b"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/634f6b","method":"GET"} []
  2097. [2022-10-20 11:07:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2098. [2022-10-20 11:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2099. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2100. [2022-10-20 11:07:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2101. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2102. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'brand' ORDER BY ORDINAL_POSITION ASC [] []
  2103. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2104. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'brand' */ WHERE k.table_name = 'brand' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2105. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2106. [2022-10-20 11:07:12] 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 = 'brand' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2107. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'brand' [] []
  2108. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2109. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'color' ORDER BY ORDINAL_POSITION ASC [] []
  2110. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2111. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'color' */ WHERE k.table_name = 'color' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2112. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2113. [2022-10-20 11:07:12] 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 = 'color' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2114. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'color' [] []
  2115. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2116. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'color_category' ORDER BY ORDINAL_POSITION ASC [] []
  2117. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2118. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'color_category' */ WHERE k.table_name = 'color_category' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2119. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2120. [2022-10-20 11:07:12] 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 = 'color_category' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2121. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'color_category' [] []
  2122. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2123. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'info' ORDER BY ORDINAL_POSITION ASC [] []
  2124. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2125. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'info' */ WHERE k.table_name = 'info' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2126. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2127. [2022-10-20 11:07:12] 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 = 'info' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2128. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'info' [] []
  2129. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2130. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'page' ORDER BY ORDINAL_POSITION ASC [] []
  2131. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2132. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'page' */ WHERE k.table_name = 'page' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2133. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2134. [2022-10-20 11:07:12] 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 = 'page' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2135. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'page' [] []
  2136. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2137. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'product' ORDER BY ORDINAL_POSITION ASC [] []
  2138. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2139. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'product' */ WHERE k.table_name = 'product' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2140. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2141. [2022-10-20 11:07:12] 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 = 'product' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2142. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product' [] []
  2143. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2144. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2145. [2022-10-20 11:07:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2146. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2147. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'brand' ORDER BY ORDINAL_POSITION ASC [] []
  2148. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2149. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'brand' */ WHERE k.table_name = 'brand' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2150. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2151. [2022-10-20 11:07:12] 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 = 'brand' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2152. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'brand' [] []
  2153. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2154. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'color' ORDER BY ORDINAL_POSITION ASC [] []
  2155. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2156. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'color' */ WHERE k.table_name = 'color' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2157. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2158. [2022-10-20 11:07:12] 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 = 'color' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2159. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'color' [] []
  2160. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2161. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'color_category' ORDER BY ORDINAL_POSITION ASC [] []
  2162. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2163. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'color_category' */ WHERE k.table_name = 'color_category' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2164. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2165. [2022-10-20 11:07:12] 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 = 'color_category' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2166. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'color_category' [] []
  2167. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2168. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'info' ORDER BY ORDINAL_POSITION ASC [] []
  2169. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2170. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'info' */ WHERE k.table_name = 'info' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2171. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2172. [2022-10-20 11:07:12] 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 = 'info' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2173. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'info' [] []
  2174. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2175. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'page' ORDER BY ORDINAL_POSITION ASC [] []
  2176. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2177. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'page' */ WHERE k.table_name = 'page' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2178. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2179. [2022-10-20 11:07:12] 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 = 'page' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2180. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'page' [] []
  2181. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2182. [2022-10-20 11:07:12] 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 = 'rbbe_dev' AND TABLE_NAME = 'product' ORDER BY ORDINAL_POSITION ASC [] []
  2183. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2184. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'product' */ WHERE k.table_name = 'product' AND k.table_schema = 'rbbe_dev' /*!50116 AND c.constraint_schema = 'rbbe_dev' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` [] []
  2185. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2186. [2022-10-20 11:07:12] 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 = 'product' AND TABLE_SCHEMA = 'rbbe_dev' ORDER BY SEQ_IN_INDEX ASC [] []
  2187. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT t.ENGINE,        t.AUTO_INCREMENT,        t.TABLE_COMMENT,        t.CREATE_OPTIONS,        t.TABLE_COLLATION,        ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t     INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa         ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product' [] []
  2188. [2022-10-20 11:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  2189. [2022-10-20 11:07:12] doctrine.DEBUG: ALTER TABLE color ADD color_code VARCHAR(255) DEFAULT NULL [] []
  2190. [2022-10-20 11:07:17] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=new&entity=Product&menuIndex=0&page=1&referer=%252F6769568e9243cc6e958662dc8fea39ce2032e711%252F%253Fentity%253DProduct%2526action%253Dlist%2526menuIndex%253D0%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id&submenuIndex=-1","method":"GET"} []
  2191. [2022-10-20 11:07:18] doctrine.DEBUG: SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sub_title AS sub_title_2, b0_.brand_file_name AS brand_file_name_3, b0_.brand_file_size AS brand_file_size_4, b0_.brand_file_updated_at AS brand_file_updated_at_5, b0_.position AS position_6, b0_.type AS type_7 FROM brand b0_ [] []
  2192. [2022-10-20 11:07:18] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.color_code AS color_code_2, c0_.color_category_id AS color_category_id_3 FROM color c0_ [] []
  2193. [2022-10-20 11:07:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2194. [2022-10-20 11:07:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2195. [2022-10-20 11:07:18] doctrine.DEBUG: SELECT DATABASE() [] []
  2196. [2022-10-20 11:07:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a08d6"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/0a08d6","method":"GET"} []
  2197. [2022-10-20 11:07:20] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=ColorCategory&menuIndex=1&submenuIndex=-1","method":"GET"} []
  2198. [2022-10-20 11:07:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2199. [2022-10-20 11:07:20] doctrine.DEBUG: SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM color_category c0_ ORDER BY c0_.id DESC LIMIT 15 [] []
  2200. [2022-10-20 11:07:20] doctrine.DEBUG: SELECT count(c0_.id) AS sclr_0 FROM color_category c0_ [] []
  2201. [2022-10-20 11:07:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2202. [2022-10-20 11:07:20] doctrine.DEBUG: SELECT DATABASE() [] []
  2203. [2022-10-20 11:07:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79cf41"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/79cf41","method":"GET"} []
  2204. [2022-10-20 11:07:21] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"App\\Controller\\AdminController::indexAction"},"request_uri":"http://www.rbbe.asb-digital.fr/6769568e9243cc6e958662dc8fea39ce2032e711/?action=list&entity=Product&menuIndex=0&submenuIndex=-1","method":"GET"} []
  2205. [2022-10-20 11:07:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2206. [2022-10-20 11:07:21] doctrine.DEBUG: SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM product p0_ ORDER BY p0_.id DESC LIMIT 15 [] []
  2207. [2022-10-20 11:07:21] doctrine.DEBUG: SELECT count(p0_.id) AS sclr_0 FROM product p0_ [] []
  2208. [2022-10-20 11:07:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2209. [2022-10-20 11:07:21] doctrine.DEBUG: SELECT DATABASE() [] []
  2210. [2022-10-20 11:07:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"682e1b"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/682e1b","method":"GET"} []
  2211. [2022-10-22 00:30:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2212. [2022-10-22 00:30:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2213. [2022-10-22 00:30:46] doctrine.DEBUG: SELECT DATABASE() [] []
  2214. [2022-10-28 02:09:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2215. [2022-10-28 02:09:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2216. [2022-10-28 02:09:03] doctrine.DEBUG: SELECT DATABASE() [] []
  2217. [2022-11-14 05:12:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2218. [2022-11-14 05:12:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2219. [2022-11-14 05:12:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2220. [2022-11-14 05:12:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2221. [2022-11-14 05:12:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2222. [2022-11-14 05:12:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2223. [2022-11-14 05:12:06] doctrine.DEBUG: SELECT DATABASE() [] []
  2224. [2022-11-14 05:12:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2225. [2022-11-14 05:12:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2226. [2022-11-14 05:12:18] doctrine.DEBUG: SELECT DATABASE() [] []
  2227. [2022-11-14 05:12:37] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  2228. [2022-11-14 05:12:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2229. [2022-11-14 05:12:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2230. [2022-11-14 05:12:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2231. [2022-11-14 05:12:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e59064"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/e59064","method":"GET"} []
  2232. [2022-11-14 05:13:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2233. [2022-11-14 05:13:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2234. [2022-11-14 05:13:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2235. [2022-11-14 05:13:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2236. [2022-11-14 05:13:52] doctrine.DEBUG: SELECT DATABASE() [] []
  2237. [2022-11-14 05:13:52] doctrine.DEBUG: SELECT DATABASE() [] []
  2238. [2022-11-16 05:21:50] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  2239. [2022-11-21 21:54:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2240. [2022-11-21 21:54:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2241. [2022-11-21 21:54:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2242. [2022-11-21 21:54:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2243. [2022-11-21 21:54:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2244. [2022-11-21 21:54:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2245. [2022-11-21 21:54:04] doctrine.DEBUG: SELECT DATABASE() [] []
  2246. [2022-11-27 03:58:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2247. [2022-11-27 03:58:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2248. [2022-11-27 03:58:06] doctrine.DEBUG: SELECT DATABASE() [] []
  2249. [2022-11-29 14:35:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2250. [2022-11-29 14:35:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2251. [2022-11-29 14:35:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2252. [2022-11-29 14:35:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2253. [2022-11-29 14:35:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2254. [2022-11-29 14:35:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2255. [2022-11-29 14:35:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2256. [2022-11-29 14:35:07] doctrine.DEBUG: SELECT DATABASE() [] []
  2257. [2022-11-29 14:35:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2258. [2022-11-29 14:35:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2259. [2022-11-29 14:35:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2260. [2022-11-29 14:35:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2261. [2022-11-29 14:35:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2262. [2022-11-29 14:35:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2263. [2022-11-29 14:35:07] doctrine.DEBUG: SELECT DATABASE() [] []
  2264. [2022-11-29 14:35:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2265. [2022-11-29 14:35:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54e330"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/54e330","method":"GET"} []
  2266. [2022-12-04 16:19:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2267. [2022-12-04 16:19:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2268. [2022-12-04 16:19:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2269. [2022-12-04 16:19:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2270. [2022-12-04 16:19:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2271. [2022-12-04 16:19:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2272. [2022-12-04 16:19:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2273. [2022-12-04 16:19:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2274. [2022-12-04 16:19:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2275. [2022-12-04 16:19:15] doctrine.DEBUG: SELECT DATABASE() [] []
  2276. [2022-12-04 16:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2277. [2022-12-04 16:19:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2278. [2022-12-04 16:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2279. [2022-12-04 16:19:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2280. [2022-12-04 16:19:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2281. [2022-12-04 16:19:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2282. [2022-12-04 16:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2283. [2022-12-04 16:19:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2284. [2022-12-04 16:19:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2285. [2022-12-04 16:19:16] doctrine.DEBUG: SELECT DATABASE() [] []
  2286. [2022-12-06 15:54:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2287. [2022-12-06 15:54:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2288. [2022-12-06 15:54:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2289. [2022-12-06 15:54:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  2290. [2022-12-06 15:54:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2291. [2022-12-06 15:54:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2292. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2293. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2294. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2295. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2296. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2297. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2298. [2022-12-06 15:54:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2299. [2022-12-06 15:54:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2300. [2022-12-06 15:54:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2301. [2022-12-06 15:54:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2302. [2022-12-06 15:54:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2303. [2022-12-06 15:54:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2304. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2305. [2022-12-06 15:54:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2306. [2022-12-06 15:54:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2307. [2022-12-06 15:54:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2308. [2022-12-06 15:54:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2309. [2022-12-06 15:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2310. [2022-12-06 15:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2311. [2022-12-06 15:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2312. [2022-12-06 15:54:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2313. [2022-12-06 15:54:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2314. [2022-12-06 15:54:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2315. [2022-12-06 15:54:38] doctrine.DEBUG: SELECT DATABASE() [] []
  2316. [2022-12-06 15:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2317. [2022-12-06 15:54:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  2318. [2022-12-06 15:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2319. [2022-12-06 15:54:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2320. [2022-12-06 15:54:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2321. [2022-12-06 15:54:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2322. [2022-12-06 15:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2323. [2022-12-06 15:54:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2324. [2022-12-06 15:54:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2325. [2022-12-06 15:54:40] doctrine.DEBUG: SELECT DATABASE() [] []
  2326. [2022-12-06 15:54:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2327. [2022-12-06 15:54:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2328. [2022-12-06 15:54:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2329. [2022-12-06 15:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2330. [2022-12-06 15:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2331. [2022-12-06 15:54:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2332. [2022-12-06 15:54:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2333. [2022-12-06 15:54:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2334. [2022-12-06 15:54:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2335. [2022-12-06 15:54:45] doctrine.DEBUG: SELECT DATABASE() [] []
  2336. [2022-12-06 15:54:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2337. [2022-12-06 15:54:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2338. [2022-12-06 15:54:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2339. [2022-12-06 15:54:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2340. [2022-12-06 15:54:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2341. [2022-12-06 15:54:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2342. [2022-12-06 15:54:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2343. [2022-12-06 15:54:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2344. [2022-12-06 15:54:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2345. [2022-12-06 15:54:53] doctrine.DEBUG: SELECT DATABASE() [] []
  2346. [2022-12-06 15:55:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2347. [2022-12-06 15:55:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2348. [2022-12-06 15:55:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2349. [2022-12-06 15:55:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2350. [2022-12-06 15:55:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2351. [2022-12-06 15:55:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2352. [2022-12-06 15:55:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2353. [2022-12-06 15:55:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2354. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2355. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2356. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2357. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2358. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2359. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2360. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2361. [2022-12-06 15:55:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2362. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2363. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2364. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2365. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2366. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2367. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2368. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2369. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2370. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2371. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2372. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "PUT /api/v2/cmdb/system/admin/admin"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"PUT /api/v2/cmdb/system/admin/admin\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/cmdb/system/admin/admin\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2373. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2374. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2375. [2022-12-06 15:55:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
  2376. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2377. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2378. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2379. [2022-12-06 15:55:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2380. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2381. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2382. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2383. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2384. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2385. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2386. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2387. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2388. [2022-12-06 15:55:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2389. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2390. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2391. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2392. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2393. [2022-12-06 15:55:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2394. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2395. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2396. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2397. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2398. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2399. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2400. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2401. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2402. [2022-12-06 15:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2403. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2404. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2405. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2406. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2407. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2408. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2409. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2410. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2411. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2412. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2413. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2414. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2415. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2416. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2417. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2418. [2022-12-06 15:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2419. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2420. [2022-12-06 15:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  2421. [2022-12-06 15:55:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2422. [2022-12-06 15:55:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2423. [2022-12-06 15:55:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2424. [2022-12-06 15:55:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2425. [2022-12-06 15:55:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2426. [2022-12-06 15:55:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2427. [2022-12-06 15:55:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2428. [2022-12-06 15:55:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2429. [2022-12-06 15:55:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2430. [2022-12-06 15:55:16] doctrine.DEBUG: SELECT DATABASE() [] []
  2431. [2022-12-06 15:55:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2432. [2022-12-06 15:55:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2433. [2022-12-06 15:55:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2434. [2022-12-06 15:55:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2435. [2022-12-06 15:55:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2436. [2022-12-06 15:55:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2437. [2022-12-06 15:55:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2438. [2022-12-06 15:55:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2439. [2022-12-06 15:55:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2440. [2022-12-06 15:55:28] doctrine.DEBUG: SELECT DATABASE() [] []
  2441. [2022-12-06 15:55:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2442. [2022-12-06 15:55:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2443. [2022-12-06 15:55:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2444. [2022-12-06 15:55:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2445. [2022-12-06 15:55:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2446. [2022-12-06 15:55:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/search"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/search\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/search/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2447. [2022-12-06 15:55:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2448. [2022-12-06 15:55:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2449. [2022-12-06 15:55:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2450. [2022-12-06 15:55:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2451. [2022-12-06 15:55:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2452. [2022-12-06 15:55:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2453. [2022-12-06 15:55:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2454. [2022-12-06 15:55:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2455. [2022-12-06 15:55:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2456. [2022-12-06 15:55:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2457. [2022-12-06 15:55:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2458. [2022-12-06 15:55:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2459. [2022-12-06 15:55:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2460. [2022-12-06 15:55:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2461. [2022-12-06 15:55:33] doctrine.DEBUG: SELECT DATABASE() [] []
  2462. [2022-12-06 15:55:33] doctrine.DEBUG: SELECT DATABASE() [] []
  2463. [2022-12-06 15:55:33] doctrine.DEBUG: SELECT DATABASE() [] []
  2464. [2022-12-06 15:55:33] doctrine.DEBUG: SELECT DATABASE() [] []
  2465. [2022-12-06 15:55:33] doctrine.DEBUG: SELECT DATABASE() [] []
  2466. [2022-12-06 15:59:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2467. [2022-12-06 15:59:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2468. [2022-12-06 15:59:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2469. [2022-12-06 15:59:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2470. [2022-12-06 15:59:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2471. [2022-12-06 15:59:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2472. [2022-12-06 15:59:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2473. [2022-12-06 15:59:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2474. [2022-12-06 15:59:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2475. [2022-12-06 15:59:35] doctrine.DEBUG: SELECT DATABASE() [] []
  2476. [2022-12-06 15:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2477. [2022-12-06 15:59:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2478. [2022-12-06 15:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2479. [2022-12-06 15:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2480. [2022-12-06 15:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2481. [2022-12-06 15:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2482. [2022-12-06 15:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2483. [2022-12-06 15:59:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2484. [2022-12-06 15:59:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2485. [2022-12-06 15:59:36] doctrine.DEBUG: SELECT DATABASE() [] []
  2486. [2022-12-06 16:08:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2487. [2022-12-06 16:08:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2488. [2022-12-06 16:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2489. [2022-12-06 16:08:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2490. [2022-12-06 16:08:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2491. [2022-12-06 16:08:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2492. [2022-12-06 16:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2493. [2022-12-06 16:08:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2494. [2022-12-06 16:08:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2495. [2022-12-06 16:08:47] doctrine.DEBUG: SELECT DATABASE() [] []
  2496. [2022-12-06 16:08:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2497. [2022-12-06 16:08:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f50fc"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/1f50fc","method":"GET"} []
  2498. [2022-12-06 16:59:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2499. [2022-12-06 16:59:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2500. [2022-12-06 16:59:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2501. [2022-12-06 16:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2502. [2022-12-06 16:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2503. [2022-12-06 16:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2504. [2022-12-06 16:59:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2505. [2022-12-06 16:59:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2506. [2022-12-06 16:59:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2507. [2022-12-06 16:59:07] doctrine.DEBUG: SELECT DATABASE() [] []
  2508. [2022-12-06 16:59:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2509. [2022-12-06 16:59:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2510. [2022-12-06 16:59:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2511. [2022-12-06 16:59:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2512. [2022-12-06 16:59:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2513. [2022-12-06 16:59:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2514. [2022-12-06 16:59:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2515. [2022-12-06 16:59:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2516. [2022-12-06 16:59:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2517. [2022-12-06 16:59:08] doctrine.DEBUG: SELECT DATABASE() [] []
  2518. [2022-12-06 17:00:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2519. [2022-12-06 17:00:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2520. [2022-12-06 17:00:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2521. [2022-12-06 17:00:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2522. [2022-12-06 17:00:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2523. [2022-12-06 17:00:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2524. [2022-12-06 17:00:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2525. [2022-12-06 17:00:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2526. [2022-12-06 17:00:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2527. [2022-12-06 17:00:01] doctrine.DEBUG: SELECT DATABASE() [] []
  2528. [2022-12-06 17:00:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2529. [2022-12-06 17:00:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2530. [2022-12-06 17:00:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2531. [2022-12-06 17:00:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2532. [2022-12-06 17:00:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2533. [2022-12-06 17:00:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2534. [2022-12-06 17:00:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2535. [2022-12-06 17:00:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2536. [2022-12-06 17:00:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2537. [2022-12-06 17:00:02] doctrine.DEBUG: SELECT DATABASE() [] []
  2538. [2022-12-06 17:58:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2539. [2022-12-06 17:58:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2540. [2022-12-06 17:58:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2541. [2022-12-06 17:58:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2542. [2022-12-06 17:58:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2543. [2022-12-06 17:58:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2544. [2022-12-06 17:58:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2545. [2022-12-06 17:58:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2546. [2022-12-06 17:58:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2547. [2022-12-06 17:58:45] doctrine.DEBUG: SELECT DATABASE() [] []
  2548. [2022-12-06 17:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2549. [2022-12-06 17:58:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2550. [2022-12-06 17:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2551. [2022-12-06 17:58:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2552. [2022-12-06 17:58:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2553. [2022-12-06 17:58:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2554. [2022-12-06 17:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2555. [2022-12-06 17:58:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2556. [2022-12-06 17:58:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2557. [2022-12-06 17:58:46] doctrine.DEBUG: SELECT DATABASE() [] []
  2558. [2022-12-06 17:58:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2559. [2022-12-06 17:58:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2560. [2022-12-06 17:58:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2561. [2022-12-06 17:58:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2562. [2022-12-06 17:58:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2563. [2022-12-06 17:58:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2564. [2022-12-06 17:58:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2565. [2022-12-06 17:58:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2566. [2022-12-06 17:58:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2567. [2022-12-06 17:58:49] doctrine.DEBUG: SELECT DATABASE() [] []
  2568. [2022-12-06 17:58:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2569. [2022-12-06 17:58:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2570. [2022-12-06 17:58:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2571. [2022-12-06 17:58:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2572. [2022-12-06 17:58:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2573. [2022-12-06 17:58:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2574. [2022-12-06 17:58:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2575. [2022-12-06 17:58:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2576. [2022-12-06 17:58:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2577. [2022-12-06 17:58:51] doctrine.DEBUG: SELECT DATABASE() [] []
  2578. [2022-12-06 18:18:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2579. [2022-12-06 18:18:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2580. [2022-12-06 18:18:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2581. [2022-12-06 18:18:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2582. [2022-12-06 18:18:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2583. [2022-12-06 18:18:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2584. [2022-12-06 18:18:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2585. [2022-12-06 18:18:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2586. [2022-12-06 18:18:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2587. [2022-12-06 18:18:15] doctrine.DEBUG: SELECT DATABASE() [] []
  2588. [2022-12-06 18:18:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2589. [2022-12-06 18:18:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec60b9"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/ec60b9","method":"GET"} []
  2590. [2022-12-06 18:28:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2591. [2022-12-06 18:28:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2592. [2022-12-06 18:28:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2593. [2022-12-06 18:28:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2594. [2022-12-06 18:28:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2595. [2022-12-06 18:28:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2596. [2022-12-06 18:28:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2597. [2022-12-06 18:28:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2598. [2022-12-06 18:28:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2599. [2022-12-06 18:28:40] doctrine.DEBUG: SELECT DATABASE() [] []
  2600. [2022-12-06 18:28:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2601. [2022-12-06 18:28:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2602. [2022-12-06 18:28:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2603. [2022-12-06 18:28:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2604. [2022-12-06 18:28:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2605. [2022-12-06 18:28:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2606. [2022-12-06 18:28:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2607. [2022-12-06 18:28:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2608. [2022-12-06 18:28:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2609. [2022-12-06 18:28:41] doctrine.DEBUG: SELECT DATABASE() [] []
  2610. [2022-12-06 18:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2611. [2022-12-06 18:59:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2612. [2022-12-06 18:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2613. [2022-12-06 18:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2614. [2022-12-06 18:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2615. [2022-12-06 18:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2616. [2022-12-06 18:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2617. [2022-12-06 18:59:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2618. [2022-12-06 18:59:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2619. [2022-12-06 18:59:36] doctrine.DEBUG: SELECT DATABASE() [] []
  2620. [2022-12-06 18:59:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2621. [2022-12-06 18:59:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2622. [2022-12-06 18:59:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2623. [2022-12-06 18:59:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2624. [2022-12-06 18:59:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2625. [2022-12-06 18:59:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2626. [2022-12-06 18:59:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2627. [2022-12-06 18:59:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2628. [2022-12-06 18:59:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2629. [2022-12-06 18:59:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2630. [2022-12-07 00:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2631. [2022-12-07 00:01:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2632. [2022-12-07 00:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2633. [2022-12-07 00:01:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2634. [2022-12-07 00:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2635. [2022-12-07 00:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2636. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2637. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2638. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2639. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2640. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2641. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2642. [2022-12-07 00:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2643. [2022-12-07 00:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2644. [2022-12-07 00:01:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2645. [2022-12-07 00:01:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2646. [2022-12-07 00:01:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2647. [2022-12-07 00:01:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2648. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT DATABASE() [] []
  2649. [2022-12-07 00:01:41] doctrine.DEBUG: SELECT DATABASE() [] []
  2650. [2022-12-07 00:36:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2651. [2022-12-07 00:36:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2652. [2022-12-07 00:36:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2653. [2022-12-07 00:36:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2654. [2022-12-07 00:36:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2655. [2022-12-07 00:36:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2656. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2657. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2658. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2659. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2660. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2661. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2662. [2022-12-07 00:36:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2663. [2022-12-07 00:36:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2664. [2022-12-07 00:36:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2665. [2022-12-07 00:36:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2666. [2022-12-07 00:36:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2667. [2022-12-07 00:36:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2668. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT DATABASE() [] []
  2669. [2022-12-07 00:36:53] doctrine.DEBUG: SELECT DATABASE() [] []
  2670. [2022-12-07 01:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2671. [2022-12-07 01:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2672. [2022-12-07 01:22:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2673. [2022-12-07 01:22:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2674. [2022-12-07 01:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2675. [2022-12-07 01:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2676. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2677. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2678. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2679. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2680. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2681. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2682. [2022-12-07 01:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2683. [2022-12-07 01:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2684. [2022-12-07 01:22:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2685. [2022-12-07 01:22:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2686. [2022-12-07 01:22:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2687. [2022-12-07 01:22:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2688. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT DATABASE() [] []
  2689. [2022-12-07 01:22:32] doctrine.DEBUG: SELECT DATABASE() [] []
  2690. [2022-12-07 04:26:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2691. [2022-12-07 04:26:28] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  2692. [2022-12-07 12:30:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2693. [2022-12-07 12:30:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2694. [2022-12-07 12:30:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2695. [2022-12-07 12:30:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2696. [2022-12-07 12:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2697. [2022-12-07 12:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2698. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2699. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2700. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2701. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2702. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2703. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2704. [2022-12-07 12:30:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2705. [2022-12-07 12:30:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2706. [2022-12-07 12:30:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2707. [2022-12-07 12:30:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2708. [2022-12-07 12:30:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2709. [2022-12-07 12:30:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2710. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT DATABASE() [] []
  2711. [2022-12-07 12:30:31] doctrine.DEBUG: SELECT DATABASE() [] []
  2712. [2022-12-07 14:10:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2713. [2022-12-07 14:10:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2714. [2022-12-07 14:10:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2715. [2022-12-07 14:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2716. [2022-12-07 14:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2717. [2022-12-07 14:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2718. [2022-12-07 14:10:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2719. [2022-12-07 14:10:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2720. [2022-12-07 14:10:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2721. [2022-12-07 14:10:10] doctrine.DEBUG: SELECT DATABASE() [] []
  2722. [2022-12-07 21:18:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2723. [2022-12-07 21:18:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2724. [2022-12-07 21:18:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2725. [2022-12-07 21:18:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2726. [2022-12-07 21:18:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2727. [2022-12-07 21:18:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2728. [2022-12-07 21:18:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2729. [2022-12-07 21:18:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2730. [2022-12-07 21:18:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2731. [2022-12-07 21:18:11] doctrine.DEBUG: SELECT DATABASE() [] []
  2732. [2022-12-12 04:35:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2733. [2022-12-12 04:35:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2734. [2022-12-12 04:35:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2735. [2022-12-12 04:35:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2736. [2022-12-12 04:35:38] doctrine.DEBUG: SELECT DATABASE() [] []
  2737. [2022-12-12 04:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2738. [2022-12-12 04:35:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2739. [2022-12-12 04:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2740. [2022-12-12 04:35:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2741. [2022-12-12 04:35:40] doctrine.DEBUG: SELECT DATABASE() [] []
  2742. [2022-12-12 04:35:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2743. [2022-12-12 04:35:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2744. [2022-12-12 04:35:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2745. [2022-12-12 04:35:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2746. [2022-12-12 04:35:41] doctrine.DEBUG: SELECT DATABASE() [] []
  2747. [2022-12-12 04:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2748. [2022-12-12 04:35:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2749. [2022-12-12 04:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2750. [2022-12-12 04:35:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2751. [2022-12-12 04:35:43] doctrine.DEBUG: SELECT DATABASE() [] []
  2752. [2022-12-12 04:35:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2753. [2022-12-12 04:35:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2754. [2022-12-12 04:35:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2755. [2022-12-12 04:35:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2756. [2022-12-12 04:35:44] doctrine.DEBUG: SELECT DATABASE() [] []
  2757. [2022-12-12 04:35:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2758. [2022-12-12 04:35:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2759. [2022-12-12 04:35:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2760. [2022-12-12 04:35:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2761. [2022-12-12 04:35:46] doctrine.DEBUG: SELECT DATABASE() [] []
  2762. [2022-12-12 05:53:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2763. [2022-12-12 05:53:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2764. [2022-12-12 05:53:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2765. [2022-12-12 05:53:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2766. [2022-12-12 05:53:53] doctrine.DEBUG: SELECT DATABASE() [] []
  2767. [2022-12-12 05:53:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2768. [2022-12-12 05:53:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2769. [2022-12-12 05:53:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2770. [2022-12-12 05:53:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2771. [2022-12-12 05:53:54] doctrine.DEBUG: SELECT DATABASE() [] []
  2772. [2022-12-12 05:53:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2773. [2022-12-12 05:53:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2774. [2022-12-12 05:53:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2775. [2022-12-12 05:53:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2776. [2022-12-12 05:53:56] doctrine.DEBUG: SELECT DATABASE() [] []
  2777. [2022-12-12 05:53:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2778. [2022-12-12 05:53:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2779. [2022-12-12 05:53:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2780. [2022-12-12 05:53:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2781. [2022-12-12 05:53:57] doctrine.DEBUG: SELECT DATABASE() [] []
  2782. [2022-12-12 05:53:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2783. [2022-12-12 05:53:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2784. [2022-12-12 05:53:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2785. [2022-12-12 05:53:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2786. [2022-12-12 05:53:58] doctrine.DEBUG: SELECT DATABASE() [] []
  2787. [2022-12-12 05:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2788. [2022-12-12 05:54:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/.env.www/.env_1/.env_sample/.env.%7B%7BDN%7D%7D/.env.%7B%7BSD%7D%7D/.aws/credentials/_static/.env/.c9/metadata/environment/.env/.docker/.env/.env.backup/.env.dev\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2789. [2022-12-12 05:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2790. [2022-12-12 05:54:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2791. [2022-12-12 05:54:00] doctrine.DEBUG: SELECT DATABASE() [] []
  2792. [2022-12-15 00:25:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2793. [2022-12-15 00:25:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2794. [2022-12-15 00:25:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2795. [2022-12-15 00:25:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2796. [2022-12-15 00:25:23] doctrine.DEBUG: SELECT DATABASE() [] []
  2797. [2022-12-18 22:57:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2798. [2022-12-18 22:57:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2799. [2022-12-18 22:57:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2800. [2022-12-18 22:57:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2801. [2022-12-18 22:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2802. [2022-12-18 22:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2803. [2022-12-18 22:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2804. [2022-12-18 22:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2805. [2022-12-18 22:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2806. [2022-12-18 22:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2807. [2022-12-18 22:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2808. [2022-12-18 22:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2809. [2022-12-18 22:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2810. [2022-12-18 22:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2811. [2022-12-18 22:57:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2812. [2022-12-18 22:57:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2813. [2022-12-18 22:57:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2814. [2022-12-18 22:57:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2815. [2022-12-18 22:57:59] doctrine.DEBUG: SELECT DATABASE() [] []
  2816. [2022-12-18 22:57:59] doctrine.DEBUG: SELECT DATABASE() [] []
  2817. [2022-12-18 22:58:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2818. [2022-12-18 22:58:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2819. [2022-12-18 22:58:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2820. [2022-12-18 22:58:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2821. [2022-12-18 22:58:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2822. [2022-12-18 22:58:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2823. [2022-12-18 22:58:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2824. [2022-12-18 22:58:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2825. [2022-12-18 22:58:00] doctrine.DEBUG: SELECT DATABASE() [] []
  2826. [2022-12-18 22:58:00] doctrine.DEBUG: SELECT DATABASE() [] []
  2827. [2022-12-22 02:11:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2828. [2022-12-22 02:11:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2829. [2022-12-22 02:11:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2830. [2022-12-22 02:11:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2831. [2022-12-22 02:11:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2832. [2022-12-22 02:11:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2833. [2022-12-22 02:11:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2834. [2022-12-22 02:11:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2835. [2022-12-22 02:11:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2836. [2022-12-22 02:11:18] doctrine.DEBUG: SELECT DATABASE() [] []
  2837. [2022-12-22 02:11:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2838. [2022-12-22 02:11:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2839. [2022-12-22 02:11:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2840. [2022-12-22 02:11:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2841. [2022-12-22 02:11:19] doctrine.DEBUG: SELECT DATABASE() [] []
  2842. [2022-12-22 02:11:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2843. [2022-12-22 02:11:38] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  2844. [2022-12-22 02:11:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2845. [2022-12-22 02:11:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2846. [2022-12-22 02:11:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2847. [2022-12-22 02:11:38] doctrine.DEBUG: SELECT DATABASE() [] []
  2848. [2022-12-22 02:12:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2849. [2022-12-22 02:12:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa920a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/aa920a","method":"GET"} []
  2850. [2022-12-22 02:12:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2851. [2022-12-22 02:12:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2852. [2022-12-22 02:12:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2853. [2022-12-22 02:12:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2854. [2022-12-22 02:12:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2855. [2022-12-22 02:12:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2856. [2022-12-22 02:12:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2857. [2022-12-22 02:12:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2858. [2022-12-22 02:12:34] doctrine.DEBUG: SELECT DATABASE() [] []
  2859. [2022-12-22 02:12:34] doctrine.DEBUG: SELECT DATABASE() [] []
  2860. [2022-12-24 04:51:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2861. [2022-12-24 04:51:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2862. [2022-12-24 04:51:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2863. [2022-12-24 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2864. [2022-12-24 04:51:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2865. [2022-12-24 04:51:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2866. [2022-12-24 04:51:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2867. [2022-12-24 04:51:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2868. [2022-12-24 04:51:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2869. [2022-12-24 04:51:54] doctrine.DEBUG: SELECT DATABASE() [] []
  2870. [2022-12-24 18:11:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2871. [2022-12-24 18:11:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2872. [2022-12-24 18:11:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2873. [2022-12-24 18:11:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2874. [2022-12-24 18:11:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2875. [2022-12-24 18:11:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2876. [2022-12-24 18:11:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2877. [2022-12-24 18:11:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2878. [2022-12-24 18:11:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2879. [2022-12-24 18:11:56] doctrine.DEBUG: SELECT DATABASE() [] []
  2880. [2022-12-24 18:11:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2881. [2022-12-24 18:11:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2882. [2022-12-24 18:11:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2883. [2022-12-24 18:11:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2884. [2022-12-24 18:11:57] doctrine.DEBUG: SELECT DATABASE() [] []
  2885. [2022-12-26 11:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2886. [2022-12-26 11:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2887. [2022-12-26 11:44:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2888. [2022-12-26 11:44:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2889. [2022-12-26 11:44:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2890. [2022-12-26 11:44:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2891. [2022-12-26 11:44:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2892. [2022-12-26 11:44:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2893. [2022-12-26 11:44:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2894. [2022-12-26 11:44:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2895. [2022-12-26 11:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2896. [2022-12-26 11:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2897. [2022-12-26 11:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2898. [2022-12-26 11:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2899. [2022-12-26 11:44:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2900. [2022-12-26 11:44:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2901. [2022-12-26 11:44:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2902. [2022-12-26 11:44:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2903. [2022-12-26 11:44:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2904. [2022-12-26 11:44:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2905. [2022-12-26 11:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2906. [2022-12-26 11:44:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2907. [2022-12-26 11:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2908. [2022-12-26 11:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2909. [2022-12-26 11:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2910. [2022-12-26 11:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2911. [2022-12-26 11:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2912. [2022-12-26 11:44:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2913. [2022-12-26 11:44:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2914. [2022-12-26 11:44:42] doctrine.DEBUG: SELECT DATABASE() [] []
  2915. [2022-12-26 11:44:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2916. [2022-12-26 11:44:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17b775"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/17b775","method":"GET"} []
  2917. [2022-12-26 11:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2918. [2022-12-26 11:45:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2919. [2022-12-26 11:45:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2920. [2022-12-26 11:45:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2921. [2022-12-26 11:45:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2922. [2022-12-26 11:45:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2923. [2022-12-26 11:45:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2924. [2022-12-26 11:45:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2925. [2022-12-26 11:45:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2926. [2022-12-26 11:45:02] doctrine.DEBUG: SELECT DATABASE() [] []
  2927. [2022-12-26 11:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2928. [2022-12-26 11:45:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2929. [2022-12-26 11:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2930. [2022-12-26 11:45:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2931. [2022-12-26 11:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2932. [2022-12-26 11:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2933. [2022-12-26 11:45:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2934. [2022-12-26 11:45:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2935. [2022-12-26 11:45:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2936. [2022-12-26 11:45:11] doctrine.DEBUG: SELECT DATABASE() [] []
  2937. [2022-12-26 11:45:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2938. [2022-12-26 11:45:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2939. [2022-12-26 11:45:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2940. [2022-12-26 11:45:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2941. [2022-12-26 11:45:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  2942. [2022-12-26 11:45:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2943. [2022-12-26 11:45:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2944. [2022-12-26 11:45:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2945. [2022-12-26 11:45:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2946. [2022-12-26 11:45:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2947. [2022-12-26 11:45:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2948. [2022-12-26 11:45:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2949. [2022-12-26 11:45:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2950. [2022-12-26 11:45:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2951. [2022-12-26 11:45:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2952. [2022-12-26 11:45:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2953. [2022-12-26 11:45:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2954. [2022-12-26 11:45:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2955. [2022-12-26 11:45:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2956. [2022-12-26 11:45:37] doctrine.DEBUG: SELECT DATABASE() [] []
  2957. [2022-12-26 11:45:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2958. [2022-12-26 11:45:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2959. [2022-12-26 11:45:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2960. [2022-12-26 11:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2961. [2022-12-26 11:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2962. [2022-12-26 11:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2963. [2022-12-26 11:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2964. [2022-12-26 11:45:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2965. [2022-12-26 11:45:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2966. [2022-12-26 11:45:40] doctrine.DEBUG: SELECT DATABASE() [] []
  2967. [2022-12-26 11:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2968. [2022-12-26 11:45:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
  2969. [2022-12-26 11:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2970. [2022-12-26 11:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2971. [2022-12-26 11:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2972. [2022-12-26 11:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2973. [2022-12-26 11:45:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2974. [2022-12-26 11:45:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2975. [2022-12-26 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2976. [2022-12-26 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2977. [2022-12-26 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2978. [2022-12-26 11:45:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  2979. [2022-12-26 11:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  2980. [2022-12-26 11:45:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  2981. [2022-12-26 11:45:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  2982. [2022-12-26 11:45:48] doctrine.DEBUG: SELECT DATABASE() [] []
  2983. [2022-12-26 11:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2984. [2022-12-26 11:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2985. [2022-12-26 11:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2986. [2022-12-26 11:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2987. [2022-12-26 11:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2988. [2022-12-26 11:45:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  2989. [2022-12-26 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2990. [2022-12-26 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2991. [2022-12-26 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2992. [2022-12-26 11:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2993. [2022-12-26 11:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2994. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  2995. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  2996. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  2997. [2022-12-26 11:45:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  2998. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  2999. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3000. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3001. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3002. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3003. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3004. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3005. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3006. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3007. [2022-12-26 11:45:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3008. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3009. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3010. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3011. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3012. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3013. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3014. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3015. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3016. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3017. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3018. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3019. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3020. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3021. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3022. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3023. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3024. [2022-12-26 11:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3025. [2022-12-26 11:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3026. [2022-12-26 11:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3027. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3028. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3029. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3030. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3031. [2022-12-26 11:46:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3032. [2022-12-26 11:46:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/search"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/search\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/search/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3033. [2022-12-26 11:46:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3034. [2022-12-26 11:46:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3035. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3036. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3037. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3038. [2022-12-26 11:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3039. [2022-12-26 11:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3040. [2022-12-26 11:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3041. [2022-12-26 11:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3042. [2022-12-26 11:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3043. [2022-12-26 11:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  3044. [2022-12-26 11:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  3045. [2022-12-26 11:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  3046. [2022-12-26 11:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  3047. [2022-12-26 11:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3048. [2022-12-26 11:46:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3049. [2022-12-26 11:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3050. [2022-12-26 11:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3051. [2022-12-26 11:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  3052. [2022-12-26 12:14:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3053. [2022-12-26 12:14:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3054. [2022-12-26 12:14:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3055. [2022-12-26 12:14:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3056. [2022-12-26 12:14:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3057. [2022-12-26 12:14:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3058. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3059. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3060. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3061. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3062. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3063. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3064. [2022-12-26 12:14:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3065. [2022-12-26 12:14:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3066. [2022-12-26 12:14:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3067. [2022-12-26 12:14:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3068. [2022-12-26 12:14:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3069. [2022-12-26 12:14:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3070. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT DATABASE() [] []
  3071. [2022-12-26 12:14:36] doctrine.DEBUG: SELECT DATABASE() [] []
  3072. [2022-12-27 15:18:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3073. [2022-12-27 15:18:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3074. [2022-12-27 15:18:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3075. [2022-12-27 15:18:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3076. [2022-12-27 15:18:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3077. [2022-12-27 15:18:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3078. [2022-12-27 15:18:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3079. [2022-12-27 15:18:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3080. [2022-12-27 15:18:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3081. [2022-12-27 15:18:23] doctrine.DEBUG: SELECT DATABASE() [] []
  3082. [2022-12-27 15:18:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3083. [2022-12-27 15:18:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31e563"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/31e563","method":"GET"} []
  3084. [2022-12-27 15:23:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3085. [2022-12-27 15:23:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3086. [2022-12-27 15:23:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3087. [2022-12-27 15:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3088. [2022-12-27 15:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3089. [2022-12-27 15:23:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3090. [2022-12-27 15:23:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3091. [2022-12-27 15:23:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3092. [2022-12-27 15:23:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3093. [2022-12-27 15:23:24] doctrine.DEBUG: SELECT DATABASE() [] []
  3094. [2022-12-27 15:23:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3095. [2022-12-27 15:23:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc4465"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bc4465","method":"GET"} []
  3096. [2022-12-27 17:04:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3097. [2022-12-27 17:04:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3098. [2022-12-27 17:04:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3099. [2022-12-27 17:04:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3100. [2022-12-27 17:04:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3101. [2022-12-27 17:04:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3102. [2022-12-27 17:04:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3103. [2022-12-27 17:04:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3104. [2022-12-27 17:04:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3105. [2022-12-27 17:04:25] doctrine.DEBUG: SELECT DATABASE() [] []
  3106. [2022-12-27 17:04:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3107. [2022-12-27 17:04:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"762a10"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/762a10","method":"GET"} []
  3108. [2022-12-27 17:19:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3109. [2022-12-27 17:19:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3110. [2022-12-27 17:19:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3111. [2022-12-27 17:19:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3112. [2022-12-27 17:19:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3113. [2022-12-27 17:19:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3114. [2022-12-27 17:19:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3115. [2022-12-27 17:19:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3116. [2022-12-27 17:19:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3117. [2022-12-27 17:19:11] doctrine.DEBUG: SELECT DATABASE() [] []
  3118. [2022-12-27 17:19:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3119. [2022-12-27 17:19:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e40382"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/e40382","method":"GET"} []
  3120. [2022-12-27 17:26:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3121. [2022-12-27 17:26:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3122. [2022-12-27 17:26:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3123. [2022-12-27 17:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3124. [2022-12-27 17:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3125. [2022-12-27 17:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3126. [2022-12-27 17:26:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3127. [2022-12-27 17:26:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3128. [2022-12-27 17:26:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3129. [2022-12-27 17:26:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3130. [2022-12-28 04:20:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3131. [2022-12-28 04:20:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3132. [2022-12-28 04:20:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3133. [2022-12-28 04:20:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3134. [2022-12-28 04:20:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3135. [2022-12-28 04:20:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3136. [2022-12-28 04:20:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3137. [2022-12-28 04:20:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3138. [2022-12-28 04:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3139. [2022-12-28 04:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3140. [2022-12-28 04:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3141. [2022-12-28 04:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3142. [2022-12-28 04:20:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3143. [2022-12-28 04:20:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3144. [2022-12-28 04:20:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3145. [2022-12-28 04:20:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3146. [2022-12-28 04:20:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3147. [2022-12-28 04:20:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3148. [2022-12-28 04:20:37] doctrine.DEBUG: SELECT DATABASE() [] []
  3149. [2022-12-28 04:20:37] doctrine.DEBUG: SELECT DATABASE() [] []
  3150. [2022-12-28 15:46:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3151. [2022-12-28 15:46:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3152. [2022-12-28 15:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3153. [2022-12-28 15:46:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3154. [2022-12-28 15:46:50] doctrine.DEBUG: SELECT DATABASE() [] []
  3155. [2022-12-28 15:46:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3156. [2022-12-28 15:46:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3157. [2022-12-28 15:46:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3158. [2022-12-28 15:46:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3159. [2022-12-28 15:46:52] doctrine.DEBUG: SELECT DATABASE() [] []
  3160. [2022-12-28 15:46:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3161. [2022-12-28 15:46:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3162. [2022-12-28 15:46:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3163. [2022-12-28 15:46:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3164. [2022-12-28 15:46:54] doctrine.DEBUG: SELECT DATABASE() [] []
  3165. [2022-12-28 15:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3166. [2022-12-28 15:46:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3167. [2022-12-28 15:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3168. [2022-12-28 15:46:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3169. [2022-12-28 15:46:55] doctrine.DEBUG: SELECT DATABASE() [] []
  3170. [2022-12-28 15:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3171. [2022-12-28 15:46:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3172. [2022-12-28 15:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3173. [2022-12-28 15:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3174. [2022-12-28 15:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3175. [2022-12-28 15:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3176. [2022-12-28 15:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3177. [2022-12-28 15:46:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3178. [2022-12-28 15:46:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3179. [2022-12-28 15:46:56] doctrine.DEBUG: SELECT DATABASE() [] []
  3180. [2022-12-28 15:46:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3181. [2022-12-28 15:46:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3182. [2022-12-28 15:46:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3183. [2022-12-28 15:46:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3184. [2022-12-28 15:46:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3185. [2022-12-28 15:46:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3186. [2022-12-28 15:46:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3187. [2022-12-28 15:46:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3188. [2022-12-28 15:46:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3189. [2022-12-28 15:46:57] doctrine.DEBUG: SELECT DATABASE() [] []
  3190. [2022-12-28 15:48:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3191. [2022-12-28 15:48:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3192. [2022-12-28 15:48:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3193. [2022-12-28 15:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3194. [2022-12-28 15:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3195. [2022-12-28 15:48:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3196. [2022-12-28 15:48:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3197. [2022-12-28 15:48:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3198. [2022-12-28 15:48:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3199. [2022-12-28 15:48:51] doctrine.DEBUG: SELECT DATABASE() [] []
  3200. [2022-12-28 15:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3201. [2022-12-28 15:48:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a8c80"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7a8c80","method":"GET"} []
  3202. [2022-12-28 15:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3203. [2022-12-28 15:48:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3204. [2022-12-28 15:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3205. [2022-12-28 15:48:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3206. [2022-12-28 15:48:55] doctrine.DEBUG: SELECT DATABASE() [] []
  3207. [2022-12-28 15:48:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3208. [2022-12-28 15:48:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /http%5Cu003A/www.rbbe.asb%5Cu002Ddigital.fr/_profiler/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /http%5Cu003A/www.rbbe.asb%5Cu002Ddigital.fr/_profiler/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/http%5Cu003A/www.rbbe.asb%5Cu002Ddigital.fr/_profiler\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3209. [2022-12-28 15:48:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3210. [2022-12-28 15:48:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3211. [2022-12-28 15:48:56] doctrine.DEBUG: SELECT DATABASE() [] []
  3212. [2022-12-28 15:48:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3213. [2022-12-28 15:48:56] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  3214. [2022-12-28 15:48:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3215. [2022-12-28 15:48:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3216. [2022-12-28 15:48:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3217. [2022-12-28 15:48:57] doctrine.DEBUG: SELECT DATABASE() [] []
  3218. [2022-12-28 18:52:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3219. [2022-12-28 18:52:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3220. [2022-12-28 18:52:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3221. [2022-12-28 18:52:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3222. [2022-12-28 18:52:11] doctrine.DEBUG: SELECT DATABASE() [] []
  3223. [2022-12-28 18:52:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3224. [2022-12-28 18:52:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3225. [2022-12-28 18:52:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3226. [2022-12-28 18:52:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3227. [2022-12-28 18:52:12] doctrine.DEBUG: SELECT DATABASE() [] []
  3228. [2022-12-28 18:52:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3229. [2022-12-28 18:52:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3230. [2022-12-28 18:52:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3231. [2022-12-28 18:52:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3232. [2022-12-28 18:52:13] doctrine.DEBUG: SELECT DATABASE() [] []
  3233. [2022-12-28 18:52:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3234. [2022-12-28 18:52:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3235. [2022-12-28 18:52:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3236. [2022-12-28 18:52:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3237. [2022-12-28 18:52:13] doctrine.DEBUG: SELECT DATABASE() [] []
  3238. [2022-12-28 18:52:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3239. [2022-12-28 18:52:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3240. [2022-12-28 18:52:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3241. [2022-12-28 18:52:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3242. [2022-12-28 18:52:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3243. [2022-12-28 18:52:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3244. [2022-12-28 18:52:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3245. [2022-12-28 18:52:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3246. [2022-12-28 18:52:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3247. [2022-12-28 18:52:14] doctrine.DEBUG: SELECT DATABASE() [] []
  3248. [2022-12-28 18:52:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3249. [2022-12-28 18:52:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3250. [2022-12-28 18:52:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3251. [2022-12-28 18:52:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3252. [2022-12-28 18:52:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3253. [2022-12-28 18:52:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3254. [2022-12-28 18:52:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3255. [2022-12-28 18:52:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3256. [2022-12-28 18:52:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3257. [2022-12-28 18:52:15] doctrine.DEBUG: SELECT DATABASE() [] []
  3258. [2022-12-28 18:53:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3259. [2022-12-28 18:53:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3260. [2022-12-28 18:53:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3261. [2022-12-28 18:53:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3262. [2022-12-28 18:53:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3263. [2022-12-28 18:53:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3264. [2022-12-28 18:53:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3265. [2022-12-28 18:53:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3266. [2022-12-28 18:53:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3267. [2022-12-28 18:53:18] doctrine.DEBUG: SELECT DATABASE() [] []
  3268. [2022-12-28 18:53:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3269. [2022-12-28 18:53:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31262a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/31262a","method":"GET"} []
  3270. [2022-12-28 18:53:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3271. [2022-12-28 18:53:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3272. [2022-12-28 18:53:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3273. [2022-12-28 18:53:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3274. [2022-12-28 18:53:22] doctrine.DEBUG: SELECT DATABASE() [] []
  3275. [2022-12-28 18:53:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3276. [2022-12-28 18:53:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /http%5Cu003A/www.rbbe.asb%5Cu002Ddigital.fr/_profiler/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /http%5Cu003A/www.rbbe.asb%5Cu002Ddigital.fr/_profiler/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/http%5Cu003A/www.rbbe.asb%5Cu002Ddigital.fr/_profiler\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3277. [2022-12-28 18:53:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3278. [2022-12-28 18:53:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3279. [2022-12-28 18:53:23] doctrine.DEBUG: SELECT DATABASE() [] []
  3280. [2022-12-28 18:53:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3281. [2022-12-28 18:53:23] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  3282. [2022-12-28 18:53:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3283. [2022-12-28 18:53:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3284. [2022-12-28 18:53:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3285. [2022-12-28 18:53:23] doctrine.DEBUG: SELECT DATABASE() [] []
  3286. [2022-12-29 10:55:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3287. [2022-12-29 10:55:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3288. [2022-12-29 10:55:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3289. [2022-12-29 10:55:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3290. [2022-12-29 10:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3291. [2022-12-29 10:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3292. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3293. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3294. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3295. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3296. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3297. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3298. [2022-12-29 10:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3299. [2022-12-29 10:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3300. [2022-12-29 10:55:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3301. [2022-12-29 10:55:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3302. [2022-12-29 10:55:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3303. [2022-12-29 10:55:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3304. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT DATABASE() [] []
  3305. [2022-12-29 10:55:06] doctrine.DEBUG: SELECT DATABASE() [] []
  3306. [2022-12-29 17:16:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3307. [2022-12-29 17:16:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3308. [2022-12-29 17:16:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3309. [2022-12-29 17:16:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3310. [2022-12-29 17:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3311. [2022-12-29 17:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3312. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3313. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3314. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3315. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3316. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3317. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3318. [2022-12-29 17:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3319. [2022-12-29 17:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3320. [2022-12-29 17:16:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3321. [2022-12-29 17:16:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3322. [2022-12-29 17:16:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3323. [2022-12-29 17:16:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3324. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT DATABASE() [] []
  3325. [2022-12-29 17:16:21] doctrine.DEBUG: SELECT DATABASE() [] []
  3326. [2022-12-31 00:58:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3327. [2022-12-31 00:58:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3328. [2022-12-31 00:58:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3329. [2022-12-31 00:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3330. [2022-12-31 00:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3331. [2022-12-31 00:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3332. [2022-12-31 00:58:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3333. [2022-12-31 00:58:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3334. [2022-12-31 00:58:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3335. [2022-12-31 00:58:23] doctrine.DEBUG: SELECT DATABASE() [] []
  3336. [2023-01-02 12:31:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3337. [2023-01-02 12:31:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3338. [2023-01-02 12:31:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3339. [2023-01-02 12:31:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3340. [2023-01-02 12:31:29] doctrine.DEBUG: SELECT DATABASE() [] []
  3341. [2023-01-07 01:24:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3342. [2023-01-07 01:24:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3343. [2023-01-07 01:24:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3344. [2023-01-07 01:24:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3345. [2023-01-07 01:24:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3346. [2023-01-07 01:24:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3347. [2023-01-07 01:24:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3348. [2023-01-07 01:24:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3349. [2023-01-07 01:24:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3350. [2023-01-07 01:24:49] doctrine.DEBUG: SELECT DATABASE() [] []
  3351. [2023-01-07 05:19:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3352. [2023-01-07 05:19:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3353. [2023-01-07 05:19:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3354. [2023-01-07 05:19:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3355. [2023-01-07 05:19:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3356. [2023-01-07 05:19:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3357. [2023-01-07 05:19:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3358. [2023-01-07 05:19:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3359. [2023-01-07 05:19:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3360. [2023-01-07 05:19:57] doctrine.DEBUG: SELECT DATABASE() [] []
  3361. [2023-01-08 00:53:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3362. [2023-01-08 00:53:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3363. [2023-01-08 00:53:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3364. [2023-01-08 00:53:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3365. [2023-01-08 00:53:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3366. [2023-01-08 00:53:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3367. [2023-01-08 00:53:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3368. [2023-01-08 00:53:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3369. [2023-01-08 00:53:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3370. [2023-01-08 00:53:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3371. [2023-01-11 06:49:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3372. [2023-01-11 06:49:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3373. [2023-01-11 06:49:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3374. [2023-01-11 06:49:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3375. [2023-01-11 06:49:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3376. [2023-01-11 06:49:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3377. [2023-01-11 06:49:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3378. [2023-01-11 06:49:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3379. [2023-01-11 06:49:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3380. [2023-01-11 06:49:19] doctrine.DEBUG: SELECT DATABASE() [] []
  3381. [2023-01-11 20:52:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3382. [2023-01-11 20:52:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3383. [2023-01-11 20:52:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3384. [2023-01-11 20:52:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3385. [2023-01-11 20:52:51] doctrine.DEBUG: SELECT DATABASE() [] []
  3386. [2023-01-12 10:42:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3387. [2023-01-12 10:42:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3388. [2023-01-12 10:42:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3389. [2023-01-12 10:42:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3390. [2023-01-12 10:42:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3391. [2023-01-12 10:42:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3392. [2023-01-12 10:42:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3393. [2023-01-12 10:42:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3394. [2023-01-12 10:42:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3395. [2023-01-12 10:43:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3396. [2023-01-12 10:43:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3397. [2023-01-12 10:43:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3398. [2023-01-12 10:43:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3399. [2023-01-12 10:43:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3400. [2023-01-12 10:43:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3401. [2023-01-12 10:43:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3402. [2023-01-12 10:43:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3403. [2023-01-12 10:43:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3404. [2023-01-12 10:43:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3405. [2023-01-12 10:43:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3406. [2023-01-12 10:43:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3407. [2023-01-12 10:43:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3408. [2023-01-12 10:43:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3409. [2023-01-12 10:43:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3410. [2023-01-12 10:43:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3411. [2023-01-12 10:43:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3412. [2023-01-12 10:43:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3413. [2023-01-12 10:43:01] doctrine.DEBUG: SELECT DATABASE() [] []
  3414. [2023-01-12 10:43:01] doctrine.DEBUG: SELECT DATABASE() [] []
  3415. [2023-01-12 10:43:01] doctrine.DEBUG: SELECT DATABASE() [] []
  3416. [2023-01-12 10:43:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3417. [2023-01-12 10:43:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3418. [2023-01-12 10:43:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3419. [2023-01-12 10:43:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3420. [2023-01-12 10:43:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3421. [2023-01-12 10:43:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3422. [2023-01-12 10:43:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3423. [2023-01-12 10:43:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3424. [2023-01-12 10:43:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3425. [2023-01-12 10:43:02] doctrine.DEBUG: SELECT DATABASE() [] []
  3426. [2023-01-12 10:43:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3427. [2023-01-12 10:43:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3428. [2023-01-12 10:43:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3429. [2023-01-12 10:43:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3430. [2023-01-12 10:43:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3431. [2023-01-12 10:43:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3432. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3433. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3434. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3435. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3436. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3437. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3438. [2023-01-12 10:43:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3439. [2023-01-12 10:43:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3440. [2023-01-12 10:43:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3441. [2023-01-12 10:43:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3442. [2023-01-12 10:43:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3443. [2023-01-12 10:43:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3444. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3445. [2023-01-12 10:43:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3446. [2023-01-12 10:43:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3447. [2023-01-12 10:43:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3448. [2023-01-12 10:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3449. [2023-01-12 10:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3450. [2023-01-12 10:43:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3451. [2023-01-12 10:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3452. [2023-01-12 10:43:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3453. [2023-01-12 10:43:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3454. [2023-01-12 10:43:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3455. [2023-01-12 10:43:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3456. [2023-01-12 10:43:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3457. [2023-01-12 10:43:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3458. [2023-01-12 10:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3459. [2023-01-12 10:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3460. [2023-01-12 10:43:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3461. [2023-01-12 10:43:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3462. [2023-01-12 10:43:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3463. [2023-01-12 10:43:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3464. [2023-01-12 10:43:30] doctrine.DEBUG: SELECT DATABASE() [] []
  3465. [2023-01-12 10:43:30] doctrine.DEBUG: SELECT DATABASE() [] []
  3466. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3467. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3468. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3469. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3470. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3471. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3472. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3473. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3474. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3475. [2023-01-12 10:43:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
  3476. [2023-01-12 10:43:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3477. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3478. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3479. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3480. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3481. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3482. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3483. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3484. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3485. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3486. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3487. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3488. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3489. [2023-01-12 10:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3490. [2023-01-12 10:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3491. [2023-01-12 10:43:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3492. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3493. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3494. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3495. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3496. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3497. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3498. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3499. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3500. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3501. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3502. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3503. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3504. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3505. [2023-01-12 10:43:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3506. [2023-01-12 10:43:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3507. [2023-01-12 10:43:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3508. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3509. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3510. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3511. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3512. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3513. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3514. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3515. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3516. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3517. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3518. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3519. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3520. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3521. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3522. [2023-01-12 10:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3523. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3524. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3525. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3526. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3527. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3528. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3529. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3530. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3531. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3532. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3533. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3534. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3535. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3536. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3537. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3538. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3539. [2023-01-12 10:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3540. [2023-01-12 10:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  3541. [2023-01-12 10:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3542. [2023-01-12 10:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3543. [2023-01-12 10:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3544. [2023-01-12 10:43:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3545. [2023-01-12 10:43:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3546. [2023-01-12 10:43:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3547. [2023-01-12 10:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3548. [2023-01-12 10:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3549. [2023-01-12 10:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3550. [2023-01-12 10:43:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3551. [2023-01-12 10:43:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3552. [2023-01-12 10:43:44] doctrine.DEBUG: SELECT DATABASE() [] []
  3553. [2023-01-12 10:43:44] doctrine.DEBUG: SELECT DATABASE() [] []
  3554. [2023-01-12 10:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3555. [2023-01-12 10:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3556. [2023-01-12 10:43:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3557. [2023-01-12 10:43:44] doctrine.DEBUG: SELECT DATABASE() [] []
  3558. [2023-01-12 10:43:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/search"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/search\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/search/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3559. [2023-01-12 10:43:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3560. [2023-01-12 10:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3561. [2023-01-12 10:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3562. [2023-01-12 10:43:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3563. [2023-01-12 10:43:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3564. [2023-01-12 10:43:45] doctrine.DEBUG: SELECT DATABASE() [] []
  3565. [2023-01-12 10:43:45] doctrine.DEBUG: SELECT DATABASE() [] []
  3566. [2023-01-12 10:43:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3567. [2023-01-12 10:43:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3568. [2023-01-12 10:43:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3569. [2023-01-12 10:43:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3570. [2023-01-12 10:43:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3571. [2023-01-12 10:43:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3572. [2023-01-12 10:43:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3573. [2023-01-12 10:43:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3574. [2023-01-12 10:43:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3575. [2023-01-12 10:43:58] doctrine.DEBUG: SELECT DATABASE() [] []
  3576. [2023-01-12 11:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3577. [2023-01-12 11:12:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3578. [2023-01-12 11:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3579. [2023-01-12 11:12:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3580. [2023-01-12 11:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3581. [2023-01-12 11:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3582. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3583. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3584. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3585. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3586. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3587. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3588. [2023-01-12 11:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3589. [2023-01-12 11:12:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3590. [2023-01-12 11:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3591. [2023-01-12 11:12:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3592. [2023-01-12 11:12:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3593. [2023-01-12 11:12:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3594. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT DATABASE() [] []
  3595. [2023-01-12 11:12:43] doctrine.DEBUG: SELECT DATABASE() [] []
  3596. [2023-01-12 11:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3597. [2023-01-12 11:47:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3598. [2023-01-12 11:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3599. [2023-01-12 11:47:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3600. [2023-01-12 11:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3601. [2023-01-12 11:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3602. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3603. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3604. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3605. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3606. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3607. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3608. [2023-01-12 11:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3609. [2023-01-12 11:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3610. [2023-01-12 11:47:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3611. [2023-01-12 11:47:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3612. [2023-01-12 11:47:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3613. [2023-01-12 11:47:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3614. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT DATABASE() [] []
  3615. [2023-01-12 11:47:31] doctrine.DEBUG: SELECT DATABASE() [] []
  3616. [2023-01-12 13:09:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3617. [2023-01-12 13:09:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3618. [2023-01-12 13:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3619. [2023-01-12 13:09:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3620. [2023-01-12 13:09:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3621. [2023-01-12 13:09:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3622. [2023-01-12 13:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3623. [2023-01-12 13:09:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3624. [2023-01-12 13:09:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3625. [2023-01-12 13:09:47] doctrine.DEBUG: SELECT DATABASE() [] []
  3626. [2023-01-12 13:09:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3627. [2023-01-12 13:09:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc1b76"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bc1b76","method":"GET"} []
  3628. [2023-01-13 13:10:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3629. [2023-01-13 13:10:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3630. [2023-01-13 13:10:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3631. [2023-01-13 13:10:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3632. [2023-01-13 13:10:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3633. [2023-01-13 13:10:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3634. [2023-01-13 13:10:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3635. [2023-01-13 13:10:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3636. [2023-01-13 13:10:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3637. [2023-01-13 13:10:01] doctrine.DEBUG: SELECT DATABASE() [] []
  3638. [2023-01-13 13:10:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3639. [2023-01-13 13:10:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3640. [2023-01-13 13:10:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3641. [2023-01-13 13:10:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3642. [2023-01-13 13:10:05] doctrine.DEBUG: SELECT DATABASE() [] []
  3643. [2023-01-13 13:24:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3644. [2023-01-13 13:24:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3645. [2023-01-13 13:24:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3646. [2023-01-13 13:24:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3647. [2023-01-13 13:24:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3648. [2023-01-13 13:24:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3649. [2023-01-13 13:24:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3650. [2023-01-13 13:24:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3651. [2023-01-13 13:24:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3652. [2023-01-13 13:24:24] doctrine.DEBUG: SELECT DATABASE() [] []
  3653. [2023-01-13 13:24:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3654. [2023-01-13 13:24:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3655. [2023-01-13 13:24:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3656. [2023-01-13 13:24:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3657. [2023-01-13 13:24:26] doctrine.DEBUG: SELECT DATABASE() [] []
  3658. [2023-01-13 13:24:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3659. [2023-01-13 13:24:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3660. [2023-01-13 13:24:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3661. [2023-01-13 13:24:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3662. [2023-01-13 13:24:28] doctrine.DEBUG: SELECT DATABASE() [] []
  3663. [2023-01-13 18:18:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3664. [2023-01-13 18:18:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3665. [2023-01-13 18:18:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3666. [2023-01-13 18:18:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3667. [2023-01-13 18:18:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3668. [2023-01-13 18:18:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3669. [2023-01-13 18:18:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3670. [2023-01-13 18:18:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3671. [2023-01-13 18:18:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3672. [2023-01-13 18:18:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3673. [2023-01-13 18:18:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3674. [2023-01-13 18:18:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3675. [2023-01-13 18:18:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3676. [2023-01-13 18:18:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3677. [2023-01-13 18:18:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3678. [2023-01-13 18:18:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3679. [2023-01-13 18:18:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3680. [2023-01-13 18:18:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3681. [2023-01-13 18:18:37] doctrine.DEBUG: SELECT DATABASE() [] []
  3682. [2023-01-13 18:18:37] doctrine.DEBUG: SELECT DATABASE() [] []
  3683. [2023-01-14 01:53:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3684. [2023-01-14 01:53:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3685. [2023-01-14 01:53:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3686. [2023-01-14 01:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3687. [2023-01-14 01:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3688. [2023-01-14 01:53:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3689. [2023-01-14 01:53:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3690. [2023-01-14 01:53:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3691. [2023-01-14 01:53:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3692. [2023-01-14 01:53:21] doctrine.DEBUG: SELECT DATABASE() [] []
  3693. [2023-01-15 04:17:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3694. [2023-01-15 04:17:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3695. [2023-01-15 04:17:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3696. [2023-01-15 04:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3697. [2023-01-15 04:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3698. [2023-01-15 04:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3699. [2023-01-15 04:17:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3700. [2023-01-15 04:17:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3701. [2023-01-15 04:17:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3702. [2023-01-15 04:17:50] doctrine.DEBUG: SELECT DATABASE() [] []
  3703. [2023-01-15 16:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3704. [2023-01-15 16:53:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3705. [2023-01-15 16:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3706. [2023-01-15 16:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3707. [2023-01-15 16:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3708. [2023-01-15 16:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3709. [2023-01-15 16:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3710. [2023-01-15 16:53:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3711. [2023-01-15 16:53:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3712. [2023-01-15 16:53:13] doctrine.DEBUG: SELECT DATABASE() [] []
  3713. [2023-01-16 09:23:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3714. [2023-01-16 09:23:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3715. [2023-01-16 09:23:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3716. [2023-01-16 09:23:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3717. [2023-01-16 09:23:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3718. [2023-01-16 09:23:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3719. [2023-01-16 09:23:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3720. [2023-01-16 09:23:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3721. [2023-01-16 09:23:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3722. [2023-01-16 09:23:13] doctrine.DEBUG: SELECT DATABASE() [] []
  3723. [2023-01-16 09:51:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3724. [2023-01-16 09:51:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3725. [2023-01-16 09:51:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3726. [2023-01-16 09:51:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3727. [2023-01-16 09:51:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3728. [2023-01-16 09:51:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3729. [2023-01-16 09:51:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3730. [2023-01-16 09:51:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3731. [2023-01-16 09:51:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3732. [2023-01-16 09:51:38] doctrine.DEBUG: SELECT DATABASE() [] []
  3733. [2023-01-16 11:16:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3734. [2023-01-16 11:16:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3735. [2023-01-16 11:16:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3736. [2023-01-16 11:16:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3737. [2023-01-16 11:16:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3738. [2023-01-16 11:16:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3739. [2023-01-16 11:16:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3740. [2023-01-16 11:16:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3741. [2023-01-16 11:16:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3742. [2023-01-16 11:16:19] doctrine.DEBUG: SELECT DATABASE() [] []
  3743. [2023-01-16 11:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3744. [2023-01-16 11:16:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"445b34"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/445b34","method":"GET"} []
  3745. [2023-01-16 11:22:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3746. [2023-01-16 11:22:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3747. [2023-01-16 11:22:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3748. [2023-01-16 11:22:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3749. [2023-01-16 11:22:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3750. [2023-01-16 11:22:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3751. [2023-01-16 11:22:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3752. [2023-01-16 11:22:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3753. [2023-01-16 11:22:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3754. [2023-01-16 11:22:11] doctrine.DEBUG: SELECT DATABASE() [] []
  3755. [2023-01-16 11:22:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3756. [2023-01-16 11:22:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0a814"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/b0a814","method":"GET"} []
  3757. [2023-01-17 04:29:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3758. [2023-01-17 04:29:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3759. [2023-01-17 04:29:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3760. [2023-01-17 04:29:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3761. [2023-01-17 04:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3762. [2023-01-17 04:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3763. [2023-01-17 04:29:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3764. [2023-01-17 04:29:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3765. [2023-01-17 04:29:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3766. [2023-01-17 04:29:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3767. [2023-01-17 04:29:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3768. [2023-01-17 04:29:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3769. [2023-01-17 04:29:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3770. [2023-01-17 04:29:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3771. [2023-01-17 04:29:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3772. [2023-01-17 04:29:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3773. [2023-01-17 04:29:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3774. [2023-01-17 04:29:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3775. [2023-01-17 04:29:37] doctrine.DEBUG: SELECT DATABASE() [] []
  3776. [2023-01-17 04:29:37] doctrine.DEBUG: SELECT DATABASE() [] []
  3777. [2023-01-17 21:28:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3778. [2023-01-17 21:28:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3779. [2023-01-17 21:28:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3780. [2023-01-17 21:28:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3781. [2023-01-17 21:28:43] doctrine.DEBUG: SELECT DATABASE() [] []
  3782. [2023-01-20 09:30:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3783. [2023-01-20 09:30:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3784. [2023-01-20 09:30:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3785. [2023-01-20 09:30:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3786. [2023-01-20 09:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3787. [2023-01-20 09:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3788. [2023-01-20 09:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3789. [2023-01-20 09:30:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3790. [2023-01-20 09:30:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3791. [2023-01-20 09:30:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3792. [2023-01-20 09:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3793. [2023-01-20 09:30:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3794. [2023-01-20 09:30:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3795. [2023-01-20 09:30:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3796. [2023-01-20 09:30:09] doctrine.DEBUG: SELECT DATABASE() [] []
  3797. [2023-01-22 21:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3798. [2023-01-22 21:09:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3799. [2023-01-22 21:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3800. [2023-01-22 21:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3801. [2023-01-22 21:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3802. [2023-01-22 21:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3803. [2023-01-22 21:10:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3804. [2023-01-22 21:10:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3805. [2023-01-22 21:10:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3806. [2023-01-22 21:10:00] doctrine.DEBUG: SELECT DATABASE() [] []
  3807. [2023-01-24 00:35:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3808. [2023-01-24 00:35:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3809. [2023-01-24 00:35:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3810. [2023-01-24 00:35:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3811. [2023-01-24 00:35:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3812. [2023-01-24 00:35:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3813. [2023-01-24 00:35:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3814. [2023-01-24 00:35:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3815. [2023-01-24 00:35:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3816. [2023-01-24 00:35:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3817. [2023-01-24 00:35:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3818. [2023-01-24 00:35:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3819. [2023-01-24 00:35:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3820. [2023-01-24 00:35:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3821. [2023-01-24 00:35:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3822. [2023-01-24 00:35:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3823. [2023-01-24 00:35:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3824. [2023-01-24 00:35:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3825. [2023-01-24 00:35:55] doctrine.DEBUG: SELECT DATABASE() [] []
  3826. [2023-01-24 00:35:55] doctrine.DEBUG: SELECT DATABASE() [] []
  3827. [2023-01-25 12:13:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3828. [2023-01-25 12:13:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3829. [2023-01-25 12:13:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3830. [2023-01-25 12:13:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3831. [2023-01-25 12:13:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3832. [2023-01-25 12:13:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3833. [2023-01-25 12:13:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3834. [2023-01-25 12:13:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3835. [2023-01-25 12:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3836. [2023-01-25 12:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3837. [2023-01-25 12:13:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3838. [2023-01-25 12:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3839. [2023-01-25 12:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3840. [2023-01-25 12:13:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3841. [2023-01-25 12:13:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3842. [2023-01-25 12:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3843. [2023-01-25 12:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3844. [2023-01-25 12:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3845. [2023-01-25 12:13:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3846. [2023-01-25 12:13:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3847. [2023-01-25 12:13:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3848. [2023-01-25 12:13:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3849. [2023-01-25 12:13:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3850. [2023-01-25 12:13:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3851. [2023-01-25 12:13:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3852. [2023-01-25 12:13:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3853. [2023-01-25 12:13:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3854. [2023-01-25 12:13:40] doctrine.DEBUG: SELECT DATABASE() [] []
  3855. [2023-01-25 12:13:40] doctrine.DEBUG: SELECT DATABASE() [] []
  3856. [2023-01-25 12:13:40] doctrine.DEBUG: SELECT DATABASE() [] []
  3857. [2023-01-25 12:13:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3858. [2023-01-25 12:13:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18a175"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/18a175","method":"GET"} []
  3859. [2023-01-25 12:14:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3860. [2023-01-25 12:14:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3861. [2023-01-25 12:14:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3862. [2023-01-25 12:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3863. [2023-01-25 12:14:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3864. [2023-01-25 12:14:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3865. [2023-01-25 12:14:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3866. [2023-01-25 12:14:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3867. [2023-01-25 12:14:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3868. [2023-01-25 12:14:45] doctrine.DEBUG: SELECT DATABASE() [] []
  3869. [2023-01-25 12:14:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3870. [2023-01-25 12:14:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3871. [2023-01-25 12:14:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3872. [2023-01-25 12:14:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3873. [2023-01-25 12:14:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3874. [2023-01-25 12:14:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3875. [2023-01-25 12:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3876. [2023-01-25 12:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3877. [2023-01-25 12:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3878. [2023-01-25 12:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3879. [2023-01-25 12:14:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3880. [2023-01-25 12:14:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3881. [2023-01-25 12:14:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3882. [2023-01-25 12:14:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3883. [2023-01-25 12:14:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3884. [2023-01-25 12:14:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3885. [2023-01-25 12:14:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3886. [2023-01-25 12:14:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3887. [2023-01-25 12:14:59] doctrine.DEBUG: SELECT DATABASE() [] []
  3888. [2023-01-25 12:14:59] doctrine.DEBUG: SELECT DATABASE() [] []
  3889. [2023-01-25 12:15:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3890. [2023-01-25 12:15:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3891. [2023-01-25 12:15:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3892. [2023-01-25 12:15:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3893. [2023-01-25 12:15:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3894. [2023-01-25 12:15:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3895. [2023-01-25 12:15:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3896. [2023-01-25 12:15:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3897. [2023-01-25 12:15:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3898. [2023-01-25 12:15:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3899. [2023-01-25 12:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3900. [2023-01-25 12:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3901. [2023-01-25 12:46:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3902. [2023-01-25 12:46:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3903. [2023-01-25 12:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3904. [2023-01-25 12:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3905. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3906. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3907. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3908. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3909. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3910. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3911. [2023-01-25 12:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3912. [2023-01-25 12:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3913. [2023-01-25 12:46:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3914. [2023-01-25 12:46:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3915. [2023-01-25 12:46:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3916. [2023-01-25 12:46:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3917. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT DATABASE() [] []
  3918. [2023-01-25 12:46:56] doctrine.DEBUG: SELECT DATABASE() [] []
  3919. [2023-01-26 03:34:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3920. [2023-01-26 03:34:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3921. [2023-01-26 03:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3922. [2023-01-26 03:34:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3923. [2023-01-26 03:34:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3924. [2023-01-26 03:34:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3925. [2023-01-26 03:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3926. [2023-01-26 03:34:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3927. [2023-01-26 03:34:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3928. [2023-01-26 03:34:39] doctrine.DEBUG: SELECT DATABASE() [] []
  3929. [2023-01-26 05:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3930. [2023-01-26 05:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3931. [2023-01-26 05:50:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3932. [2023-01-26 05:50:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3933. [2023-01-26 05:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3934. [2023-01-26 05:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3935. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3936. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3937. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3938. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3939. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3940. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3941. [2023-01-26 05:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3942. [2023-01-26 05:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3943. [2023-01-26 05:50:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3944. [2023-01-26 05:50:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3945. [2023-01-26 05:50:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3946. [2023-01-26 05:50:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3947. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3948. [2023-01-26 05:50:08] doctrine.DEBUG: SELECT DATABASE() [] []
  3949. [2023-01-26 05:50:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3950. [2023-01-26 05:50:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3951. [2023-01-26 05:50:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3952. [2023-01-26 05:50:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3953. [2023-01-26 05:50:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3954. [2023-01-26 05:50:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3955. [2023-01-26 05:50:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3956. [2023-01-26 05:50:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3957. [2023-01-26 05:50:11] doctrine.DEBUG: SELECT DATABASE() [] []
  3958. [2023-01-26 05:50:11] doctrine.DEBUG: SELECT DATABASE() [] []
  3959. [2023-01-26 05:50:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3960. [2023-01-26 05:50:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3961. [2023-01-26 05:50:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3962. [2023-01-26 05:50:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3963. [2023-01-26 05:50:14] doctrine.DEBUG: SELECT DATABASE() [] []
  3964. [2023-01-26 05:50:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3965. [2023-01-26 05:50:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  3966. [2023-01-26 05:50:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3967. [2023-01-26 05:50:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3968. [2023-01-26 05:50:15] doctrine.DEBUG: SELECT DATABASE() [] []
  3969. [2023-01-26 10:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3970. [2023-01-26 10:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3971. [2023-01-26 10:51:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  3972. [2023-01-26 10:51:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3973. [2023-01-26 10:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3974. [2023-01-26 10:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3975. [2023-01-26 10:51:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3976. [2023-01-26 10:51:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3977. [2023-01-26 10:51:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3978. [2023-01-26 10:51:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3979. [2023-01-26 10:51:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3980. [2023-01-26 10:51:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3981. [2023-01-26 10:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3982. [2023-01-26 10:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3983. [2023-01-26 10:51:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3984. [2023-01-26 10:51:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3985. [2023-01-26 10:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3986. [2023-01-26 10:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3987. [2023-01-26 10:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  3988. [2023-01-26 10:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  3989. [2023-01-26 10:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  3990. [2023-01-26 10:51:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  3991. [2023-01-26 10:51:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  3992. [2023-01-26 10:51:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  3993. [2023-01-26 10:51:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  3994. [2023-01-26 10:51:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  3995. [2023-01-26 10:51:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  3996. [2023-01-26 10:51:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  3997. [2023-01-26 10:51:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  3998. [2023-01-26 10:51:44] doctrine.DEBUG: SELECT DATABASE() [] []
  3999. [2023-01-26 10:51:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4000. [2023-01-26 10:51:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4001. [2023-01-26 10:51:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4002. [2023-01-26 10:51:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4003. [2023-01-26 10:51:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4004. [2023-01-26 10:51:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4005. [2023-01-26 10:51:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4006. [2023-01-26 10:51:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4007. [2023-01-26 10:51:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4008. [2023-01-26 10:51:50] doctrine.DEBUG: SELECT DATABASE() [] []
  4009. [2023-01-26 10:52:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4010. [2023-01-26 10:52:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4011. [2023-01-26 10:52:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4012. [2023-01-26 10:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4013. [2023-01-26 10:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4014. [2023-01-26 10:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4015. [2023-01-26 10:52:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4016. [2023-01-26 10:52:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4017. [2023-01-26 10:52:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4018. [2023-01-26 10:52:27] doctrine.DEBUG: SELECT DATABASE() [] []
  4019. [2023-01-26 10:52:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4020. [2023-01-26 10:52:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd9979"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bd9979","method":"GET"} []
  4021. [2023-01-26 11:21:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4022. [2023-01-26 11:21:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4023. [2023-01-26 11:21:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4024. [2023-01-26 11:21:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4025. [2023-01-26 11:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4026. [2023-01-26 11:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4027. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4028. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4029. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4030. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4031. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4032. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4033. [2023-01-26 11:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4034. [2023-01-26 11:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4035. [2023-01-26 11:21:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4036. [2023-01-26 11:21:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4037. [2023-01-26 11:21:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4038. [2023-01-26 11:21:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4039. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT DATABASE() [] []
  4040. [2023-01-26 11:21:28] doctrine.DEBUG: SELECT DATABASE() [] []
  4041. [2023-01-26 11:57:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4042. [2023-01-26 11:57:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4043. [2023-01-26 11:57:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4044. [2023-01-26 11:57:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4045. [2023-01-26 11:57:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4046. [2023-01-26 11:57:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4047. [2023-01-26 11:57:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4048. [2023-01-26 11:57:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4049. [2023-01-26 11:57:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4050. [2023-01-26 11:57:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4051. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4052. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4053. [2023-01-26 11:57:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4054. [2023-01-26 11:57:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4055. [2023-01-26 11:57:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4056. [2023-01-26 11:57:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4057. [2023-01-26 11:57:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4058. [2023-01-26 11:57:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4059. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT DATABASE() [] []
  4060. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT DATABASE() [] []
  4061. [2023-01-26 11:57:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4062. [2023-01-26 11:57:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4063. [2023-01-26 11:57:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4064. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4065. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4066. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4067. [2023-01-26 11:57:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4068. [2023-01-26 11:57:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4069. [2023-01-26 11:57:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4070. [2023-01-26 11:57:08] doctrine.DEBUG: SELECT DATABASE() [] []
  4071. [2023-01-26 11:57:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4072. [2023-01-26 11:57:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4073. [2023-01-26 11:57:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4074. [2023-01-26 11:57:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4075. [2023-01-26 11:57:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4076. [2023-01-26 11:57:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4077. [2023-01-26 11:57:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4078. [2023-01-26 11:57:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4079. [2023-01-26 11:57:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4080. [2023-01-26 11:57:09] doctrine.DEBUG: SELECT DATABASE() [] []
  4081. [2023-01-26 11:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4082. [2023-01-26 11:58:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4083. [2023-01-26 11:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4084. [2023-01-26 11:58:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4085. [2023-01-26 11:58:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4086. [2023-01-26 11:58:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4087. [2023-01-26 11:58:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4088. [2023-01-26 11:58:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4089. [2023-01-26 11:58:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4090. [2023-01-26 11:58:26] doctrine.DEBUG: SELECT DATABASE() [] []
  4091. [2023-01-26 12:26:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4092. [2023-01-26 12:26:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4093. [2023-01-26 12:26:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4094. [2023-01-26 12:26:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4095. [2023-01-26 12:26:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4096. [2023-01-26 12:26:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4097. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4098. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4099. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4100. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4101. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4102. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4103. [2023-01-26 12:26:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4104. [2023-01-26 12:26:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4105. [2023-01-26 12:26:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4106. [2023-01-26 12:26:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4107. [2023-01-26 12:26:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4108. [2023-01-26 12:26:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4109. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT DATABASE() [] []
  4110. [2023-01-26 12:26:59] doctrine.DEBUG: SELECT DATABASE() [] []
  4111. [2023-01-26 18:33:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4112. [2023-01-26 18:33:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4113. [2023-01-26 18:33:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4114. [2023-01-26 18:33:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4115. [2023-01-26 18:33:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4116. [2023-01-26 18:33:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4117. [2023-01-26 18:33:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4118. [2023-01-26 18:33:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4119. [2023-01-26 18:33:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4120. [2023-01-26 18:33:29] doctrine.DEBUG: SELECT DATABASE() [] []
  4121. [2023-01-26 18:33:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4122. [2023-01-26 18:33:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"931e30"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/931e30","method":"GET"} []
  4123. [2023-01-26 18:35:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4124. [2023-01-26 18:35:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4125. [2023-01-26 18:35:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4126. [2023-01-26 18:35:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4127. [2023-01-26 18:35:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4128. [2023-01-26 18:35:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4129. [2023-01-26 18:35:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4130. [2023-01-26 18:35:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4131. [2023-01-26 18:35:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4132. [2023-01-26 18:35:23] doctrine.DEBUG: SELECT DATABASE() [] []
  4133. [2023-01-26 18:35:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4134. [2023-01-26 18:35:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"968c93"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/968c93","method":"GET"} []
  4135. [2023-01-26 20:49:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4136. [2023-01-26 20:49:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4137. [2023-01-26 20:49:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4138. [2023-01-26 20:49:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4139. [2023-01-26 20:49:02] doctrine.DEBUG: SELECT DATABASE() [] []
  4140. [2023-01-26 22:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4141. [2023-01-26 22:08:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4142. [2023-01-26 22:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4143. [2023-01-26 22:08:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4144. [2023-01-26 22:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4145. [2023-01-26 22:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4146. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4147. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4148. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4149. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4150. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4151. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4152. [2023-01-26 22:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4153. [2023-01-26 22:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4154. [2023-01-26 22:08:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4155. [2023-01-26 22:08:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4156. [2023-01-26 22:08:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4157. [2023-01-26 22:08:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4158. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT DATABASE() [] []
  4159. [2023-01-26 22:08:06] doctrine.DEBUG: SELECT DATABASE() [] []
  4160. [2023-01-26 22:59:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4161. [2023-01-26 22:59:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4162. [2023-01-26 22:59:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4163. [2023-01-26 22:59:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4164. [2023-01-26 22:59:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4165. [2023-01-26 22:59:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4166. [2023-01-26 22:59:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4167. [2023-01-26 22:59:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4168. [2023-01-26 22:59:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4169. [2023-01-26 22:59:47] doctrine.DEBUG: SELECT DATABASE() [] []
  4170. [2023-01-26 22:59:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4171. [2023-01-26 22:59:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4172. [2023-01-26 22:59:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4173. [2023-01-26 22:59:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4174. [2023-01-26 22:59:49] doctrine.DEBUG: SELECT DATABASE() [] []
  4175. [2023-01-26 22:59:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4176. [2023-01-26 22:59:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4177. [2023-01-26 22:59:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4178. [2023-01-26 22:59:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4179. [2023-01-26 22:59:52] doctrine.DEBUG: SELECT DATABASE() [] []
  4180. [2023-01-27 01:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4181. [2023-01-27 01:28:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4182. [2023-01-27 01:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4183. [2023-01-27 01:28:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4184. [2023-01-27 01:28:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4185. [2023-01-27 01:28:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4186. [2023-01-27 01:28:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4187. [2023-01-27 01:28:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4188. [2023-01-27 01:28:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4189. [2023-01-27 01:28:06] doctrine.DEBUG: SELECT DATABASE() [] []
  4190. [2023-01-27 01:28:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4191. [2023-01-27 01:28:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4192. [2023-01-27 01:28:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4193. [2023-01-27 01:28:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4194. [2023-01-27 01:28:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4195. [2023-01-27 01:28:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4196. [2023-01-27 01:28:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4197. [2023-01-27 01:28:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4198. [2023-01-27 01:28:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4199. [2023-01-27 01:28:12] doctrine.DEBUG: SELECT DATABASE() [] []
  4200. [2023-01-27 03:23:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4201. [2023-01-27 03:23:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4202. [2023-01-27 03:23:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4203. [2023-01-27 03:23:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4204. [2023-01-27 03:23:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4205. [2023-01-27 03:23:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4206. [2023-01-27 03:23:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4207. [2023-01-27 03:23:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4208. [2023-01-27 03:23:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4209. [2023-01-27 03:23:45] doctrine.DEBUG: SELECT DATABASE() [] []
  4210. [2023-01-27 03:37:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4211. [2023-01-27 03:37:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4212. [2023-01-27 03:37:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4213. [2023-01-27 03:37:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4214. [2023-01-27 03:37:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4215. [2023-01-27 03:37:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4216. [2023-01-27 03:37:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4217. [2023-01-27 03:37:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4218. [2023-01-27 03:37:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4219. [2023-01-27 03:37:36] doctrine.DEBUG: SELECT DATABASE() [] []
  4220. [2023-01-27 03:37:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4221. [2023-01-27 03:37:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4222. [2023-01-27 03:37:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4223. [2023-01-27 03:37:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4224. [2023-01-27 03:37:40] doctrine.DEBUG: SELECT DATABASE() [] []
  4225. [2023-01-27 03:37:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4226. [2023-01-27 03:37:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4227. [2023-01-27 03:37:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4228. [2023-01-27 03:37:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4229. [2023-01-27 03:37:43] doctrine.DEBUG: SELECT DATABASE() [] []
  4230. [2023-01-27 04:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4231. [2023-01-27 04:45:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4232. [2023-01-27 04:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4233. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4234. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4235. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4236. [2023-01-27 04:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4237. [2023-01-27 04:45:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4238. [2023-01-27 04:45:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4239. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT DATABASE() [] []
  4240. [2023-01-27 04:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4241. [2023-01-27 04:45:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4242. [2023-01-27 04:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4243. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4244. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4245. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4246. [2023-01-27 04:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4247. [2023-01-27 04:45:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4248. [2023-01-27 04:45:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4249. [2023-01-27 04:45:09] doctrine.DEBUG: SELECT DATABASE() [] []
  4250. [2023-01-27 04:45:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4251. [2023-01-27 04:45:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4252. [2023-01-27 04:45:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4253. [2023-01-27 04:45:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4254. [2023-01-27 04:45:11] doctrine.DEBUG: SELECT DATABASE() [] []
  4255. [2023-01-27 04:45:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4256. [2023-01-27 04:45:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4257. [2023-01-27 04:45:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4258. [2023-01-27 04:45:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4259. [2023-01-27 04:45:12] doctrine.DEBUG: SELECT DATABASE() [] []
  4260. [2023-01-27 04:45:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4261. [2023-01-27 04:45:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4262. [2023-01-27 04:45:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4263. [2023-01-27 04:45:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4264. [2023-01-27 04:45:13] doctrine.DEBUG: SELECT DATABASE() [] []
  4265. [2023-01-27 04:45:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4266. [2023-01-27 04:45:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4267. [2023-01-27 04:45:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4268. [2023-01-27 04:45:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4269. [2023-01-27 04:45:15] doctrine.DEBUG: SELECT DATABASE() [] []
  4270. [2023-01-27 07:23:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4271. [2023-01-27 07:23:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4272. [2023-01-27 07:23:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4273. [2023-01-27 07:23:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4274. [2023-01-27 07:23:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4275. [2023-01-27 07:23:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4276. [2023-01-27 07:23:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4277. [2023-01-27 07:23:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4278. [2023-01-27 07:23:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4279. [2023-01-27 07:23:21] doctrine.DEBUG: SELECT DATABASE() [] []
  4280. [2023-01-27 19:54:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4281. [2023-01-27 19:54:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4282. [2023-01-27 19:54:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4283. [2023-01-27 19:54:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4284. [2023-01-27 19:54:32] doctrine.DEBUG: SELECT DATABASE() [] []
  4285. [2023-01-27 20:12:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4286. [2023-01-27 20:12:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4287. [2023-01-27 20:12:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4288. [2023-01-27 20:12:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4289. [2023-01-27 20:12:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4290. [2023-01-27 20:12:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4291. [2023-01-27 20:12:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4292. [2023-01-27 20:12:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4293. [2023-01-27 20:12:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4294. [2023-01-27 20:12:23] doctrine.DEBUG: SELECT DATABASE() [] []
  4295. [2023-01-28 05:40:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4296. [2023-01-28 05:40:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4297. [2023-01-28 05:40:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4298. [2023-01-28 05:40:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4299. [2023-01-28 05:40:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4300. [2023-01-28 05:40:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4301. [2023-01-28 05:40:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4302. [2023-01-28 05:40:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4303. [2023-01-28 05:40:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4304. [2023-01-28 05:40:08] doctrine.DEBUG: SELECT DATABASE() [] []
  4305. [2023-01-28 09:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4306. [2023-01-28 09:43:46] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fconfig%2Fsystem.yml","method":"GET"} []
  4307. [2023-01-28 09:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} []
  4308. [2023-01-28 09:43:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/config/system.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/config/system.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4309. [2023-01-28 09:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4310. [2023-01-28 09:43:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pimcore/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pimcore/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pimcore/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4311. [2023-01-28 09:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4312. [2023-01-28 09:43:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4313. [2023-01-28 09:43:48] doctrine.DEBUG: SELECT DATABASE() [] []
  4314. [2023-01-28 10:20:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4315. [2023-01-28 10:20:42] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fconfig%2Fsystem.php","method":"GET"} []
  4316. [2023-01-28 10:20:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/config/system.php" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/config/system.php\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4317. [2023-01-28 10:20:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4318. [2023-01-28 10:20:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pimcore/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pimcore/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pimcore/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4319. [2023-01-28 10:20:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4320. [2023-01-28 10:20:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4321. [2023-01-28 10:20:45] doctrine.DEBUG: SELECT DATABASE() [] []
  4322. [2023-01-28 10:59:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4323. [2023-01-28 10:59:25] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=config%2Fparameters.yml","method":"GET"} []
  4324. [2023-01-28 10:59:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4325. [2023-01-28 10:59:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4326. [2023-01-28 10:59:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pimcore/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pimcore/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pimcore/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4327. [2023-01-28 10:59:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4328. [2023-01-28 10:59:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4329. [2023-01-28 10:59:28] doctrine.DEBUG: SELECT DATABASE() [] []
  4330. [2023-01-28 11:20:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4331. [2023-01-28 11:20:46] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=parameters.yml","method":"GET"} []
  4332. [2023-01-28 11:20:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4333. [2023-01-28 11:20:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4334. [2023-01-28 11:20:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pimcore/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pimcore/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pimcore/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4335. [2023-01-28 11:20:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4336. [2023-01-28 11:20:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4337. [2023-01-28 11:20:49] doctrine.DEBUG: SELECT DATABASE() [] []
  4338. [2023-01-28 13:37:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4339. [2023-01-28 13:37:06] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=config%2Fconfig.yml","method":"GET"} []
  4340. [2023-01-28 13:37:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/config.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/config.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4341. [2023-01-28 13:37:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4342. [2023-01-28 13:37:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /pimcore/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /pimcore/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pimcore/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4343. [2023-01-28 13:37:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4344. [2023-01-28 13:37:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4345. [2023-01-28 13:37:09] doctrine.DEBUG: SELECT DATABASE() [] []
  4346. [2023-01-28 15:10:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4347. [2023-01-28 15:10:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4348. [2023-01-28 15:10:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4349. [2023-01-28 15:10:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4350. [2023-01-28 15:10:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4351. [2023-01-28 15:10:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4352. [2023-01-28 15:10:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4353. [2023-01-28 15:10:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4354. [2023-01-28 15:10:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4355. [2023-01-28 15:10:04] doctrine.DEBUG: SELECT DATABASE() [] []
  4356. [2023-01-28 15:10:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4357. [2023-01-28 15:10:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cf2a8"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/0cf2a8","method":"GET"} []
  4358. [2023-01-28 15:11:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4359. [2023-01-28 15:11:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4360. [2023-01-28 15:11:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4361. [2023-01-28 15:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4362. [2023-01-28 15:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4363. [2023-01-28 15:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4364. [2023-01-28 15:11:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4365. [2023-01-28 15:11:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4366. [2023-01-28 15:11:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4367. [2023-01-28 15:11:47] doctrine.DEBUG: SELECT DATABASE() [] []
  4368. [2023-01-28 15:11:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4369. [2023-01-28 15:11:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cf0c3"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/9cf0c3","method":"GET"} []
  4370. [2023-01-29 20:05:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4371. [2023-01-29 20:05:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env" (from "http://rbbe.asb-digital.fr/.env")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" (from \"http://rbbe.asb-digital.fr/.env\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4372. [2023-01-29 20:05:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4373. [2023-01-29 20:05:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4374. [2023-01-29 20:05:09] doctrine.DEBUG: SELECT DATABASE() [] []
  4375. [2023-01-29 21:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4376. [2023-01-29 21:45:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4377. [2023-01-29 21:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4378. [2023-01-29 21:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4379. [2023-01-29 21:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  4380. [2023-01-30 02:56:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4381. [2023-01-30 02:56:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4382. [2023-01-30 02:56:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4383. [2023-01-30 02:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4384. [2023-01-30 02:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4385. [2023-01-30 02:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4386. [2023-01-30 02:56:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4387. [2023-01-30 02:56:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4388. [2023-01-30 02:56:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4389. [2023-01-30 02:56:13] doctrine.DEBUG: SELECT DATABASE() [] []
  4390. [2023-01-30 02:56:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4391. [2023-01-30 02:56:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4392. [2023-01-30 02:56:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4393. [2023-01-30 02:56:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4394. [2023-01-30 02:56:15] doctrine.DEBUG: SELECT DATABASE() [] []
  4395. [2023-01-30 02:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4396. [2023-01-30 02:56:27] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  4397. [2023-01-30 02:56:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4398. [2023-01-30 02:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4399. [2023-01-30 02:56:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4400. [2023-01-30 02:56:27] doctrine.DEBUG: SELECT DATABASE() [] []
  4401. [2023-01-30 02:56:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4402. [2023-01-30 02:56:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c08edf"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/c08edf","method":"GET"} []
  4403. [2023-01-30 02:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4404. [2023-01-30 02:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4405. [2023-01-30 02:57:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4406. [2023-01-30 02:57:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4407. [2023-01-30 02:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4408. [2023-01-30 02:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4409. [2023-01-30 02:57:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4410. [2023-01-30 02:57:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4411. [2023-01-30 02:57:05] doctrine.DEBUG: SELECT DATABASE() [] []
  4412. [2023-01-30 02:57:05] doctrine.DEBUG: SELECT DATABASE() [] []
  4413. [2023-01-31 11:29:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4414. [2023-01-31 11:29:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4415. [2023-01-31 11:29:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4416. [2023-01-31 11:29:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4417. [2023-01-31 11:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4418. [2023-01-31 11:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4419. [2023-01-31 11:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4420. [2023-01-31 11:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4421. [2023-01-31 11:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4422. [2023-01-31 11:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4423. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4424. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4425. [2023-01-31 11:30:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4426. [2023-01-31 11:30:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4427. [2023-01-31 11:30:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4428. [2023-01-31 11:30:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4429. [2023-01-31 11:30:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4430. [2023-01-31 11:30:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4431. [2023-01-31 11:30:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4432. [2023-01-31 11:30:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4433. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT DATABASE() [] []
  4434. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT DATABASE() [] []
  4435. [2023-01-31 11:30:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4436. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4437. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4438. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4439. [2023-01-31 11:30:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4440. [2023-01-31 11:30:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4441. [2023-01-31 11:30:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4442. [2023-01-31 11:30:00] doctrine.DEBUG: SELECT DATABASE() [] []
  4443. [2023-01-31 11:30:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4444. [2023-01-31 11:30:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4445. [2023-01-31 11:30:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4446. [2023-01-31 11:30:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4447. [2023-01-31 11:30:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4448. [2023-01-31 11:30:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4449. [2023-01-31 11:30:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4450. [2023-01-31 11:30:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4451. [2023-01-31 11:30:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4452. [2023-01-31 11:30:05] doctrine.DEBUG: SELECT DATABASE() [] []
  4453. [2023-01-31 11:30:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4454. [2023-01-31 11:30:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4455. [2023-01-31 11:30:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4456. [2023-01-31 11:30:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4457. [2023-01-31 11:30:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4458. [2023-01-31 11:30:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4459. [2023-01-31 11:30:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4460. [2023-01-31 11:30:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4461. [2023-01-31 11:30:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4462. [2023-01-31 11:30:21] doctrine.DEBUG: SELECT DATABASE() [] []
  4463. [2023-01-31 11:30:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4464. [2023-01-31 11:30:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d9319"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7d9319","method":"GET"} []
  4465. [2023-01-31 11:59:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4466. [2023-01-31 11:59:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4467. [2023-01-31 11:59:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4468. [2023-01-31 11:59:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4469. [2023-01-31 11:59:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4470. [2023-01-31 11:59:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4471. [2023-01-31 11:59:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4472. [2023-01-31 11:59:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4473. [2023-01-31 11:59:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4474. [2023-01-31 11:59:55] doctrine.DEBUG: SELECT DATABASE() [] []
  4475. [2023-01-31 11:59:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4476. [2023-01-31 11:59:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4477. [2023-01-31 11:59:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4478. [2023-01-31 11:59:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4479. [2023-01-31 11:59:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4480. [2023-01-31 11:59:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4481. [2023-01-31 11:59:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4482. [2023-01-31 11:59:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4483. [2023-01-31 11:59:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4484. [2023-01-31 11:59:56] doctrine.DEBUG: SELECT DATABASE() [] []
  4485. [2023-01-31 12:02:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4486. [2023-01-31 12:02:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4487. [2023-01-31 12:02:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4488. [2023-01-31 12:02:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4489. [2023-01-31 12:02:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4490. [2023-01-31 12:02:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4491. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4492. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4493. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4494. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4495. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4496. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4497. [2023-01-31 12:02:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4498. [2023-01-31 12:02:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4499. [2023-01-31 12:02:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4500. [2023-01-31 12:02:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4501. [2023-01-31 12:02:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4502. [2023-01-31 12:02:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4503. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT DATABASE() [] []
  4504. [2023-01-31 12:02:08] doctrine.DEBUG: SELECT DATABASE() [] []
  4505. [2023-01-31 15:34:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4506. [2023-01-31 15:34:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4507. [2023-01-31 15:34:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4508. [2023-01-31 15:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4509. [2023-01-31 15:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4510. [2023-01-31 15:34:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4511. [2023-01-31 15:34:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4512. [2023-01-31 15:34:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4513. [2023-01-31 15:34:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4514. [2023-01-31 15:34:59] doctrine.DEBUG: SELECT DATABASE() [] []
  4515. [2023-01-31 20:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4516. [2023-01-31 20:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4517. [2023-01-31 20:32:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4518. [2023-01-31 20:32:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4519. [2023-01-31 20:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4520. [2023-01-31 20:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4521. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4522. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4523. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4524. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4525. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4526. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4527. [2023-01-31 20:32:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4528. [2023-01-31 20:32:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4529. [2023-01-31 20:32:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4530. [2023-01-31 20:32:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4531. [2023-01-31 20:32:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4532. [2023-01-31 20:32:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4533. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT DATABASE() [] []
  4534. [2023-01-31 20:32:38] doctrine.DEBUG: SELECT DATABASE() [] []
  4535. [2023-01-31 23:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4536. [2023-01-31 23:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4537. [2023-01-31 23:34:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4538. [2023-01-31 23:34:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4539. [2023-01-31 23:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4540. [2023-01-31 23:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4541. [2023-01-31 23:34:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4542. [2023-01-31 23:34:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4543. [2023-01-31 23:34:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4544. [2023-01-31 23:34:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4545. [2023-01-31 23:34:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4546. [2023-01-31 23:34:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4547. [2023-01-31 23:34:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4548. [2023-01-31 23:34:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4549. [2023-01-31 23:34:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4550. [2023-01-31 23:34:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4551. [2023-01-31 23:34:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4552. [2023-01-31 23:34:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4553. [2023-01-31 23:34:10] doctrine.DEBUG: SELECT DATABASE() [] []
  4554. [2023-01-31 23:34:10] doctrine.DEBUG: SELECT DATABASE() [] []
  4555. [2023-01-31 23:34:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4556. [2023-01-31 23:34:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4557. [2023-01-31 23:34:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4558. [2023-01-31 23:34:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4559. [2023-01-31 23:34:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4560. [2023-01-31 23:34:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4561. [2023-01-31 23:34:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4562. [2023-01-31 23:34:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4563. [2023-01-31 23:34:20] doctrine.DEBUG: SELECT DATABASE() [] []
  4564. [2023-01-31 23:34:20] doctrine.DEBUG: SELECT DATABASE() [] []
  4565. [2023-01-31 23:34:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4566. [2023-01-31 23:34:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4567. [2023-01-31 23:34:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4568. [2023-01-31 23:34:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4569. [2023-01-31 23:34:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4570. [2023-01-31 23:34:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4571. [2023-01-31 23:34:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4572. [2023-01-31 23:34:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4573. [2023-01-31 23:34:37] doctrine.DEBUG: SELECT DATABASE() [] []
  4574. [2023-01-31 23:34:37] doctrine.DEBUG: SELECT DATABASE() [] []
  4575. [2023-02-01 03:56:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4576. [2023-02-01 03:56:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4577. [2023-02-01 03:56:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4578. [2023-02-01 03:56:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4579. [2023-02-01 03:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4580. [2023-02-01 03:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4581. [2023-02-01 03:56:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4582. [2023-02-01 03:56:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4583. [2023-02-01 03:56:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4584. [2023-02-01 03:56:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4585. [2023-02-01 03:56:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4586. [2023-02-01 03:56:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4587. [2023-02-01 03:56:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4588. [2023-02-01 03:56:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4589. [2023-02-01 03:56:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4590. [2023-02-01 03:56:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4591. [2023-02-01 03:56:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4592. [2023-02-01 03:56:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4593. [2023-02-01 03:56:29] doctrine.DEBUG: SELECT DATABASE() [] []
  4594. [2023-02-01 03:56:29] doctrine.DEBUG: SELECT DATABASE() [] []
  4595. [2023-02-01 05:56:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4596. [2023-02-01 05:56:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4597. [2023-02-01 05:56:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4598. [2023-02-01 05:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4599. [2023-02-01 05:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4600. [2023-02-01 05:56:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4601. [2023-02-01 05:56:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4602. [2023-02-01 05:56:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4603. [2023-02-01 05:56:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4604. [2023-02-01 05:56:13] doctrine.DEBUG: SELECT DATABASE() [] []
  4605. [2023-02-01 05:56:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4606. [2023-02-01 05:56:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d70f1"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/5d70f1","method":"GET"} []
  4607. [2023-02-01 05:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4608. [2023-02-01 05:57:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4609. [2023-02-01 05:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4610. [2023-02-01 05:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4611. [2023-02-01 05:57:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4612. [2023-02-01 05:57:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4613. [2023-02-01 05:57:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4614. [2023-02-01 05:57:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4615. [2023-02-01 05:57:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4616. [2023-02-01 05:57:59] doctrine.DEBUG: SELECT DATABASE() [] []
  4617. [2023-02-01 05:58:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4618. [2023-02-01 05:58:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f24041"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/f24041","method":"GET"} []
  4619. [2023-02-01 09:55:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4620. [2023-02-01 09:55:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json" (from "http://rbbe.asb-digital.fr/config.json")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" (from \"http://rbbe.asb-digital.fr/config.json\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4621. [2023-02-01 09:55:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4622. [2023-02-01 09:55:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4623. [2023-02-01 09:55:11] doctrine.DEBUG: SELECT DATABASE() [] []
  4624. [2023-02-01 21:29:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4625. [2023-02-01 21:29:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4626. [2023-02-01 21:29:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4627. [2023-02-01 21:29:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4628. [2023-02-01 21:29:41] doctrine.DEBUG: SELECT DATABASE() [] []
  4629. [2023-02-02 01:03:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4630. [2023-02-02 01:03:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4631. [2023-02-02 01:03:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4632. [2023-02-02 01:03:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4633. [2023-02-02 01:03:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4634. [2023-02-02 01:03:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4635. [2023-02-02 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4636. [2023-02-02 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4637. [2023-02-02 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4638. [2023-02-02 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4639. [2023-02-02 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4640. [2023-02-02 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4641. [2023-02-02 01:03:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4642. [2023-02-02 01:03:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4643. [2023-02-02 01:03:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4644. [2023-02-02 01:03:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4645. [2023-02-02 01:03:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4646. [2023-02-02 01:03:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4647. [2023-02-02 01:03:33] doctrine.DEBUG: SELECT DATABASE() [] []
  4648. [2023-02-02 01:03:33] doctrine.DEBUG: SELECT DATABASE() [] []
  4649. [2023-02-02 11:51:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4650. [2023-02-02 11:51:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4651. [2023-02-02 11:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4652. [2023-02-02 11:51:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4653. [2023-02-02 11:51:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4654. [2023-02-02 11:51:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4655. [2023-02-02 11:51:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4656. [2023-02-02 11:51:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4657. [2023-02-02 11:51:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4658. [2023-02-02 11:51:57] doctrine.DEBUG: SELECT DATABASE() [] []
  4659. [2023-02-02 12:17:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4660. [2023-02-02 12:17:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4661. [2023-02-02 12:17:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4662. [2023-02-02 12:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4663. [2023-02-02 12:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4664. [2023-02-02 12:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4665. [2023-02-02 12:17:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4666. [2023-02-02 12:17:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4667. [2023-02-02 12:17:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4668. [2023-02-02 12:17:17] doctrine.DEBUG: SELECT DATABASE() [] []
  4669. [2023-02-02 12:17:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4670. [2023-02-02 12:17:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9e9a8"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/e9e9a8","method":"GET"} []
  4671. [2023-02-03 04:38:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4672. [2023-02-03 04:38:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4673. [2023-02-03 04:38:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4674. [2023-02-03 04:38:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4675. [2023-02-03 04:38:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4676. [2023-02-03 04:38:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4677. [2023-02-03 04:38:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4678. [2023-02-03 04:38:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4679. [2023-02-03 04:38:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4680. [2023-02-03 04:38:53] doctrine.DEBUG: SELECT DATABASE() [] []
  4681. [2023-02-03 04:38:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4682. [2023-02-03 04:38:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf1f81"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bf1f81","method":"GET"} []
  4683. [2023-02-03 04:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4684. [2023-02-03 04:40:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4685. [2023-02-03 04:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4686. [2023-02-03 04:40:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4687. [2023-02-03 04:40:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4688. [2023-02-03 04:40:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4689. [2023-02-03 04:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4690. [2023-02-03 04:40:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4691. [2023-02-03 04:40:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4692. [2023-02-03 04:40:24] doctrine.DEBUG: SELECT DATABASE() [] []
  4693. [2023-02-03 04:40:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4694. [2023-02-03 04:40:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28659a"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/28659a","method":"GET"} []
  4695. [2023-02-03 18:51:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4696. [2023-02-03 18:51:50] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4697. [2023-02-03 18:51:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4698. [2023-02-03 18:51:50] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4699. [2023-02-04 15:23:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4700. [2023-02-04 15:23:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4701. [2023-02-04 15:23:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4702. [2023-02-04 15:23:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4703. [2023-02-04 15:23:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4704. [2023-02-04 15:23:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4705. [2023-02-04 15:23:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4706. [2023-02-04 15:23:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4707. [2023-02-04 15:23:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4708. [2023-02-04 15:23:52] doctrine.DEBUG: SELECT DATABASE() [] []
  4709. [2023-02-04 17:17:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4710. [2023-02-04 17:17:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4711. [2023-02-04 17:17:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4712. [2023-02-04 17:17:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4713. [2023-02-04 17:17:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4714. [2023-02-04 17:17:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4715. [2023-02-04 17:17:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4716. [2023-02-04 17:17:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4717. [2023-02-04 17:17:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4718. [2023-02-04 17:17:49] doctrine.DEBUG: SELECT DATABASE() [] []
  4719. [2023-02-09 16:56:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4720. [2023-02-09 16:56:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4721. [2023-02-09 16:56:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4722. [2023-02-09 16:56:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4723. [2023-02-09 16:56:17] doctrine.DEBUG: SELECT DATABASE() [] []
  4724. [2023-02-09 18:05:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4725. [2023-02-09 18:05:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4726. [2023-02-09 18:05:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4727. [2023-02-09 18:05:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4728. [2023-02-09 18:05:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4729. [2023-02-09 18:05:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4730. [2023-02-09 18:05:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4731. [2023-02-09 18:05:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4732. [2023-02-09 18:05:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4733. [2023-02-09 18:05:27] doctrine.DEBUG: SELECT DATABASE() [] []
  4734. [2023-02-09 18:34:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4735. [2023-02-09 18:34:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4736. [2023-02-09 18:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4737. [2023-02-09 18:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4738. [2023-02-09 18:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4739. [2023-02-09 18:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4740. [2023-02-09 18:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4741. [2023-02-09 18:34:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4742. [2023-02-09 18:34:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4743. [2023-02-09 18:34:58] doctrine.DEBUG: SELECT DATABASE() [] []
  4744. [2023-02-10 11:01:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4745. [2023-02-10 11:01:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4746. [2023-02-10 11:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4747. [2023-02-10 11:01:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4748. [2023-02-10 11:01:30] doctrine.DEBUG: SELECT DATABASE() [] []
  4749. [2023-02-10 11:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4750. [2023-02-10 11:01:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"POST"} []
  4751. [2023-02-10 11:01:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4752. [2023-02-10 11:01:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4753. [2023-02-10 11:01:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4754. [2023-02-10 11:01:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4755. [2023-02-10 11:01:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4756. [2023-02-10 11:01:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4757. [2023-02-10 11:01:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4758. [2023-02-10 11:01:31] doctrine.DEBUG: SELECT DATABASE() [] []
  4759. [2023-02-10 11:01:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4760. [2023-02-10 11:01:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4761. [2023-02-10 11:01:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4762. [2023-02-10 11:01:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4763. [2023-02-10 11:01:32] doctrine.DEBUG: SELECT DATABASE() [] []
  4764. [2023-02-10 11:01:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4765. [2023-02-10 11:01:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4766. [2023-02-10 11:01:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4767. [2023-02-10 11:01:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4768. [2023-02-10 11:01:32] doctrine.DEBUG: SELECT DATABASE() [] []
  4769. [2023-02-10 11:01:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4770. [2023-02-10 11:01:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"POST"} []
  4771. [2023-02-10 11:01:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4772. [2023-02-10 11:01:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4773. [2023-02-10 11:01:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4774. [2023-02-10 11:01:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4775. [2023-02-10 11:01:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4776. [2023-02-10 11:01:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4777. [2023-02-10 11:01:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4778. [2023-02-10 11:01:32] doctrine.DEBUG: SELECT DATABASE() [] []
  4779. [2023-02-10 11:01:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4780. [2023-02-10 11:01:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4781. [2023-02-10 11:01:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4782. [2023-02-10 11:01:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4783. [2023-02-10 11:01:33] doctrine.DEBUG: SELECT DATABASE() [] []
  4784. [2023-02-10 20:58:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4785. [2023-02-10 20:58:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4786. [2023-02-10 20:58:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4787. [2023-02-10 20:58:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4788. [2023-02-10 20:58:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4789. [2023-02-10 20:58:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4790. [2023-02-10 20:58:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4791. [2023-02-10 20:58:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4792. [2023-02-10 20:58:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4793. [2023-02-10 20:58:29] doctrine.DEBUG: SELECT DATABASE() [] []
  4794. [2023-02-11 08:56:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4795. [2023-02-11 08:56:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4796. [2023-02-11 08:56:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4797. [2023-02-11 08:56:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4798. [2023-02-11 08:56:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4799. [2023-02-11 08:56:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4800. [2023-02-11 08:56:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4801. [2023-02-11 08:56:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4802. [2023-02-11 08:56:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4803. [2023-02-11 08:56:21] doctrine.DEBUG: SELECT DATABASE() [] []
  4804. [2023-02-12 12:39:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4805. [2023-02-12 12:39:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4806. [2023-02-12 12:39:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4807. [2023-02-12 12:39:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4808. [2023-02-12 12:39:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4809. [2023-02-12 12:39:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4810. [2023-02-12 12:39:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4811. [2023-02-12 12:39:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4812. [2023-02-12 12:39:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4813. [2023-02-12 12:39:53] doctrine.DEBUG: SELECT DATABASE() [] []
  4814. [2023-02-12 12:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4815. [2023-02-12 12:39:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b31220"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/b31220","method":"GET"} []
  4816. [2023-02-12 12:42:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4817. [2023-02-12 12:42:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4818. [2023-02-12 12:42:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4819. [2023-02-12 12:42:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4820. [2023-02-12 12:42:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4821. [2023-02-12 12:42:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4822. [2023-02-12 12:42:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4823. [2023-02-12 12:42:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4824. [2023-02-12 12:42:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4825. [2023-02-12 12:42:48] doctrine.DEBUG: SELECT DATABASE() [] []
  4826. [2023-02-12 12:42:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4827. [2023-02-12 12:42:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e97b7"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/3e97b7","method":"GET"} []
  4828. [2023-02-15 05:48:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4829. [2023-02-15 05:48:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4830. [2023-02-15 05:48:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4831. [2023-02-15 05:48:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4832. [2023-02-15 05:48:08] doctrine.DEBUG: SELECT DATABASE() [] []
  4833. [2023-02-15 17:33:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4834. [2023-02-15 17:33:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4835. [2023-02-15 17:33:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4836. [2023-02-15 17:33:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4837. [2023-02-15 17:33:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4838. [2023-02-15 17:33:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4839. [2023-02-15 17:33:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4840. [2023-02-15 17:33:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4841. [2023-02-15 17:33:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4842. [2023-02-15 17:33:46] doctrine.DEBUG: SELECT DATABASE() [] []
  4843. [2023-02-15 17:33:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4844. [2023-02-15 17:33:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c42d5"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3c42d5","method":"GET"} []
  4845. [2023-02-15 17:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4846. [2023-02-15 17:43:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4847. [2023-02-15 17:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4848. [2023-02-15 17:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4849. [2023-02-15 17:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4850. [2023-02-15 17:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4851. [2023-02-15 17:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4852. [2023-02-15 17:43:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4853. [2023-02-15 17:43:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4854. [2023-02-15 17:43:51] doctrine.DEBUG: SELECT DATABASE() [] []
  4855. [2023-02-15 17:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4856. [2023-02-15 17:43:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"697eee"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/697eee","method":"GET"} []
  4857. [2023-02-15 18:26:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4858. [2023-02-15 18:26:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4859. [2023-02-15 18:26:04] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4860. [2023-02-15 18:26:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4861. [2023-02-15 18:26:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4862. [2023-02-15 18:26:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4863. [2023-02-15 18:26:05] doctrine.DEBUG: SELECT DATABASE() [] []
  4864. [2023-02-15 19:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4865. [2023-02-15 19:09:59] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4866. [2023-02-15 23:26:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4867. [2023-02-15 23:26:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4868. [2023-02-15 23:26:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4869. [2023-02-15 23:26:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4870. [2023-02-15 23:26:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4871. [2023-02-15 23:26:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4872. [2023-02-15 23:26:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4873. [2023-02-15 23:26:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4874. [2023-02-15 23:26:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4875. [2023-02-15 23:26:38] doctrine.DEBUG: SELECT DATABASE() [] []
  4876. [2023-02-15 23:26:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4877. [2023-02-15 23:26:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4878. [2023-02-15 23:26:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4879. [2023-02-15 23:26:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4880. [2023-02-15 23:26:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4881. [2023-02-15 23:26:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4882. [2023-02-15 23:26:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4883. [2023-02-15 23:26:57] doctrine.DEBUG: SELECT DATABASE() [] []
  4884. [2023-02-15 23:26:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4885. [2023-02-15 23:26:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4886. [2023-02-15 23:26:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4887. [2023-02-15 23:26:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4888. [2023-02-15 23:26:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4889. [2023-02-15 23:26:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4890. [2023-02-15 23:26:57] doctrine.DEBUG: SELECT DATABASE() [] []
  4891. [2023-02-15 23:27:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4892. [2023-02-15 23:27:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4893. [2023-02-15 23:27:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4894. [2023-02-15 23:27:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4895. [2023-02-15 23:27:00] doctrine.DEBUG: SELECT DATABASE() [] []
  4896. [2023-02-15 23:27:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4897. [2023-02-15 23:27:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4898. [2023-02-15 23:27:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4899. [2023-02-15 23:27:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4900. [2023-02-15 23:27:02] doctrine.DEBUG: SELECT DATABASE() [] []
  4901. [2023-02-15 23:27:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4902. [2023-02-15 23:27:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4903. [2023-02-15 23:27:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4904. [2023-02-15 23:27:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4905. [2023-02-15 23:27:04] doctrine.DEBUG: SELECT DATABASE() [] []
  4906. [2023-02-16 16:29:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4907. [2023-02-16 16:29:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4908. [2023-02-16 16:29:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4909. [2023-02-16 16:29:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4910. [2023-02-16 16:29:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4911. [2023-02-16 16:29:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4912. [2023-02-16 16:29:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4913. [2023-02-16 16:29:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4914. [2023-02-16 16:29:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4915. [2023-02-16 16:29:39] doctrine.DEBUG: SELECT DATABASE() [] []
  4916. [2023-02-16 16:45:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4917. [2023-02-16 16:45:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  4918. [2023-02-16 16:45:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4919. [2023-02-16 16:45:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4920. [2023-02-16 16:45:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4921. [2023-02-16 16:45:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4922. [2023-02-16 16:45:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4923. [2023-02-16 16:45:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4924. [2023-02-16 16:45:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4925. [2023-02-16 16:45:27] doctrine.DEBUG: SELECT DATABASE() [] []
  4926. [2023-02-16 17:36:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4927. [2023-02-16 17:36:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4928. [2023-02-16 17:36:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4929. [2023-02-16 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4930. [2023-02-16 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4931. [2023-02-16 17:36:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4932. [2023-02-16 17:36:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4933. [2023-02-16 17:36:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4934. [2023-02-16 17:36:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4935. [2023-02-16 17:36:18] doctrine.DEBUG: SELECT DATABASE() [] []
  4936. [2023-02-16 17:36:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4937. [2023-02-16 17:36:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e852a0"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/e852a0","method":"GET"} []
  4938. [2023-02-16 17:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4939. [2023-02-16 17:41:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4940. [2023-02-16 17:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4941. [2023-02-16 17:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4942. [2023-02-16 17:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  4943. [2023-02-16 17:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  4944. [2023-02-16 17:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  4945. [2023-02-16 17:41:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  4946. [2023-02-16 17:41:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4947. [2023-02-16 17:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  4948. [2023-02-17 01:44:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4949. [2023-02-17 01:44:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4950. [2023-02-17 01:44:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4951. [2023-02-17 01:44:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4952. [2023-02-17 01:44:10] doctrine.DEBUG: SELECT DATABASE() [] []
  4953. [2023-02-17 15:05:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4954. [2023-02-17 15:05:28] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4955. [2023-02-17 15:16:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4956. [2023-02-17 15:16:24] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4957. [2023-02-17 15:23:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4958. [2023-02-17 15:23:38] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4959. [2023-02-17 15:28:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4960. [2023-02-17 15:28:47] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4961. [2023-02-17 15:33:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4962. [2023-02-17 15:33:41] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  4963. [2023-02-17 20:25:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4964. [2023-02-17 20:25:35] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=config%2Fpackages%2Fswiftmailer.yaml","method":"GET"} []
  4965. [2023-02-17 20:25:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/packages/swiftmailer.yaml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/packages/swiftmailer.yaml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4966. [2023-02-17 20:54:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4967. [2023-02-17 20:54:09] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=config%2Fpackages%2Fswiftmailer.yml","method":"GET"} []
  4968. [2023-02-17 20:54:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/packages/swiftmailer.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/packages/swiftmailer.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4969. [2023-02-17 20:57:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4970. [2023-02-17 20:57:42] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fswiftmailer.yml","method":"GET"} []
  4971. [2023-02-17 20:57:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/swiftmailer.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/swiftmailer.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4972. [2023-02-17 21:06:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4973. [2023-02-17 21:06:13] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fcache%2Fdev%2FappDevDebugProjectContainer.xml","method":"GET"} []
  4974. [2023-02-17 21:06:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/appDevDebugProjectContainer.xml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/appDevDebugProjectContainer.xml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4975. [2023-02-17 21:21:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4976. [2023-02-17 21:21:10] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=config%2Fpackages%2Fswiftmailer.yaml","method":"GET"} []
  4977. [2023-02-17 21:21:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/packages/swiftmailer.yaml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/packages/swiftmailer.yaml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4978. [2023-02-17 21:29:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4979. [2023-02-17 21:29:32] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fcache%2Fdev%2FappDevDebugProjectContainer.xml","method":"GET"} []
  4980. [2023-02-17 21:29:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/appDevDebugProjectContainer.xml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/appDevDebugProjectContainer.xml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4981. [2023-02-17 21:31:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4982. [2023-02-17 21:31:26] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fcache%2Fdev%2FsrcDevDebugProjectContainer.xml","method":"GET"} []
  4983. [2023-02-17 21:31:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/srcDevDebugProjectContainer.xml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/srcDevDebugProjectContainer.xml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4984. [2023-02-17 21:33:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4985. [2023-02-17 21:33:51] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fcache%2Fdev%2FappAppKernelDevDebugContainer.xml","method":"GET"} []
  4986. [2023-02-17 21:33:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/appAppKernelDevDebugContainer.xml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/appAppKernelDevDebugContainer.xml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4987. [2023-02-17 22:02:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4988. [2023-02-17 22:02:27] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fcache%2Fdev%2FsrcDevDebugProjectContainer.xml","method":"GET"} []
  4989. [2023-02-17 22:02:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/srcDevDebugProjectContainer.xml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/srcDevDebugProjectContainer.xml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  4990. [2023-02-17 22:52:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4991. [2023-02-17 22:52:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  4992. [2023-02-17 22:52:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  4993. [2023-02-17 22:52:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  4994. [2023-02-17 22:52:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4995. [2023-02-17 22:52:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  4996. [2023-02-17 22:52:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  4997. [2023-02-17 22:52:37] doctrine.DEBUG: SELECT DATABASE() [] []
  4998. [2023-02-17 22:52:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  4999. [2023-02-17 22:52:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5000. [2023-02-17 22:52:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5001. [2023-02-17 22:52:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5002. [2023-02-17 22:52:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5003. [2023-02-17 22:52:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5004. [2023-02-17 22:52:38] doctrine.DEBUG: SELECT DATABASE() [] []
  5005. [2023-02-17 22:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5006. [2023-02-17 22:52:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5007. [2023-02-17 22:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5008. [2023-02-17 22:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5009. [2023-02-17 22:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5010. [2023-02-17 22:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5011. [2023-02-17 22:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5012. [2023-02-17 22:52:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5013. [2023-02-17 22:52:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5014. [2023-02-17 22:52:38] doctrine.DEBUG: SELECT DATABASE() [] []
  5015. [2023-02-17 22:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5016. [2023-02-17 22:52:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5017. [2023-02-17 22:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5018. [2023-02-17 22:52:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5019. [2023-02-17 22:52:40] doctrine.DEBUG: SELECT DATABASE() [] []
  5020. [2023-02-17 22:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5021. [2023-02-17 22:52:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5022. [2023-02-17 22:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5023. [2023-02-17 22:52:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5024. [2023-02-17 22:52:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5025. [2023-02-17 22:52:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5026. [2023-02-17 22:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5027. [2023-02-17 22:52:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5028. [2023-02-17 22:52:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5029. [2023-02-17 22:52:41] doctrine.DEBUG: SELECT DATABASE() [] []
  5030. [2023-02-17 22:52:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5031. [2023-02-17 22:52:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5032. [2023-02-17 22:52:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5033. [2023-02-17 22:52:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5034. [2023-02-17 22:52:51] doctrine.DEBUG: SELECT DATABASE() [] []
  5035. [2023-02-17 22:52:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5036. [2023-02-17 22:52:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5037. [2023-02-17 22:52:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5038. [2023-02-17 22:52:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5039. [2023-02-17 22:52:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5040. [2023-02-17 22:52:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5041. [2023-02-17 22:52:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5042. [2023-02-17 22:52:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5043. [2023-02-17 22:52:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5044. [2023-02-17 22:52:51] doctrine.DEBUG: SELECT DATABASE() [] []
  5045. [2023-02-19 05:17:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5046. [2023-02-19 05:17:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5047. [2023-02-19 05:17:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5048. [2023-02-19 05:17:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5049. [2023-02-19 05:17:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5050. [2023-02-19 05:17:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5051. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5052. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5053. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5054. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5055. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5056. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5057. [2023-02-19 05:17:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5058. [2023-02-19 05:17:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5059. [2023-02-19 05:17:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5060. [2023-02-19 05:17:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5061. [2023-02-19 05:17:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5062. [2023-02-19 05:17:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5063. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT DATABASE() [] []
  5064. [2023-02-19 05:17:22] doctrine.DEBUG: SELECT DATABASE() [] []
  5065. [2023-02-19 05:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5066. [2023-02-19 05:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5067. [2023-02-19 05:55:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5068. [2023-02-19 05:55:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5069. [2023-02-19 05:55:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5070. [2023-02-19 05:55:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5071. [2023-02-19 05:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5072. [2023-02-19 05:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5073. [2023-02-19 05:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5074. [2023-02-19 05:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5075. [2023-02-19 05:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5076. [2023-02-19 05:55:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5077. [2023-02-19 05:55:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5078. [2023-02-19 05:55:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5079. [2023-02-19 05:55:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5080. [2023-02-19 05:55:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5081. [2023-02-19 05:55:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5082. [2023-02-19 05:55:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5083. [2023-02-19 05:55:59] doctrine.DEBUG: SELECT DATABASE() [] []
  5084. [2023-02-19 05:55:59] doctrine.DEBUG: SELECT DATABASE() [] []
  5085. [2023-02-20 02:46:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5086. [2023-02-20 02:46:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5087. [2023-02-20 02:46:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5088. [2023-02-20 02:46:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5089. [2023-02-20 02:46:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5090. [2023-02-20 02:46:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5091. [2023-02-20 02:46:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5092. [2023-02-20 02:46:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5093. [2023-02-20 02:46:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5094. [2023-02-20 02:46:37] doctrine.DEBUG: SELECT DATABASE() [] []
  5095. [2023-02-20 13:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5096. [2023-02-20 13:44:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5097. [2023-02-20 13:44:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5098. [2023-02-20 13:44:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5099. [2023-02-20 13:44:43] doctrine.DEBUG: SELECT DATABASE() [] []
  5100. [2023-02-20 15:40:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5101. [2023-02-20 15:40:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5102. [2023-02-20 15:40:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5103. [2023-02-20 15:40:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5104. [2023-02-20 15:40:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5105. [2023-02-20 15:40:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5106. [2023-02-20 15:40:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5107. [2023-02-20 15:40:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5108. [2023-02-20 15:40:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5109. [2023-02-20 15:40:31] doctrine.DEBUG: SELECT DATABASE() [] []
  5110. [2023-02-20 15:40:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5111. [2023-02-20 15:40:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83211f"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/83211f","method":"GET"} []
  5112. [2023-02-20 15:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5113. [2023-02-20 15:43:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5114. [2023-02-20 15:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5115. [2023-02-20 15:43:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5116. [2023-02-20 15:43:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5117. [2023-02-20 15:43:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5118. [2023-02-20 15:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5119. [2023-02-20 15:43:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5120. [2023-02-20 15:43:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5121. [2023-02-20 15:43:50] doctrine.DEBUG: SELECT DATABASE() [] []
  5122. [2023-02-20 15:43:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5123. [2023-02-20 15:43:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d561d"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/5d561d","method":"GET"} []
  5124. [2023-02-21 11:08:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5125. [2023-02-21 11:08:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5126. [2023-02-21 11:08:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5127. [2023-02-21 11:08:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5128. [2023-02-21 11:08:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5129. [2023-02-21 11:08:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5130. [2023-02-21 11:08:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5131. [2023-02-21 11:08:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5132. [2023-02-21 11:08:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5133. [2023-02-21 11:08:32] doctrine.DEBUG: SELECT DATABASE() [] []
  5134. [2023-02-21 11:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5135. [2023-02-21 11:22:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5136. [2023-02-21 11:22:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5137. [2023-02-21 11:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5138. [2023-02-21 11:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5139. [2023-02-21 11:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5140. [2023-02-21 11:22:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5141. [2023-02-21 11:22:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5142. [2023-02-21 11:22:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5143. [2023-02-21 11:22:49] doctrine.DEBUG: SELECT DATABASE() [] []
  5144. [2023-02-21 11:22:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5145. [2023-02-21 11:22:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b07b8"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3b07b8","method":"GET"} []
  5146. [2023-02-21 16:26:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5147. [2023-02-21 16:26:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5148. [2023-02-21 16:26:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5149. [2023-02-21 16:26:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5150. [2023-02-21 16:26:03] doctrine.DEBUG: SELECT DATABASE() [] []
  5151. [2023-02-21 20:15:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5152. [2023-02-21 20:15:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5153. [2023-02-21 20:15:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5154. [2023-02-21 20:15:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5155. [2023-02-21 20:15:50] doctrine.DEBUG: SELECT DATABASE() [] []
  5156. [2023-02-24 19:39:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5157. [2023-02-24 19:39:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5158. [2023-02-24 19:39:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5159. [2023-02-24 19:39:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5160. [2023-02-24 19:39:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5161. [2023-02-24 19:39:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5162. [2023-02-24 19:39:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5163. [2023-02-24 19:39:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5164. [2023-02-24 19:39:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5165. [2023-02-24 19:39:41] doctrine.DEBUG: SELECT DATABASE() [] []
  5166. [2023-02-24 19:39:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5167. [2023-02-24 19:39:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5168. [2023-02-24 19:39:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5169. [2023-02-24 19:39:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5170. [2023-02-24 19:39:42] doctrine.DEBUG: SELECT DATABASE() [] []
  5171. [2023-02-25 20:23:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5172. [2023-02-25 20:23:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5173. [2023-02-25 20:23:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5174. [2023-02-25 20:23:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5175. [2023-02-25 20:23:12] doctrine.DEBUG: SELECT DATABASE() [] []
  5176. [2023-02-28 20:05:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5177. [2023-02-28 20:05:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5178. [2023-02-28 20:05:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5179. [2023-02-28 20:05:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5180. [2023-02-28 20:05:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5181. [2023-02-28 20:05:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5182. [2023-02-28 20:05:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5183. [2023-02-28 20:05:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5184. [2023-02-28 20:05:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5185. [2023-02-28 20:05:05] doctrine.DEBUG: SELECT DATABASE() [] []
  5186. [2023-02-28 22:24:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5187. [2023-02-28 22:24:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5188. [2023-02-28 22:24:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5189. [2023-02-28 22:24:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5190. [2023-02-28 22:24:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5191. [2023-02-28 22:24:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5192. [2023-02-28 22:24:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5193. [2023-02-28 22:24:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5194. [2023-02-28 22:24:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5195. [2023-02-28 22:24:48] doctrine.DEBUG: SELECT DATABASE() [] []
  5196. [2023-02-28 22:24:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5197. [2023-02-28 22:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5198. [2023-02-28 22:24:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5199. [2023-02-28 22:24:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5200. [2023-02-28 22:24:50] doctrine.DEBUG: SELECT DATABASE() [] []
  5201. [2023-03-01 09:38:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5202. [2023-03-01 09:38:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wordpress" (from "http://rbbe.asb-digital.fr/wordpress")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wordpress\" (from \"http://rbbe.asb-digital.fr/wordpress\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5203. [2023-03-01 09:38:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5204. [2023-03-01 09:38:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5205. [2023-03-01 09:38:16] doctrine.DEBUG: SELECT DATABASE() [] []
  5206. [2023-03-01 09:38:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5207. [2023-03-01 09:38:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  5208. [2023-03-01 09:38:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5209. [2023-03-01 09:38:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5210. [2023-03-01 09:38:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5211. [2023-03-01 09:38:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5212. [2023-03-01 09:38:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5213. [2023-03-01 09:38:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5214. [2023-03-01 09:38:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5215. [2023-03-01 09:38:17] doctrine.DEBUG: SELECT DATABASE() [] []
  5216. [2023-03-01 09:38:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5217. [2023-03-01 09:38:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wp" (from "http://rbbe.asb-digital.fr/wp")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wp\" (from \"http://rbbe.asb-digital.fr/wp\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5218. [2023-03-01 09:38:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5219. [2023-03-01 09:38:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5220. [2023-03-01 09:38:18] doctrine.DEBUG: SELECT DATABASE() [] []
  5221. [2023-03-01 09:38:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5222. [2023-03-01 09:38:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bc" (from "http://rbbe.asb-digital.fr/bc")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bc\" (from \"http://rbbe.asb-digital.fr/bc\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bc/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5223. [2023-03-01 09:38:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5224. [2023-03-01 09:38:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5225. [2023-03-01 09:38:18] doctrine.DEBUG: SELECT DATABASE() [] []
  5226. [2023-03-01 09:38:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5227. [2023-03-01 09:38:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bk" (from "http://rbbe.asb-digital.fr/bk")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bk\" (from \"http://rbbe.asb-digital.fr/bk\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bk/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5228. [2023-03-01 09:38:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5229. [2023-03-01 09:38:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5230. [2023-03-01 09:38:18] doctrine.DEBUG: SELECT DATABASE() [] []
  5231. [2023-03-01 09:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5232. [2023-03-01 09:38:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /backup" (from "http://rbbe.asb-digital.fr/backup")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /backup\" (from \"http://rbbe.asb-digital.fr/backup\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5233. [2023-03-01 09:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5234. [2023-03-01 09:38:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5235. [2023-03-01 09:38:19] doctrine.DEBUG: SELECT DATABASE() [] []
  5236. [2023-03-01 09:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5237. [2023-03-01 09:38:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /old" (from "http://rbbe.asb-digital.fr/old")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /old\" (from \"http://rbbe.asb-digital.fr/old\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5238. [2023-03-01 09:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5239. [2023-03-01 09:38:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5240. [2023-03-01 09:38:19] doctrine.DEBUG: SELECT DATABASE() [] []
  5241. [2023-03-01 09:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5242. [2023-03-01 09:38:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /new" (from "http://rbbe.asb-digital.fr/new")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /new\" (from \"http://rbbe.asb-digital.fr/new\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5243. [2023-03-01 09:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5244. [2023-03-01 09:38:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5245. [2023-03-01 09:38:20] doctrine.DEBUG: SELECT DATABASE() [] []
  5246. [2023-03-01 09:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5247. [2023-03-01 09:38:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /main" (from "http://rbbe.asb-digital.fr/main")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /main\" (from \"http://rbbe.asb-digital.fr/main\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5248. [2023-03-01 09:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5249. [2023-03-01 09:38:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5250. [2023-03-01 09:38:20] doctrine.DEBUG: SELECT DATABASE() [] []
  5251. [2023-03-01 09:38:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5252. [2023-03-01 09:38:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /home" (from "http://rbbe.asb-digital.fr/home")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /home\" (from \"http://rbbe.asb-digital.fr/home\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5253. [2023-03-01 09:38:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5254. [2023-03-01 09:38:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5255. [2023-03-01 09:38:21] doctrine.DEBUG: SELECT DATABASE() [] []
  5256. [2023-03-01 16:28:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5257. [2023-03-01 16:28:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5258. [2023-03-01 16:28:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5259. [2023-03-01 16:28:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5260. [2023-03-01 16:28:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5261. [2023-03-01 16:28:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5262. [2023-03-01 16:28:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5263. [2023-03-01 16:28:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5264. [2023-03-01 16:28:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5265. [2023-03-01 16:28:25] doctrine.DEBUG: SELECT DATABASE() [] []
  5266. [2023-03-01 16:28:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5267. [2023-03-01 16:28:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5268. [2023-03-01 16:28:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5269. [2023-03-01 16:28:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5270. [2023-03-01 16:28:27] doctrine.DEBUG: SELECT DATABASE() [] []
  5271. [2023-03-01 17:12:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5272. [2023-03-01 17:12:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5273. [2023-03-01 17:12:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5274. [2023-03-01 17:12:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5275. [2023-03-01 17:12:36] doctrine.DEBUG: SELECT DATABASE() [] []
  5276. [2023-03-01 21:13:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5277. [2023-03-01 21:13:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wordpress"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wordpress\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5278. [2023-03-01 21:13:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5279. [2023-03-01 21:13:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5280. [2023-03-01 21:13:50] doctrine.DEBUG: SELECT DATABASE() [] []
  5281. [2023-03-01 21:13:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5282. [2023-03-01 21:13:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  5283. [2023-03-01 21:13:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5284. [2023-03-01 21:13:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5285. [2023-03-01 21:13:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5286. [2023-03-01 21:13:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5287. [2023-03-01 21:13:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5288. [2023-03-01 21:13:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5289. [2023-03-01 21:13:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5290. [2023-03-01 21:13:51] doctrine.DEBUG: SELECT DATABASE() [] []
  5291. [2023-03-01 21:13:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5292. [2023-03-01 21:13:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5293. [2023-03-01 21:13:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5294. [2023-03-01 21:13:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5295. [2023-03-01 21:13:51] doctrine.DEBUG: SELECT DATABASE() [] []
  5296. [2023-03-01 21:13:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5297. [2023-03-01 21:13:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bc"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bc\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bc/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5298. [2023-03-01 21:13:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5299. [2023-03-01 21:13:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5300. [2023-03-01 21:13:51] doctrine.DEBUG: SELECT DATABASE() [] []
  5301. [2023-03-01 21:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5302. [2023-03-01 21:13:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bk"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bk\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bk/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5303. [2023-03-01 21:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5304. [2023-03-01 21:13:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5305. [2023-03-01 21:13:52] doctrine.DEBUG: SELECT DATABASE() [] []
  5306. [2023-03-01 21:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5307. [2023-03-01 21:13:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /backup"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /backup\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5308. [2023-03-01 21:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5309. [2023-03-01 21:13:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5310. [2023-03-01 21:13:52] doctrine.DEBUG: SELECT DATABASE() [] []
  5311. [2023-03-01 21:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5312. [2023-03-01 21:13:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /old"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /old\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5313. [2023-03-01 21:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5314. [2023-03-01 21:13:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5315. [2023-03-01 21:13:52] doctrine.DEBUG: SELECT DATABASE() [] []
  5316. [2023-03-01 21:13:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5317. [2023-03-01 21:13:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /new"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /new\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5318. [2023-03-01 21:13:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5319. [2023-03-01 21:13:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5320. [2023-03-01 21:13:53] doctrine.DEBUG: SELECT DATABASE() [] []
  5321. [2023-03-01 21:13:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5322. [2023-03-01 21:13:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /main"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /main\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5323. [2023-03-01 21:13:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5324. [2023-03-01 21:13:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5325. [2023-03-01 21:13:53] doctrine.DEBUG: SELECT DATABASE() [] []
  5326. [2023-03-01 21:13:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5327. [2023-03-01 21:13:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /home"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /home\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5328. [2023-03-01 21:13:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5329. [2023-03-01 21:13:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5330. [2023-03-01 21:13:53] doctrine.DEBUG: SELECT DATABASE() [] []
  5331. [2023-03-02 17:52:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5332. [2023-03-02 17:52:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5333. [2023-03-02 17:52:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5334. [2023-03-02 17:52:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5335. [2023-03-02 17:52:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5336. [2023-03-02 17:52:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5337. [2023-03-02 17:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5338. [2023-03-02 17:52:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5339. [2023-03-02 17:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5340. [2023-03-02 17:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5341. [2023-03-02 17:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5342. [2023-03-02 17:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5343. [2023-03-02 17:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5344. [2023-03-02 17:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5345. [2023-03-02 17:52:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5346. [2023-03-02 17:52:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5347. [2023-03-02 17:52:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5348. [2023-03-02 17:52:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5349. [2023-03-02 17:52:28] doctrine.DEBUG: SELECT DATABASE() [] []
  5350. [2023-03-02 17:52:28] doctrine.DEBUG: SELECT DATABASE() [] []
  5351. [2023-03-02 17:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5352. [2023-03-02 17:52:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5353. [2023-03-02 17:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5354. [2023-03-02 17:52:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5355. [2023-03-02 17:52:29] doctrine.DEBUG: SELECT DATABASE() [] []
  5356. [2023-03-02 17:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5357. [2023-03-02 17:52:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7dfa2b"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7dfa2b","method":"GET"} []
  5358. [2023-03-03 22:39:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5359. [2023-03-03 22:39:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5360. [2023-03-03 22:39:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5361. [2023-03-03 22:39:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5362. [2023-03-03 22:39:03] doctrine.DEBUG: SELECT DATABASE() [] []
  5363. [2023-03-05 10:38:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5364. [2023-03-05 10:38:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5365. [2023-03-05 10:38:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5366. [2023-03-05 10:38:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5367. [2023-03-05 10:38:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5368. [2023-03-05 10:38:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5369. [2023-03-05 10:38:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5370. [2023-03-05 10:38:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5371. [2023-03-05 10:38:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5372. [2023-03-05 10:38:05] doctrine.DEBUG: SELECT DATABASE() [] []
  5373. [2023-03-06 23:35:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5374. [2023-03-06 23:35:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5375. [2023-03-06 23:35:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5376. [2023-03-06 23:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5377. [2023-03-06 23:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5378. [2023-03-06 23:35:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5379. [2023-03-06 23:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5380. [2023-03-06 23:35:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5381. [2023-03-06 23:35:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5382. [2023-03-06 23:35:40] doctrine.DEBUG: SELECT DATABASE() [] []
  5383. [2023-03-07 19:39:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5384. [2023-03-07 19:39:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5385. [2023-03-07 19:39:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5386. [2023-03-07 19:39:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5387. [2023-03-07 19:39:17] doctrine.DEBUG: SELECT DATABASE() [] []
  5388. [2023-03-10 08:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5389. [2023-03-10 08:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5390. [2023-03-10 08:46:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5391. [2023-03-10 08:46:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5392. [2023-03-10 08:46:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5393. [2023-03-10 08:46:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5394. [2023-03-10 08:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5395. [2023-03-10 08:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5396. [2023-03-10 08:46:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5397. [2023-03-10 08:46:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5398. [2023-03-10 08:46:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5399. [2023-03-10 08:46:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5400. [2023-03-10 08:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5401. [2023-03-10 08:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5402. [2023-03-10 08:46:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5403. [2023-03-10 08:46:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5404. [2023-03-10 08:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5405. [2023-03-10 08:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5406. [2023-03-10 08:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  5407. [2023-03-10 08:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  5408. [2023-03-10 08:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5409. [2023-03-10 08:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5410. [2023-03-10 08:48:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5411. [2023-03-10 08:48:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5412. [2023-03-10 08:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5413. [2023-03-10 08:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5414. [2023-03-10 08:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5415. [2023-03-10 08:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5416. [2023-03-10 08:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5417. [2023-03-10 08:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5418. [2023-03-10 08:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5419. [2023-03-10 08:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5420. [2023-03-10 08:48:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5421. [2023-03-10 08:48:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5422. [2023-03-10 08:48:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5423. [2023-03-10 08:48:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5424. [2023-03-10 08:48:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5425. [2023-03-10 08:48:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5426. [2023-03-10 08:48:42] doctrine.DEBUG: SELECT DATABASE() [] []
  5427. [2023-03-10 08:48:42] doctrine.DEBUG: SELECT DATABASE() [] []
  5428. [2023-03-10 20:52:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5429. [2023-03-10 20:52:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5430. [2023-03-10 20:52:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5431. [2023-03-10 20:52:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5432. [2023-03-10 20:52:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5433. [2023-03-10 20:52:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5434. [2023-03-10 20:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5435. [2023-03-10 20:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5436. [2023-03-10 20:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5437. [2023-03-10 20:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5438. [2023-03-10 20:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5439. [2023-03-10 20:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5440. [2023-03-10 20:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5441. [2023-03-10 20:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5442. [2023-03-10 20:52:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5443. [2023-03-10 20:52:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5444. [2023-03-10 20:52:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5445. [2023-03-10 20:52:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5446. [2023-03-10 20:52:39] doctrine.DEBUG: SELECT DATABASE() [] []
  5447. [2023-03-10 20:52:39] doctrine.DEBUG: SELECT DATABASE() [] []
  5448. [2023-03-10 20:52:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5449. [2023-03-10 20:52:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5450. [2023-03-10 20:52:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5451. [2023-03-10 20:52:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5452. [2023-03-10 20:52:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5453. [2023-03-10 20:52:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5454. [2023-03-10 20:52:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5455. [2023-03-10 20:52:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5456. [2023-03-10 20:52:48] doctrine.DEBUG: SELECT DATABASE() [] []
  5457. [2023-03-10 20:52:48] doctrine.DEBUG: SELECT DATABASE() [] []
  5458. [2023-03-10 20:52:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5459. [2023-03-10 20:52:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5460. [2023-03-10 20:52:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5461. [2023-03-10 20:52:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5462. [2023-03-10 20:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5463. [2023-03-10 20:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5464. [2023-03-10 20:52:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5465. [2023-03-10 20:52:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5466. [2023-03-10 20:52:54] doctrine.DEBUG: SELECT DATABASE() [] []
  5467. [2023-03-10 20:52:54] doctrine.DEBUG: SELECT DATABASE() [] []
  5468. [2023-03-11 01:25:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5469. [2023-03-11 01:25:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5470. [2023-03-11 01:25:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5471. [2023-03-11 01:25:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5472. [2023-03-11 01:25:33] doctrine.DEBUG: SELECT DATABASE() [] []
  5473. [2023-03-11 01:46:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5474. [2023-03-11 01:46:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5475. [2023-03-11 01:46:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5476. [2023-03-11 01:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5477. [2023-03-11 01:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5478. [2023-03-11 01:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5479. [2023-03-11 01:46:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5480. [2023-03-11 01:46:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5481. [2023-03-11 01:46:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5482. [2023-03-11 01:46:09] doctrine.DEBUG: SELECT DATABASE() [] []
  5483. [2023-03-11 01:46:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5484. [2023-03-11 01:46:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5485. [2023-03-11 01:46:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5486. [2023-03-11 01:46:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5487. [2023-03-11 01:46:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5488. [2023-03-11 01:46:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5489. [2023-03-11 01:46:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5490. [2023-03-11 01:46:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5491. [2023-03-11 01:46:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5492. [2023-03-11 01:46:10] doctrine.DEBUG: SELECT DATABASE() [] []
  5493. [2023-03-11 08:58:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5494. [2023-03-11 08:58:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5495. [2023-03-11 08:58:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5496. [2023-03-11 08:58:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5497. [2023-03-11 08:58:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5498. [2023-03-11 08:58:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5499. [2023-03-11 08:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5500. [2023-03-11 08:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5501. [2023-03-11 08:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5502. [2023-03-11 08:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5503. [2023-03-11 08:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5504. [2023-03-11 08:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5505. [2023-03-11 08:58:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5506. [2023-03-11 08:58:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5507. [2023-03-11 08:58:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5508. [2023-03-11 08:58:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5509. [2023-03-11 08:58:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5510. [2023-03-11 08:58:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5511. [2023-03-11 08:58:21] doctrine.DEBUG: SELECT DATABASE() [] []
  5512. [2023-03-11 08:58:21] doctrine.DEBUG: SELECT DATABASE() [] []
  5513. [2023-03-12 17:27:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5514. [2023-03-12 17:27:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5515. [2023-03-12 17:27:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5516. [2023-03-12 17:27:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5517. [2023-03-12 17:27:03] doctrine.DEBUG: SELECT DATABASE() [] []
  5518. [2023-03-12 17:27:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5519. [2023-03-12 17:27:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5520. [2023-03-12 17:27:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5521. [2023-03-12 17:27:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5522. [2023-03-12 17:27:06] doctrine.DEBUG: SELECT DATABASE() [] []
  5523. [2023-03-12 17:27:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5524. [2023-03-12 17:27:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5525. [2023-03-12 17:27:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5526. [2023-03-12 17:27:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5527. [2023-03-12 17:27:08] doctrine.DEBUG: SELECT DATABASE() [] []
  5528. [2023-03-15 00:54:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5529. [2023-03-15 00:54:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5530. [2023-03-15 00:54:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5531. [2023-03-15 00:54:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5532. [2023-03-15 00:54:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5533. [2023-03-15 00:54:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5534. [2023-03-15 00:54:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5535. [2023-03-15 00:54:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5536. [2023-03-15 00:54:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5537. [2023-03-15 00:54:54] doctrine.DEBUG: SELECT DATABASE() [] []
  5538. [2023-03-15 18:14:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5539. [2023-03-15 18:14:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5540. [2023-03-15 18:14:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5541. [2023-03-15 18:14:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5542. [2023-03-15 18:14:30] doctrine.DEBUG: SELECT DATABASE() [] []
  5543. [2023-03-17 05:47:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5544. [2023-03-17 05:47:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wordpress" (from "http://rbbe.asb-digital.fr/wordpress")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wordpress\" (from \"http://rbbe.asb-digital.fr/wordpress\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5545. [2023-03-17 05:47:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5546. [2023-03-17 05:47:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5547. [2023-03-17 05:47:04] doctrine.DEBUG: SELECT DATABASE() [] []
  5548. [2023-03-17 05:47:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5549. [2023-03-17 05:47:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  5550. [2023-03-17 05:47:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5551. [2023-03-17 05:47:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5552. [2023-03-17 05:47:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5553. [2023-03-17 05:47:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5554. [2023-03-17 05:47:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5555. [2023-03-17 05:47:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5556. [2023-03-17 05:47:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5557. [2023-03-17 05:47:06] doctrine.DEBUG: SELECT DATABASE() [] []
  5558. [2023-03-17 05:47:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5559. [2023-03-17 05:47:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wp" (from "http://rbbe.asb-digital.fr/wp")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wp\" (from \"http://rbbe.asb-digital.fr/wp\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5560. [2023-03-17 05:47:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5561. [2023-03-17 05:47:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5562. [2023-03-17 05:47:06] doctrine.DEBUG: SELECT DATABASE() [] []
  5563. [2023-03-17 05:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5564. [2023-03-17 05:47:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bc" (from "http://rbbe.asb-digital.fr/bc")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bc\" (from \"http://rbbe.asb-digital.fr/bc\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bc/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5565. [2023-03-17 05:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5566. [2023-03-17 05:47:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5567. [2023-03-17 05:47:07] doctrine.DEBUG: SELECT DATABASE() [] []
  5568. [2023-03-17 05:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5569. [2023-03-17 05:47:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bk" (from "http://rbbe.asb-digital.fr/bk")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bk\" (from \"http://rbbe.asb-digital.fr/bk\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bk/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5570. [2023-03-17 05:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5571. [2023-03-17 05:47:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5572. [2023-03-17 05:47:07] doctrine.DEBUG: SELECT DATABASE() [] []
  5573. [2023-03-17 05:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5574. [2023-03-17 05:47:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /backup" (from "http://rbbe.asb-digital.fr/backup")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /backup\" (from \"http://rbbe.asb-digital.fr/backup\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5575. [2023-03-17 05:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5576. [2023-03-17 05:47:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5577. [2023-03-17 05:47:07] doctrine.DEBUG: SELECT DATABASE() [] []
  5578. [2023-03-17 05:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5579. [2023-03-17 05:47:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /old" (from "http://rbbe.asb-digital.fr/old")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /old\" (from \"http://rbbe.asb-digital.fr/old\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5580. [2023-03-17 05:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5581. [2023-03-17 05:47:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5582. [2023-03-17 05:47:08] doctrine.DEBUG: SELECT DATABASE() [] []
  5583. [2023-03-17 05:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5584. [2023-03-17 05:47:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /new" (from "http://rbbe.asb-digital.fr/new")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /new\" (from \"http://rbbe.asb-digital.fr/new\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5585. [2023-03-17 05:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5586. [2023-03-17 05:47:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5587. [2023-03-17 05:47:08] doctrine.DEBUG: SELECT DATABASE() [] []
  5588. [2023-03-17 05:47:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5589. [2023-03-17 05:47:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /main" (from "http://rbbe.asb-digital.fr/main")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /main\" (from \"http://rbbe.asb-digital.fr/main\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5590. [2023-03-17 05:47:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5591. [2023-03-17 05:47:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5592. [2023-03-17 05:47:09] doctrine.DEBUG: SELECT DATABASE() [] []
  5593. [2023-03-17 05:47:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5594. [2023-03-17 05:47:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /home" (from "http://rbbe.asb-digital.fr/home")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /home\" (from \"http://rbbe.asb-digital.fr/home\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5595. [2023-03-17 05:47:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5596. [2023-03-17 05:47:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5597. [2023-03-17 05:47:09] doctrine.DEBUG: SELECT DATABASE() [] []
  5598. [2023-03-17 10:06:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5599. [2023-03-17 10:06:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5600. [2023-03-17 10:06:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5601. [2023-03-17 10:06:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5602. [2023-03-17 10:06:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5603. [2023-03-17 10:06:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5604. [2023-03-17 10:06:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5605. [2023-03-17 10:06:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5606. [2023-03-17 10:06:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5607. [2023-03-17 10:06:45] doctrine.DEBUG: SELECT DATABASE() [] []
  5608. [2023-03-17 16:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5609. [2023-03-17 16:52:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wordpress"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wordpress\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5610. [2023-03-17 16:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5611. [2023-03-17 16:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5612. [2023-03-17 16:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  5613. [2023-03-17 16:52:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5614. [2023-03-17 16:52:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  5615. [2023-03-17 16:52:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5616. [2023-03-17 16:52:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5617. [2023-03-17 16:52:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5618. [2023-03-17 16:52:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5619. [2023-03-17 16:52:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5620. [2023-03-17 16:52:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5621. [2023-03-17 16:52:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5622. [2023-03-17 16:52:56] doctrine.DEBUG: SELECT DATABASE() [] []
  5623. [2023-03-17 16:52:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5624. [2023-03-17 16:52:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /wp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /wp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5625. [2023-03-17 16:52:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5626. [2023-03-17 16:52:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5627. [2023-03-17 16:52:57] doctrine.DEBUG: SELECT DATABASE() [] []
  5628. [2023-03-17 16:52:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5629. [2023-03-17 16:52:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bc"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bc\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bc/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5630. [2023-03-17 16:52:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5631. [2023-03-17 16:52:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5632. [2023-03-17 16:52:57] doctrine.DEBUG: SELECT DATABASE() [] []
  5633. [2023-03-17 16:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5634. [2023-03-17 16:52:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /bk"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /bk\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bk/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5635. [2023-03-17 16:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5636. [2023-03-17 16:52:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5637. [2023-03-17 16:52:58] doctrine.DEBUG: SELECT DATABASE() [] []
  5638. [2023-03-17 16:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5639. [2023-03-17 16:52:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /backup"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /backup\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5640. [2023-03-17 16:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5641. [2023-03-17 16:52:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5642. [2023-03-17 16:52:58] doctrine.DEBUG: SELECT DATABASE() [] []
  5643. [2023-03-17 16:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5644. [2023-03-17 16:52:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /old"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /old\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5645. [2023-03-17 16:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5646. [2023-03-17 16:52:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5647. [2023-03-17 16:52:58] doctrine.DEBUG: SELECT DATABASE() [] []
  5648. [2023-03-17 16:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5649. [2023-03-17 16:52:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /new"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /new\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5650. [2023-03-17 16:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5651. [2023-03-17 16:52:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5652. [2023-03-17 16:52:59] doctrine.DEBUG: SELECT DATABASE() [] []
  5653. [2023-03-17 16:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5654. [2023-03-17 16:52:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /main"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /main\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5655. [2023-03-17 16:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5656. [2023-03-17 16:52:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5657. [2023-03-17 16:52:59] doctrine.DEBUG: SELECT DATABASE() [] []
  5658. [2023-03-17 16:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5659. [2023-03-17 16:52:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /home"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD /home\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5660. [2023-03-17 16:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5661. [2023-03-17 16:52:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5662. [2023-03-17 16:52:59] doctrine.DEBUG: SELECT DATABASE() [] []
  5663. [2023-03-18 07:03:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5664. [2023-03-18 07:03:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5665. [2023-03-18 07:03:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5666. [2023-03-18 07:03:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5667. [2023-03-18 07:03:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5668. [2023-03-18 07:03:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5669. [2023-03-18 07:03:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5670. [2023-03-18 07:03:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5671. [2023-03-18 07:03:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5672. [2023-03-18 07:03:14] doctrine.DEBUG: SELECT DATABASE() [] []
  5673. [2023-03-18 07:03:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5674. [2023-03-18 07:03:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5675. [2023-03-18 07:03:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5676. [2023-03-18 07:03:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5677. [2023-03-18 07:03:16] doctrine.DEBUG: SELECT DATABASE() [] []
  5678. [2023-03-18 07:03:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5679. [2023-03-18 07:03:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5680. [2023-03-18 07:03:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5681. [2023-03-18 07:03:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5682. [2023-03-18 07:03:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5683. [2023-03-18 07:03:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5684. [2023-03-18 07:03:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5685. [2023-03-18 07:03:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5686. [2023-03-18 07:03:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5687. [2023-03-18 07:03:17] doctrine.DEBUG: SELECT DATABASE() [] []
  5688. [2023-03-18 07:03:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5689. [2023-03-18 07:03:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5690. [2023-03-18 07:03:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5691. [2023-03-18 07:03:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5692. [2023-03-18 07:03:17] doctrine.DEBUG: SELECT DATABASE() [] []
  5693. [2023-03-18 19:31:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5694. [2023-03-18 19:31:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5695. [2023-03-18 19:31:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5696. [2023-03-18 19:31:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5697. [2023-03-18 19:31:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5698. [2023-03-18 19:31:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5699. [2023-03-18 19:31:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5700. [2023-03-18 19:31:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5701. [2023-03-18 19:31:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5702. [2023-03-18 19:31:25] doctrine.DEBUG: SELECT DATABASE() [] []
  5703. [2023-03-18 19:31:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5704. [2023-03-18 19:31:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5705. [2023-03-18 19:31:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5706. [2023-03-18 19:31:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5707. [2023-03-18 19:31:26] doctrine.DEBUG: SELECT DATABASE() [] []
  5708. [2023-03-19 18:09:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5709. [2023-03-19 18:09:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5710. [2023-03-19 18:09:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5711. [2023-03-19 18:09:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5712. [2023-03-19 18:09:08] doctrine.DEBUG: SELECT DATABASE() [] []
  5713. [2023-03-20 06:52:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5714. [2023-03-20 06:52:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5715. [2023-03-20 06:52:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5716. [2023-03-20 06:52:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5717. [2023-03-20 06:52:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5718. [2023-03-20 06:52:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5719. [2023-03-20 06:52:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5720. [2023-03-20 06:52:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5721. [2023-03-20 06:52:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5722. [2023-03-20 06:52:34] doctrine.DEBUG: SELECT DATABASE() [] []
  5723. [2023-03-20 06:52:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5724. [2023-03-20 06:52:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5725. [2023-03-20 06:52:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5726. [2023-03-20 06:52:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5727. [2023-03-20 06:52:35] doctrine.DEBUG: SELECT DATABASE() [] []
  5728. [2023-03-20 06:52:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5729. [2023-03-20 06:52:50] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  5730. [2023-03-20 06:52:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5731. [2023-03-20 06:52:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5732. [2023-03-20 06:52:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5733. [2023-03-20 06:52:50] doctrine.DEBUG: SELECT DATABASE() [] []
  5734. [2023-03-20 06:53:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5735. [2023-03-20 06:53:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"176374"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/176374","method":"GET"} []
  5736. [2023-03-20 06:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5737. [2023-03-20 06:53:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5738. [2023-03-20 06:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5739. [2023-03-20 06:53:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5740. [2023-03-20 06:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5741. [2023-03-20 06:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5742. [2023-03-20 06:53:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5743. [2023-03-20 06:53:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5744. [2023-03-20 06:53:24] doctrine.DEBUG: SELECT DATABASE() [] []
  5745. [2023-03-20 06:53:24] doctrine.DEBUG: SELECT DATABASE() [] []
  5746. [2023-03-20 06:56:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5747. [2023-03-20 06:56:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5748. [2023-03-20 06:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5749. [2023-03-20 06:56:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5750. [2023-03-20 06:56:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5751. [2023-03-20 06:56:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5752. [2023-03-20 06:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5753. [2023-03-20 06:56:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5754. [2023-03-20 06:56:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5755. [2023-03-20 06:56:47] doctrine.DEBUG: SELECT DATABASE() [] []
  5756. [2023-03-20 06:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5757. [2023-03-20 06:56:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5758. [2023-03-20 06:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5759. [2023-03-20 06:56:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5760. [2023-03-20 06:56:48] doctrine.DEBUG: SELECT DATABASE() [] []
  5761. [2023-03-20 06:57:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5762. [2023-03-20 06:57:01] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  5763. [2023-03-20 06:57:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5764. [2023-03-20 06:57:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5765. [2023-03-20 06:57:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5766. [2023-03-20 06:57:01] doctrine.DEBUG: SELECT DATABASE() [] []
  5767. [2023-03-20 06:58:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5768. [2023-03-20 06:58:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5769. [2023-03-20 06:58:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5770. [2023-03-20 06:58:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5771. [2023-03-20 06:58:02] doctrine.DEBUG: SELECT DATABASE() [] []
  5772. [2023-03-20 06:58:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5773. [2023-03-20 06:58:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5774. [2023-03-20 06:58:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5775. [2023-03-20 06:58:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5776. [2023-03-20 06:58:22] doctrine.DEBUG: SELECT DATABASE() [] []
  5777. [2023-03-20 07:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5778. [2023-03-20 07:32:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5779. [2023-03-20 07:32:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5780. [2023-03-20 07:32:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5781. [2023-03-20 07:32:53] doctrine.DEBUG: SELECT DATABASE() [] []
  5782. [2023-03-23 18:12:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5783. [2023-03-23 18:12:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5784. [2023-03-23 18:12:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5785. [2023-03-23 18:12:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5786. [2023-03-23 18:12:20] doctrine.DEBUG: SELECT DATABASE() [] []
  5787. [2023-03-24 01:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5788. [2023-03-24 01:41:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5789. [2023-03-24 01:41:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5790. [2023-03-24 01:41:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5791. [2023-03-24 01:41:36] doctrine.DEBUG: SELECT DATABASE() [] []
  5792. [2023-03-25 10:22:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5793. [2023-03-25 10:22:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5794. [2023-03-25 10:22:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5795. [2023-03-25 10:22:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5796. [2023-03-25 10:22:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5797. [2023-03-25 10:22:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5798. [2023-03-25 10:22:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5799. [2023-03-25 10:22:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5800. [2023-03-25 10:22:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5801. [2023-03-25 10:22:40] doctrine.DEBUG: SELECT DATABASE() [] []
  5802. [2023-03-25 10:22:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5803. [2023-03-25 10:22:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5804. [2023-03-25 10:22:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5805. [2023-03-25 10:22:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5806. [2023-03-25 10:22:42] doctrine.DEBUG: SELECT DATABASE() [] []
  5807. [2023-03-25 11:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5808. [2023-03-25 11:20:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  5809. [2023-03-25 11:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5810. [2023-03-25 11:20:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5811. [2023-03-25 11:20:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5812. [2023-03-25 11:20:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5813. [2023-03-25 11:20:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5814. [2023-03-25 11:20:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5815. [2023-03-25 11:20:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5816. [2023-03-25 11:20:09] doctrine.DEBUG: SELECT DATABASE() [] []
  5817. [2023-03-25 11:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5818. [2023-03-25 11:20:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5819. [2023-03-25 11:20:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5820. [2023-03-25 11:20:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5821. [2023-03-25 11:20:11] doctrine.DEBUG: SELECT DATABASE() [] []
  5822. [2023-03-25 14:37:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5823. [2023-03-25 14:37:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5824. [2023-03-25 14:37:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5825. [2023-03-25 14:37:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5826. [2023-03-25 14:37:26] doctrine.DEBUG: SELECT DATABASE() [] []
  5827. [2023-03-28 09:07:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5828. [2023-03-28 09:07:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5829. [2023-03-28 09:07:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5830. [2023-03-28 09:07:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5831. [2023-03-28 09:07:48] doctrine.DEBUG: SELECT DATABASE() [] []
  5832. [2023-03-28 23:53:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5833. [2023-03-28 23:53:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  5834. [2023-03-28 23:53:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5835. [2023-03-28 23:53:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  5836. [2023-03-28 23:53:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  5837. [2023-03-28 23:53:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  5838. [2023-03-28 23:53:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  5839. [2023-03-28 23:53:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  5840. [2023-03-28 23:53:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5841. [2023-03-28 23:53:42] doctrine.DEBUG: SELECT DATABASE() [] []
  5842. [2023-03-29 17:41:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5843. [2023-03-29 17:41:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5844. [2023-03-29 17:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5845. [2023-03-29 17:41:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5846. [2023-03-29 17:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  5847. [2023-03-30 01:33:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5848. [2023-03-30 01:33:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5849. [2023-03-30 01:33:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5850. [2023-03-30 01:33:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5851. [2023-03-30 01:33:12] doctrine.DEBUG: SELECT DATABASE() [] []
  5852. [2023-03-30 16:50:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5853. [2023-03-30 16:50:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/default.json" (from "http://rbbe.asb-digital.fr/config/default.json")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/default.json\" (from \"http://rbbe.asb-digital.fr/config/default.json\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5854. [2023-03-30 16:50:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5855. [2023-03-30 16:50:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5856. [2023-03-30 16:50:04] doctrine.DEBUG: SELECT DATABASE() [] []
  5857. [2023-03-30 16:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5858. [2023-03-30 16:50:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.json" (from "http://rbbe.asb-digital.fr/config/config.json")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.json\" (from \"http://rbbe.asb-digital.fr/config/config.json\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5859. [2023-03-30 16:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5860. [2023-03-30 16:50:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5861. [2023-03-30 16:50:08] doctrine.DEBUG: SELECT DATABASE() [] []
  5862. [2023-03-30 16:50:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5863. [2023-03-30 16:50:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials/config.json" (from "http://rbbe.asb-digital.fr/credentials/config.json")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials/config.json\" (from \"http://rbbe.asb-digital.fr/credentials/config.json\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5864. [2023-03-30 16:50:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5865. [2023-03-30 16:50:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5866. [2023-03-30 16:50:12] doctrine.DEBUG: SELECT DATABASE() [] []
  5867. [2023-03-30 16:50:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5868. [2023-03-30 16:50:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak" (from "http://rbbe.asb-digital.fr/.env.bak")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" (from \"http://rbbe.asb-digital.fr/.env.bak\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5869. [2023-03-30 16:50:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5870. [2023-03-30 16:50:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5871. [2023-03-30 16:50:16] doctrine.DEBUG: SELECT DATABASE() [] []
  5872. [2023-03-30 16:50:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5873. [2023-03-30 16:50:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev" (from "http://rbbe.asb-digital.fr/.env.dev")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.dev\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5874. [2023-03-30 16:50:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5875. [2023-03-30 16:50:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5876. [2023-03-30 16:50:20] doctrine.DEBUG: SELECT DATABASE() [] []
  5877. [2023-03-30 16:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5878. [2023-03-30 16:50:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev.local" (from "http://rbbe.asb-digital.fr/.env.dev.local")" at /home/hlcdisb/www/rbbe_dev/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.local\" (from \"http://rbbe.asb-digital.fr/.env.dev.local\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5879. [2023-03-30 16:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5880. [2023-03-30 16:50:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5881. [2023-03-30 16:50:24] doctrine.DEBUG: SELECT DATABASE() [] []
  5882. [2023-03-30 16:50:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5883. [2023-03-30 16:50:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.development.local" (from "http://rbbe.asb-digital.fr/.env.development.local")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.development.local\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5884. [2023-03-30 16:50:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5885. [2023-03-30 16:50:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5886. [2023-03-30 16:50:28] doctrine.DEBUG: SELECT DATABASE() [] []
  5887. [2023-03-30 16:50:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5888. [2023-03-30 16:50:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod" (from "http://rbbe.asb-digital.fr/.env.prod")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.prod\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5889. [2023-03-30 16:50:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5890. [2023-03-30 16:50:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5891. [2023-03-30 16:50:32] doctrine.DEBUG: SELECT DATABASE() [] []
  5892. [2023-03-30 16:50:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5893. [2023-03-30 16:50:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod.local" (from "http://rbbe.asb-digital.fr/.env.prod.local")" at /home/hlcdisb/www/rbbe_dev/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.local\" (from \"http://rbbe.asb-digital.fr/.env.prod.local\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5894. [2023-03-30 16:50:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5895. [2023-03-30 16:50:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5896. [2023-03-30 16:50:36] doctrine.DEBUG: SELECT DATABASE() [] []
  5897. [2023-03-30 16:50:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5898. [2023-03-30 16:50:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production" (from "http://rbbe.asb-digital.fr/.env.production")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.production\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5899. [2023-03-30 16:50:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5900. [2023-03-30 16:50:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5901. [2023-03-30 16:50:40] doctrine.DEBUG: SELECT DATABASE() [] []
  5902. [2023-03-30 16:50:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5903. [2023-03-30 16:50:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production.local" (from "http://rbbe.asb-digital.fr/.env.production.local")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.production.local\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5904. [2023-03-30 16:50:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5905. [2023-03-30 16:50:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5906. [2023-03-30 16:50:44] doctrine.DEBUG: SELECT DATABASE() [] []
  5907. [2023-03-30 16:50:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5908. [2023-03-30 16:50:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.local" (from "http://rbbe.asb-digital.fr/.env.local")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.local\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5909. [2023-03-30 16:50:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5910. [2023-03-30 16:50:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5911. [2023-03-30 16:50:48] doctrine.DEBUG: SELECT DATABASE() [] []
  5912. [2023-03-30 16:50:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5913. [2023-03-30 16:50:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example" (from "http://rbbe.asb-digital.fr/.env.example")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.example\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5914. [2023-03-30 16:50:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5915. [2023-03-30 16:50:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5916. [2023-03-30 16:50:52] doctrine.DEBUG: SELECT DATABASE() [] []
  5917. [2023-03-30 16:50:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5918. [2023-03-30 16:50:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.stage" (from "http://rbbe.asb-digital.fr/.env.stage")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.stage\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5919. [2023-03-30 16:50:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5920. [2023-03-30 16:50:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5921. [2023-03-30 16:50:56] doctrine.DEBUG: SELECT DATABASE() [] []
  5922. [2023-03-30 16:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5923. [2023-03-30 16:51:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.live" (from "http://rbbe.asb-digital.fr/.env.live")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.live\" (from \"http://rbbe.asb-digital.fr/.env.live\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5924. [2023-03-30 16:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5925. [2023-03-30 16:51:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5926. [2023-03-30 16:51:00] doctrine.DEBUG: SELECT DATABASE() [] []
  5927. [2023-03-30 16:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5928. [2023-03-30 16:51:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.backup" (from "http://rbbe.asb-digital.fr/.env.backup")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.backup\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5929. [2023-03-30 16:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5930. [2023-03-30 16:51:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5931. [2023-03-30 16:51:04] doctrine.DEBUG: SELECT DATABASE() [] []
  5932. [2023-03-30 16:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5933. [2023-03-30 16:51:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.save" (from "http://rbbe.asb-digital.fr/.env.save")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env.save\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5934. [2023-03-30 16:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5935. [2023-03-30 16:51:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5936. [2023-03-30 16:51:08] doctrine.DEBUG: SELECT DATABASE() [] []
  5937. [2023-03-30 16:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5938. [2023-03-30 16:51:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.old" (from "http://rbbe.asb-digital.fr/.env.old")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.old\" (from \"http://rbbe.asb-digital.fr/.env.old\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5939. [2023-03-30 16:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5940. [2023-03-30 16:51:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5941. [2023-03-30 16:51:12] doctrine.DEBUG: SELECT DATABASE() [] []
  5942. [2023-03-30 16:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5943. [2023-03-30 16:51:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.www" (from "http://rbbe.asb-digital.fr/.env.www")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.www\" (from \"http://rbbe.asb-digital.fr/.env.www\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5944. [2023-03-30 16:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5945. [2023-03-30 16:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5946. [2023-03-30 16:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  5947. [2023-03-30 16:51:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5948. [2023-03-30 16:51:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_1" (from "http://rbbe.asb-digital.fr/.env_1")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env_1\" (from \"http://rbbe.asb-digital.fr/.env_1\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5949. [2023-03-30 16:51:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5950. [2023-03-30 16:51:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5951. [2023-03-30 16:51:20] doctrine.DEBUG: SELECT DATABASE() [] []
  5952. [2023-03-30 16:51:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5953. [2023-03-30 16:51:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_sample" (from "http://rbbe.asb-digital.fr/.env_sample")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.env_sample\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5954. [2023-03-30 16:51:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5955. [2023-03-30 16:51:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5956. [2023-03-30 16:51:24] doctrine.DEBUG: SELECT DATABASE() [] []
  5957. [2023-03-30 16:51:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5958. [2023-03-30 16:51:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.asb-digital" (from "http://rbbe.asb-digital.fr/.env.asb-digital")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.asb-digital\" (from \"http://rbbe.asb-digital.fr/.env.asb-digital\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.asb-digital/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5959. [2023-03-30 16:51:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5960. [2023-03-30 16:51:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5961. [2023-03-30 16:51:28] doctrine.DEBUG: SELECT DATABASE() [] []
  5962. [2023-03-30 16:51:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5963. [2023-03-30 16:51:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.rbbe" (from "http://rbbe.asb-digital.fr/.env.rbbe")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.rbbe\" (from \"http://rbbe.asb-digital.fr/.env.rbbe\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.rbbe/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5964. [2023-03-30 16:51:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5965. [2023-03-30 16:51:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5966. [2023-03-30 16:51:32] doctrine.DEBUG: SELECT DATABASE() [] []
  5967. [2023-03-30 16:51:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5968. [2023-03-30 16:51:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env" (from "http://rbbe.asb-digital.fr/api/.env")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" (from \"http://rbbe.asb-digital.fr/api/.env\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5969. [2023-03-30 16:51:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5970. [2023-03-30 16:51:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5971. [2023-03-30 16:51:36] doctrine.DEBUG: SELECT DATABASE() [] []
  5972. [2023-03-30 16:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5973. [2023-03-30 16:51:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /parameters.yml" (from "http://rbbe.asb-digital.fr/parameters.yml")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /parameters.yml\" (from \"http://rbbe.asb-digital.fr/parameters.yml\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5974. [2023-03-30 16:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5975. [2023-03-30 16:51:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5976. [2023-03-30 16:51:40] doctrine.DEBUG: SELECT DATABASE() [] []
  5977. [2023-03-30 16:51:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5978. [2023-03-30 16:51:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml" (from "http://rbbe.asb-digital.fr/app/config/parameters.yml")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" (from \"http://rbbe.asb-digital.fr/app/config/parameters.yml\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5979. [2023-03-30 16:51:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5980. [2023-03-30 16:51:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5981. [2023-03-30 16:51:44] doctrine.DEBUG: SELECT DATABASE() [] []
  5982. [2023-03-30 16:51:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5983. [2023-03-30 16:51:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /parameters.yml.dist" (from "http://rbbe.asb-digital.fr/parameters.yml.dist")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /parameters.yml.dist\" (from \"http://rbbe.asb-digital.fr/parameters.yml.dist\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml.dist/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5984. [2023-03-30 16:51:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5985. [2023-03-30 16:51:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5986. [2023-03-30 16:51:48] doctrine.DEBUG: SELECT DATABASE() [] []
  5987. [2023-03-30 16:51:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5988. [2023-03-30 16:51:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml.dist" (from "http://rbbe.asb-digital.fr/app/config/parameters.yml.dist")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml.dist\" (from \"http://rbbe.asb-digital.fr/app/config/parameters.yml.dist\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.dist/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5989. [2023-03-30 16:51:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5990. [2023-03-30 16:51:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5991. [2023-03-30 16:51:52] doctrine.DEBUG: SELECT DATABASE() [] []
  5992. [2023-03-30 16:51:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5993. [2023-03-30 16:51:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php-backup" (from "http://rbbe.asb-digital.fr/wp-config.php-backup")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php-backup\" (from \"http://rbbe.asb-digital.fr/wp-config.php-backup\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5994. [2023-03-30 16:51:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  5995. [2023-03-30 16:51:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  5996. [2023-03-30 16:51:56] doctrine.DEBUG: SELECT DATABASE() [] []
  5997. [2023-03-30 16:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  5998. [2023-03-30 16:52:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%25c0" (from "http://rbbe.asb-digital.fr/%25c0")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%25c0\" (from \"http://rbbe.asb-digital.fr/%25c0\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%25c0/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  5999. [2023-03-30 16:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6000. [2023-03-30 16:52:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6001. [2023-03-30 16:52:00] doctrine.DEBUG: SELECT DATABASE() [] []
  6002. [2023-03-30 16:52:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6003. [2023-03-30 16:52:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env" (from "http://rbbe.asb-digital.fr/sendgrid.env")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env\" (from \"http://rbbe.asb-digital.fr/sendgrid.env\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6004. [2023-03-30 16:52:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6005. [2023-03-30 16:52:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6006. [2023-03-30 16:52:04] doctrine.DEBUG: SELECT DATABASE() [] []
  6007. [2023-03-30 16:52:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6008. [2023-03-30 16:52:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.js" (from "http://rbbe.asb-digital.fr/env.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.js\" (from \"http://rbbe.asb-digital.fr/env.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6009. [2023-03-30 16:52:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6010. [2023-03-30 16:52:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6011. [2023-03-30 16:52:09] doctrine.DEBUG: SELECT DATABASE() [] []
  6012. [2023-03-30 16:52:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6013. [2023-03-30 16:52:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.development.js" (from "http://rbbe.asb-digital.fr/env.development.js")" at /home/hlcdisb/www/rbbe_dev/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.js\" (from \"http://rbbe.asb-digital.fr/env.development.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6014. [2023-03-30 16:52:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6015. [2023-03-30 16:52:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6016. [2023-03-30 16:52:13] doctrine.DEBUG: SELECT DATABASE() [] []
  6017. [2023-03-30 16:52:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6018. [2023-03-30 16:52:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.production.js" (from "http://rbbe.asb-digital.fr/env.production.js")" at /home/hlcdisb/www/rbbe_dev/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.js\" (from \"http://rbbe.asb-digital.fr/env.production.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6019. [2023-03-30 16:52:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6020. [2023-03-30 16:52:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6021. [2023-03-30 16:52:18] doctrine.DEBUG: SELECT DATABASE() [] []
  6022. [2023-03-30 16:52:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6023. [2023-03-30 16:52:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.test.js" (from "http://rbbe.asb-digital.fr/env.test.js")" at /home/hlcdisb/www/rbbe_dev/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.js\" (from \"http://rbbe.asb-digital.fr/env.test.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6024. [2023-03-30 16:52:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6025. [2023-03-30 16:52:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6026. [2023-03-30 16:52:23] doctrine.DEBUG: SELECT DATABASE() [] []
  6027. [2023-03-30 16:52:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6028. [2023-03-30 16:52:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.dev.js" (from "http://rbbe.asb-digital.fr/env.dev.js")" at /home/hlcdisb/www/rbbe_dev/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.js\" (from \"http://rbbe.asb-digital.fr/env.dev.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6029. [2023-03-30 16:52:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6030. [2023-03-30 16:52:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6031. [2023-03-30 16:52:27] doctrine.DEBUG: SELECT DATABASE() [] []
  6032. [2023-03-30 16:52:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6033. [2023-03-30 16:52:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.prod.js" (from "http://rbbe.asb-digital.fr/env.prod.js")" at /home/hlcdisb/www/rbbe_dev/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.js\" (from \"http://rbbe.asb-digital.fr/env.prod.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6034. [2023-03-30 16:52:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6035. [2023-03-30 16:52:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6036. [2023-03-30 16:52:31] doctrine.DEBUG: SELECT DATABASE() [] []
  6037. [2023-04-01 15:33:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6038. [2023-04-01 15:33:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6039. [2023-04-01 15:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6040. [2023-04-01 15:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6041. [2023-04-01 15:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6042. [2023-04-01 15:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6043. [2023-04-01 15:33:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6044. [2023-04-01 15:33:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6045. [2023-04-01 15:33:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6046. [2023-04-01 15:33:59] doctrine.DEBUG: SELECT DATABASE() [] []
  6047. [2023-04-01 15:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6048. [2023-04-01 15:34:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6049. [2023-04-01 15:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6050. [2023-04-01 15:34:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6051. [2023-04-01 15:34:01] doctrine.DEBUG: SELECT DATABASE() [] []
  6052. [2023-04-01 18:12:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6053. [2023-04-01 18:12:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6054. [2023-04-01 18:12:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6055. [2023-04-01 18:12:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6056. [2023-04-01 18:12:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6057. [2023-04-01 18:12:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6058. [2023-04-01 18:12:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6059. [2023-04-01 18:12:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6060. [2023-04-01 18:12:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6061. [2023-04-01 18:12:01] doctrine.DEBUG: SELECT DATABASE() [] []
  6062. [2023-04-01 18:12:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6063. [2023-04-01 18:12:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6064. [2023-04-01 18:12:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6065. [2023-04-01 18:12:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6066. [2023-04-01 18:12:03] doctrine.DEBUG: SELECT DATABASE() [] []
  6067. [2023-04-01 19:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6068. [2023-04-01 19:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6069. [2023-04-01 19:31:56] request.INFO: Matched route "_profiler_home". {"route":"_profiler_home","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/_profiler/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"_profiler_home"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler","method":"GET"} []
  6070. [2023-04-01 19:31:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6071. [2023-04-01 19:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6072. [2023-04-01 19:31:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6073. [2023-04-01 19:31:56] doctrine.DEBUG: SELECT DATABASE() [] []
  6074. [2023-04-01 19:31:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6075. [2023-04-01 19:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6076. [2023-04-01 19:31:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6077. [2023-04-01 19:31:56] doctrine.DEBUG: SELECT DATABASE() [] []
  6078. [2023-04-01 19:31:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6079. [2023-04-01 19:31:57] request.INFO: Matched route "_profiler_home". {"route":"_profiler_home","route_parameters":{"_route":"_profiler_home","_controller":"web_profiler.controller.profiler::homeAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/","method":"GET"} []
  6080. [2023-04-01 19:31:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} []
  6081. [2023-04-01 19:31:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6082. [2023-04-01 19:31:57] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/empty/search/results?limit=10","method":"GET"} []
  6083. [2023-04-01 19:31:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} []
  6084. [2023-04-01 19:31:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":99})"} []
  6085. [2023-04-01 19:31:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?limit=10","method":"GET"} []
  6086. [2023-04-01 21:41:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6087. [2023-04-01 21:41:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6088. [2023-04-01 21:41:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6089. [2023-04-01 21:41:30] request.INFO: Matched route "_profiler_home". {"route":"_profiler_home","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/_profiler/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"_profiler_home"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler","method":"GET"} []
  6090. [2023-04-01 21:41:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6091. [2023-04-01 21:41:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6092. [2023-04-01 21:41:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6093. [2023-04-01 21:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6094. [2023-04-01 21:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6095. [2023-04-01 21:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6096. [2023-04-01 21:41:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6097. [2023-04-01 21:41:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6098. [2023-04-01 21:41:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6099. [2023-04-01 21:41:31] doctrine.DEBUG: SELECT DATABASE() [] []
  6100. [2023-04-01 21:41:31] doctrine.DEBUG: SELECT DATABASE() [] []
  6101. [2023-04-01 21:41:31] doctrine.DEBUG: SELECT DATABASE() [] []
  6102. [2023-04-01 21:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6103. [2023-04-01 21:41:31] request.INFO: Matched route "_profiler_home". {"route":"_profiler_home","route_parameters":{"_route":"_profiler_home","_controller":"web_profiler.controller.profiler::homeAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/","method":"GET"} []
  6104. [2023-04-01 21:41:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6105. [2023-04-01 21:41:32] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/empty/search/results?limit=10","method":"GET"} []
  6106. [2023-04-01 21:41:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?limit=10","method":"GET"} []
  6107. [2023-04-01 22:03:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6108. [2023-04-01 22:03:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6109. [2023-04-01 22:03:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6110. [2023-04-01 22:03:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6111. [2023-04-01 22:03:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6112. [2023-04-01 22:03:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6113. [2023-04-01 22:03:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6114. [2023-04-01 22:03:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6115. [2023-04-01 22:03:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6116. [2023-04-01 22:03:11] doctrine.DEBUG: SELECT DATABASE() [] []
  6117. [2023-04-01 22:03:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6118. [2023-04-01 22:03:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6119. [2023-04-01 22:03:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6120. [2023-04-01 22:03:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6121. [2023-04-01 22:03:12] doctrine.DEBUG: SELECT DATABASE() [] []
  6122. [2023-04-02 00:56:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6123. [2023-04-02 00:56:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6124. [2023-04-02 00:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6125. [2023-04-02 00:56:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6126. [2023-04-02 00:56:39] doctrine.DEBUG: SELECT DATABASE() [] []
  6127. [2023-04-02 07:32:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6128. [2023-04-02 07:32:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6129. [2023-04-02 07:32:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6130. [2023-04-02 07:32:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6131. [2023-04-02 07:32:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6132. [2023-04-02 07:32:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6133. [2023-04-02 07:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6134. [2023-04-02 07:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6135. [2023-04-02 07:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6136. [2023-04-02 07:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6137. [2023-04-02 07:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6138. [2023-04-02 07:32:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6139. [2023-04-02 07:32:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6140. [2023-04-02 07:32:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6141. [2023-04-02 07:32:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6142. [2023-04-02 07:32:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6143. [2023-04-02 07:32:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6144. [2023-04-02 07:32:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6145. [2023-04-02 07:32:32] doctrine.DEBUG: SELECT DATABASE() [] []
  6146. [2023-04-02 07:32:32] doctrine.DEBUG: SELECT DATABASE() [] []
  6147. [2023-04-02 07:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6148. [2023-04-02 07:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6149. [2023-04-02 07:34:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6150. [2023-04-02 07:34:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6151. [2023-04-02 07:34:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6152. [2023-04-02 07:34:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6153. [2023-04-02 07:34:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6154. [2023-04-02 07:34:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6155. [2023-04-02 07:34:12] doctrine.DEBUG: SELECT DATABASE() [] []
  6156. [2023-04-02 07:34:12] doctrine.DEBUG: SELECT DATABASE() [] []
  6157. [2023-04-02 07:34:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6158. [2023-04-02 07:34:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6159. [2023-04-02 07:34:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6160. [2023-04-02 07:34:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6161. [2023-04-02 07:34:15] doctrine.DEBUG: SELECT DATABASE() [] []
  6162. [2023-04-02 07:34:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6163. [2023-04-02 07:34:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6164. [2023-04-02 07:34:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6165. [2023-04-02 07:34:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6166. [2023-04-02 07:34:16] doctrine.DEBUG: SELECT DATABASE() [] []
  6167. [2023-04-02 07:34:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6168. [2023-04-02 07:34:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6169. [2023-04-02 07:34:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6170. [2023-04-02 07:34:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6171. [2023-04-02 07:34:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6172. [2023-04-02 07:34:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6173. [2023-04-02 07:34:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6174. [2023-04-02 07:34:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6175. [2023-04-02 07:34:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6176. [2023-04-02 07:34:31] doctrine.DEBUG: SELECT DATABASE() [] []
  6177. [2023-04-02 07:34:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6178. [2023-04-02 07:34:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6179. [2023-04-02 07:34:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6180. [2023-04-02 07:34:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6181. [2023-04-02 07:34:47] doctrine.DEBUG: SELECT DATABASE() [] []
  6182. [2023-04-02 07:34:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6183. [2023-04-02 07:34:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6184. [2023-04-02 07:34:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6185. [2023-04-02 07:34:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6186. [2023-04-02 07:34:49] doctrine.DEBUG: SELECT DATABASE() [] []
  6187. [2023-04-02 07:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6188. [2023-04-02 07:35:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6189. [2023-04-02 07:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6190. [2023-04-02 07:35:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6191. [2023-04-02 07:35:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6192. [2023-04-02 07:35:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6193. [2023-04-02 07:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6194. [2023-04-02 07:35:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6195. [2023-04-02 07:35:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6196. [2023-04-02 07:35:28] doctrine.DEBUG: SELECT DATABASE() [] []
  6197. [2023-04-02 07:36:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6198. [2023-04-02 07:36:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://rbbe.asb-digital.fr/robots.txt")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://rbbe.asb-digital.fr/robots.txt\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6199. [2023-04-02 07:36:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6200. [2023-04-02 07:36:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6201. [2023-04-02 07:36:05] doctrine.DEBUG: SELECT DATABASE() [] []
  6202. [2023-04-02 07:36:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6203. [2023-04-02 07:36:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml" (from "http://rbbe.asb-digital.fr/sitemap.xml")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" (from \"http://rbbe.asb-digital.fr/sitemap.xml\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6204. [2023-04-02 07:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6205. [2023-04-02 07:36:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6206. [2023-04-02 07:36:09] doctrine.DEBUG: SELECT DATABASE() [] []
  6207. [2023-04-02 13:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6208. [2023-04-02 13:45:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6209. [2023-04-02 13:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6210. [2023-04-02 13:45:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6211. [2023-04-02 13:45:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6212. [2023-04-02 13:45:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6213. [2023-04-02 13:45:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6214. [2023-04-02 13:45:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6215. [2023-04-02 13:45:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6216. [2023-04-02 13:45:50] doctrine.DEBUG: SELECT DATABASE() [] []
  6217. [2023-04-02 13:45:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6218. [2023-04-02 13:45:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6219. [2023-04-02 13:45:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6220. [2023-04-02 13:45:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6221. [2023-04-02 13:45:52] doctrine.DEBUG: SELECT DATABASE() [] []
  6222. [2023-04-02 14:02:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6223. [2023-04-02 14:02:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6224. [2023-04-02 14:02:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6225. [2023-04-02 14:02:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6226. [2023-04-02 14:02:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6227. [2023-04-02 14:02:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6228. [2023-04-02 14:02:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6229. [2023-04-02 14:02:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6230. [2023-04-02 14:02:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6231. [2023-04-02 14:02:59] doctrine.DEBUG: SELECT DATABASE() [] []
  6232. [2023-04-02 14:03:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6233. [2023-04-02 14:03:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6234. [2023-04-02 14:03:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6235. [2023-04-02 14:03:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6236. [2023-04-02 14:03:00] doctrine.DEBUG: SELECT DATABASE() [] []
  6237. [2023-04-02 14:23:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6238. [2023-04-02 14:23:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6239. [2023-04-02 14:23:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6240. [2023-04-02 14:23:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6241. [2023-04-02 14:23:24] doctrine.DEBUG: SELECT DATABASE() [] []
  6242. [2023-04-02 14:24:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6243. [2023-04-02 14:24:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6244. [2023-04-02 14:24:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6245. [2023-04-02 14:24:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6246. [2023-04-02 14:24:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6247. [2023-04-02 14:24:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6248. [2023-04-02 14:24:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6249. [2023-04-02 14:24:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6250. [2023-04-02 14:24:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6251. [2023-04-02 14:24:02] doctrine.DEBUG: SELECT DATABASE() [] []
  6252. [2023-04-02 14:24:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6253. [2023-04-02 14:24:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42b391"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/42b391","method":"GET"} []
  6254. [2023-04-02 19:26:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6255. [2023-04-02 19:26:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6256. [2023-04-02 19:26:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6257. [2023-04-02 19:26:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6258. [2023-04-02 19:26:49] doctrine.DEBUG: SELECT DATABASE() [] []
  6259. [2023-04-02 21:08:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6260. [2023-04-02 21:08:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6261. [2023-04-02 21:08:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6262. [2023-04-02 21:08:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6263. [2023-04-02 21:08:31] doctrine.DEBUG: SELECT DATABASE() [] []
  6264. [2023-04-02 21:09:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6265. [2023-04-02 21:09:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6266. [2023-04-02 21:09:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6267. [2023-04-02 21:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6268. [2023-04-02 21:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6269. [2023-04-02 21:09:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6270. [2023-04-02 21:09:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6271. [2023-04-02 21:09:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6272. [2023-04-02 21:09:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6273. [2023-04-02 21:09:07] doctrine.DEBUG: SELECT DATABASE() [] []
  6274. [2023-04-02 21:09:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6275. [2023-04-02 21:09:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e350ac"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/e350ac","method":"GET"} []
  6276. [2023-04-02 22:22:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6277. [2023-04-02 22:22:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6278. [2023-04-02 22:22:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6279. [2023-04-02 22:22:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6280. [2023-04-02 22:22:40] doctrine.DEBUG: SELECT DATABASE() [] []
  6281. [2023-04-03 05:04:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6282. [2023-04-03 05:04:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6283. [2023-04-03 05:04:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6284. [2023-04-03 05:04:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6285. [2023-04-03 05:04:04] doctrine.DEBUG: SELECT DATABASE() [] []
  6286. [2023-04-03 05:18:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6287. [2023-04-03 05:18:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6288. [2023-04-03 05:18:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6289. [2023-04-03 05:18:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6290. [2023-04-03 05:18:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6291. [2023-04-03 05:18:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6292. [2023-04-03 05:18:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6293. [2023-04-03 05:18:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6294. [2023-04-03 05:18:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6295. [2023-04-03 05:18:47] doctrine.DEBUG: SELECT DATABASE() [] []
  6296. [2023-04-04 23:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6297. [2023-04-04 23:53:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6298. [2023-04-04 23:53:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6299. [2023-04-04 23:53:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6300. [2023-04-04 23:53:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6301. [2023-04-04 23:53:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6302. [2023-04-04 23:53:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6303. [2023-04-04 23:53:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6304. [2023-04-04 23:53:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6305. [2023-04-04 23:53:15] doctrine.DEBUG: SELECT DATABASE() [] []
  6306. [2023-04-05 04:11:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6307. [2023-04-05 04:11:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6308. [2023-04-05 04:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6309. [2023-04-05 04:11:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6310. [2023-04-05 04:11:36] doctrine.DEBUG: SELECT DATABASE() [] []
  6311. [2023-04-05 11:00:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6312. [2023-04-05 11:00:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6313. [2023-04-05 11:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6314. [2023-04-05 11:00:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6315. [2023-04-05 11:00:37] doctrine.DEBUG: SELECT DATABASE() [] []
  6316. [2023-04-05 11:01:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6317. [2023-04-05 11:01:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6318. [2023-04-05 11:01:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6319. [2023-04-05 11:01:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6320. [2023-04-05 11:01:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6321. [2023-04-05 11:01:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6322. [2023-04-05 11:01:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6323. [2023-04-05 11:01:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6324. [2023-04-05 11:01:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6325. [2023-04-05 11:01:21] doctrine.DEBUG: SELECT DATABASE() [] []
  6326. [2023-04-05 11:01:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6327. [2023-04-05 11:01:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fab99"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/1fab99","method":"GET"} []
  6328. [2023-04-05 22:35:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6329. [2023-04-05 22:35:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6330. [2023-04-05 22:35:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6331. [2023-04-05 22:35:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6332. [2023-04-05 22:35:47] doctrine.DEBUG: SELECT DATABASE() [] []
  6333. [2023-04-06 02:46:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6334. [2023-04-06 02:46:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6335. [2023-04-06 02:46:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6336. [2023-04-06 02:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6337. [2023-04-06 02:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6338. [2023-04-06 02:46:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6339. [2023-04-06 02:46:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6340. [2023-04-06 02:46:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6341. [2023-04-06 02:46:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6342. [2023-04-06 02:46:29] doctrine.DEBUG: SELECT DATABASE() [] []
  6343. [2023-04-06 04:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6344. [2023-04-06 04:50:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6345. [2023-04-06 04:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6346. [2023-04-06 04:50:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6347. [2023-04-06 04:50:25] doctrine.DEBUG: SELECT DATABASE() [] []
  6348. [2023-04-06 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6349. [2023-04-06 04:51:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6350. [2023-04-06 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6351. [2023-04-06 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6352. [2023-04-06 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6353. [2023-04-06 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6354. [2023-04-06 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6355. [2023-04-06 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6356. [2023-04-06 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6357. [2023-04-06 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  6358. [2023-04-06 09:44:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6359. [2023-04-06 09:44:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6360. [2023-04-06 09:44:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6361. [2023-04-06 09:44:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6362. [2023-04-06 09:44:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6363. [2023-04-06 09:44:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6364. [2023-04-06 09:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6365. [2023-04-06 09:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6366. [2023-04-06 09:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6367. [2023-04-06 09:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6368. [2023-04-06 09:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6369. [2023-04-06 09:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6370. [2023-04-06 09:44:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6371. [2023-04-06 09:44:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6372. [2023-04-06 09:44:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6373. [2023-04-06 09:44:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6374. [2023-04-06 09:44:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6375. [2023-04-06 09:44:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6376. [2023-04-06 09:44:24] doctrine.DEBUG: SELECT DATABASE() [] []
  6377. [2023-04-06 09:44:24] doctrine.DEBUG: SELECT DATABASE() [] []
  6378. [2023-04-06 09:44:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6379. [2023-04-06 09:44:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6380. [2023-04-06 09:44:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6381. [2023-04-06 09:44:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6382. [2023-04-06 09:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6383. [2023-04-06 09:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6384. [2023-04-06 09:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6385. [2023-04-06 09:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6386. [2023-04-06 09:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6387. [2023-04-06 09:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6388. [2023-04-06 09:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6389. [2023-04-06 09:44:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6390. [2023-04-06 09:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6391. [2023-04-06 09:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6392. [2023-04-06 09:44:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6393. [2023-04-06 09:44:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6394. [2023-04-06 09:44:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6395. [2023-04-06 09:44:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6396. [2023-04-06 09:44:38] doctrine.DEBUG: SELECT DATABASE() [] []
  6397. [2023-04-06 09:44:38] doctrine.DEBUG: SELECT DATABASE() [] []
  6398. [2023-04-06 09:44:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6399. [2023-04-06 09:44:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6400. [2023-04-06 09:44:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6401. [2023-04-06 09:44:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6402. [2023-04-06 09:44:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6403. [2023-04-06 09:44:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6404. [2023-04-06 09:44:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6405. [2023-04-06 09:44:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6406. [2023-04-06 09:44:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6407. [2023-04-06 09:44:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6408. [2023-04-06 09:44:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6409. [2023-04-06 09:44:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6410. [2023-04-06 09:44:41] doctrine.DEBUG: SELECT DATABASE() [] []
  6411. [2023-04-06 09:44:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6412. [2023-04-06 09:44:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6413. [2023-04-06 09:44:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6414. [2023-04-06 09:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6415. [2023-04-06 09:44:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6416. [2023-04-06 09:44:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6417. [2023-04-06 09:44:42] doctrine.DEBUG: SELECT DATABASE() [] []
  6418. [2023-04-06 09:45:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6419. [2023-04-06 09:45:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6420. [2023-04-06 09:45:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6421. [2023-04-06 09:45:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6422. [2023-04-06 09:45:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6423. [2023-04-06 09:45:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6424. [2023-04-06 09:45:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6425. [2023-04-06 09:45:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6426. [2023-04-06 09:45:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6427. [2023-04-06 09:45:36] doctrine.DEBUG: SELECT DATABASE() [] []
  6428. [2023-04-06 09:46:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6429. [2023-04-06 09:46:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6430. [2023-04-06 09:46:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6431. [2023-04-06 09:46:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6432. [2023-04-06 09:46:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6433. [2023-04-06 09:46:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6434. [2023-04-06 09:46:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6435. [2023-04-06 09:46:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6436. [2023-04-06 09:46:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6437. [2023-04-06 09:46:36] doctrine.DEBUG: SELECT DATABASE() [] []
  6438. [2023-04-06 09:46:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6439. [2023-04-06 09:46:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de12dc"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/de12dc","method":"GET"} []
  6440. [2023-04-06 09:46:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6441. [2023-04-06 09:46:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6442. [2023-04-06 09:46:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6443. [2023-04-06 09:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6444. [2023-04-06 09:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6445. [2023-04-06 09:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6446. [2023-04-06 09:46:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6447. [2023-04-06 09:46:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6448. [2023-04-06 09:46:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6449. [2023-04-06 09:46:49] doctrine.DEBUG: SELECT DATABASE() [] []
  6450. [2023-04-06 09:46:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6451. [2023-04-06 09:46:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6452. [2023-04-06 09:46:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6453. [2023-04-06 09:46:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6454. [2023-04-06 09:46:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6455. [2023-04-06 09:46:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6456. [2023-04-06 09:46:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6457. [2023-04-06 09:46:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6458. [2023-04-06 09:46:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6459. [2023-04-06 09:46:54] doctrine.DEBUG: SELECT DATABASE() [] []
  6460. [2023-04-06 09:46:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6461. [2023-04-06 09:46:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9503e0"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9503e0","method":"GET"} []
  6462. [2023-04-06 10:14:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6463. [2023-04-06 10:14:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6464. [2023-04-06 10:14:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6465. [2023-04-06 10:14:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6466. [2023-04-06 10:14:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6467. [2023-04-06 10:14:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6468. [2023-04-06 10:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6469. [2023-04-06 10:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6470. [2023-04-06 10:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6471. [2023-04-06 10:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6472. [2023-04-06 10:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6473. [2023-04-06 10:14:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6474. [2023-04-06 10:14:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6475. [2023-04-06 10:14:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6476. [2023-04-06 10:14:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6477. [2023-04-06 10:14:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6478. [2023-04-06 10:14:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6479. [2023-04-06 10:14:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6480. [2023-04-06 10:14:03] doctrine.DEBUG: SELECT DATABASE() [] []
  6481. [2023-04-06 10:14:03] doctrine.DEBUG: SELECT DATABASE() [] []
  6482. [2023-04-06 10:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6483. [2023-04-06 10:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6484. [2023-04-06 10:14:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6485. [2023-04-06 10:14:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6486. [2023-04-06 10:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6487. [2023-04-06 10:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6488. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6489. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6490. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6491. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6492. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6493. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6494. [2023-04-06 10:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6495. [2023-04-06 10:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6496. [2023-04-06 10:14:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6497. [2023-04-06 10:14:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6498. [2023-04-06 10:14:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6499. [2023-04-06 10:14:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6500. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT DATABASE() [] []
  6501. [2023-04-06 10:14:55] doctrine.DEBUG: SELECT DATABASE() [] []
  6502. [2023-04-06 10:16:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6503. [2023-04-06 10:16:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6504. [2023-04-06 10:16:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6505. [2023-04-06 10:16:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6506. [2023-04-06 10:16:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6507. [2023-04-06 10:16:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6508. [2023-04-06 10:16:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6509. [2023-04-06 10:16:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6510. [2023-04-06 10:16:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6511. [2023-04-06 10:16:27] doctrine.DEBUG: SELECT DATABASE() [] []
  6512. [2023-04-06 10:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6513. [2023-04-06 10:16:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6514. [2023-04-06 10:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6515. [2023-04-06 10:16:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6516. [2023-04-06 10:16:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6517. [2023-04-06 10:16:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6518. [2023-04-06 10:16:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6519. [2023-04-06 10:16:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6520. [2023-04-06 10:16:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6521. [2023-04-06 10:16:37] doctrine.DEBUG: SELECT DATABASE() [] []
  6522. [2023-04-06 10:19:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6523. [2023-04-06 10:19:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6524. [2023-04-06 10:19:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6525. [2023-04-06 10:19:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6526. [2023-04-06 10:19:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6527. [2023-04-06 10:19:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6528. [2023-04-06 10:19:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6529. [2023-04-06 10:19:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6530. [2023-04-06 10:19:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6531. [2023-04-06 10:19:10] doctrine.DEBUG: SELECT DATABASE() [] []
  6532. [2023-04-06 10:46:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6533. [2023-04-06 10:46:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  6534. [2023-04-06 10:46:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6535. [2023-04-06 10:46:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6536. [2023-04-06 10:46:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6537. [2023-04-06 10:46:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6538. [2023-04-06 10:46:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6539. [2023-04-06 10:46:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6540. [2023-04-06 10:46:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6541. [2023-04-06 10:46:13] doctrine.DEBUG: SELECT DATABASE() [] []
  6542. [2023-04-06 10:46:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6543. [2023-04-06 10:46:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6544. [2023-04-06 10:46:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6545. [2023-04-06 10:46:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6546. [2023-04-06 10:46:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6547. [2023-04-06 10:46:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6548. [2023-04-06 10:46:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6549. [2023-04-06 10:46:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6550. [2023-04-06 10:46:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6551. [2023-04-06 10:46:17] doctrine.DEBUG: SELECT DATABASE() [] []
  6552. [2023-04-06 10:46:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6553. [2023-04-06 10:46:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6554. [2023-04-06 10:46:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6555. [2023-04-06 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6556. [2023-04-06 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6557. [2023-04-06 10:46:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6558. [2023-04-06 10:46:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6559. [2023-04-06 10:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6560. [2023-04-06 10:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6561. [2023-04-06 10:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  6562. [2023-04-06 10:57:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6563. [2023-04-06 10:57:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6564. [2023-04-06 10:57:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6565. [2023-04-06 10:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6566. [2023-04-06 10:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6567. [2023-04-06 10:57:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6568. [2023-04-06 10:57:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6569. [2023-04-06 10:57:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6570. [2023-04-06 10:57:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6571. [2023-04-06 10:57:11] doctrine.DEBUG: SELECT DATABASE() [] []
  6572. [2023-04-06 10:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6573. [2023-04-06 10:57:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f359e"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/6f359e","method":"GET"} []
  6574. [2023-04-06 11:43:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6575. [2023-04-06 11:43:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6576. [2023-04-06 11:43:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6577. [2023-04-06 11:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6578. [2023-04-06 11:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6579. [2023-04-06 11:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6580. [2023-04-06 11:43:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6581. [2023-04-06 11:43:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6582. [2023-04-06 11:43:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6583. [2023-04-06 11:43:52] doctrine.DEBUG: SELECT DATABASE() [] []
  6584. [2023-04-06 11:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6585. [2023-04-06 11:43:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6586. [2023-04-06 11:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6587. [2023-04-06 11:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6588. [2023-04-06 11:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6589. [2023-04-06 11:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6590. [2023-04-06 11:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6591. [2023-04-06 11:43:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6592. [2023-04-06 11:43:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6593. [2023-04-06 11:43:54] doctrine.DEBUG: SELECT DATABASE() [] []
  6594. [2023-04-06 12:17:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6595. [2023-04-06 12:17:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6596. [2023-04-06 12:17:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6597. [2023-04-06 12:17:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6598. [2023-04-06 12:17:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6599. [2023-04-06 12:17:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6600. [2023-04-06 12:17:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6601. [2023-04-06 12:17:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6602. [2023-04-06 12:17:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6603. [2023-04-06 12:17:02] doctrine.DEBUG: SELECT DATABASE() [] []
  6604. [2023-04-06 12:17:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6605. [2023-04-06 12:17:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6606. [2023-04-06 12:17:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6607. [2023-04-06 12:17:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6608. [2023-04-06 12:17:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6609. [2023-04-06 12:17:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6610. [2023-04-06 12:17:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6611. [2023-04-06 12:17:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6612. [2023-04-06 12:17:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6613. [2023-04-06 12:17:05] doctrine.DEBUG: SELECT DATABASE() [] []
  6614. [2023-04-06 17:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6615. [2023-04-06 17:21:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6616. [2023-04-06 17:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6617. [2023-04-06 17:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6618. [2023-04-06 17:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6619. [2023-04-06 17:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6620. [2023-04-06 17:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6621. [2023-04-06 17:21:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6622. [2023-04-06 17:21:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6623. [2023-04-06 17:21:17] doctrine.DEBUG: SELECT DATABASE() [] []
  6624. [2023-04-06 17:21:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6625. [2023-04-06 17:21:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6626. [2023-04-06 17:21:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6627. [2023-04-06 17:21:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6628. [2023-04-06 17:21:19] doctrine.DEBUG: SELECT DATABASE() [] []
  6629. [2023-04-06 17:21:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6630. [2023-04-06 17:21:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6631. [2023-04-06 17:21:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6632. [2023-04-06 17:21:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6633. [2023-04-06 17:21:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6634. [2023-04-06 17:21:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6635. [2023-04-06 17:21:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6636. [2023-04-06 17:21:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6637. [2023-04-06 17:21:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6638. [2023-04-06 17:21:20] doctrine.DEBUG: SELECT DATABASE() [] []
  6639. [2023-04-06 17:21:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6640. [2023-04-06 17:21:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6641. [2023-04-06 17:21:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6642. [2023-04-06 17:21:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6643. [2023-04-06 17:21:21] doctrine.DEBUG: SELECT DATABASE() [] []
  6644. [2023-04-06 20:54:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6645. [2023-04-06 20:54:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6646. [2023-04-06 20:54:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6647. [2023-04-06 20:54:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6648. [2023-04-06 20:54:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6649. [2023-04-06 20:54:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6650. [2023-04-06 20:54:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6651. [2023-04-06 20:54:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6652. [2023-04-06 20:54:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6653. [2023-04-06 20:54:14] doctrine.DEBUG: SELECT DATABASE() [] []
  6654. [2023-04-06 20:54:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6655. [2023-04-06 20:54:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6656. [2023-04-06 20:54:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6657. [2023-04-06 20:54:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6658. [2023-04-06 20:54:15] doctrine.DEBUG: SELECT DATABASE() [] []
  6659. [2023-04-06 20:54:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6660. [2023-04-06 20:54:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6661. [2023-04-06 20:54:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6662. [2023-04-06 20:54:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6663. [2023-04-06 20:54:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6664. [2023-04-06 20:54:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6665. [2023-04-06 20:54:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6666. [2023-04-06 20:54:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6667. [2023-04-06 20:54:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6668. [2023-04-06 20:54:16] doctrine.DEBUG: SELECT DATABASE() [] []
  6669. [2023-04-06 20:54:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6670. [2023-04-06 20:54:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6671. [2023-04-06 20:54:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6672. [2023-04-06 20:54:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6673. [2023-04-06 20:54:17] doctrine.DEBUG: SELECT DATABASE() [] []
  6674. [2023-04-06 21:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6675. [2023-04-06 21:48:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6676. [2023-04-06 21:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6677. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6678. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6679. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6680. [2023-04-06 21:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6681. [2023-04-06 21:48:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6682. [2023-04-06 21:48:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6683. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT DATABASE() [] []
  6684. [2023-04-06 21:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6685. [2023-04-06 21:48:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6686. [2023-04-06 21:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6687. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6688. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6689. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6690. [2023-04-06 21:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6691. [2023-04-06 21:48:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6692. [2023-04-06 21:48:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6693. [2023-04-06 21:48:19] doctrine.DEBUG: SELECT DATABASE() [] []
  6694. [2023-04-06 21:48:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6695. [2023-04-06 21:48:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6696. [2023-04-06 21:48:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6697. [2023-04-06 21:48:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6698. [2023-04-06 21:48:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6699. [2023-04-06 21:48:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6700. [2023-04-06 21:48:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6701. [2023-04-06 21:48:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6702. [2023-04-06 21:48:30] doctrine.DEBUG: SELECT DATABASE() [] []
  6703. [2023-04-06 21:48:30] doctrine.DEBUG: SELECT DATABASE() [] []
  6704. [2023-04-06 21:48:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6705. [2023-04-06 21:48:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6706. [2023-04-06 21:48:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6707. [2023-04-06 21:48:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6708. [2023-04-06 21:48:39] doctrine.DEBUG: SELECT DATABASE() [] []
  6709. [2023-04-06 21:48:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6710. [2023-04-06 21:48:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6711. [2023-04-06 21:48:44] doctrine.DEBUG: SELECT DATABASE() [] []
  6712. [2023-04-06 22:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6713. [2023-04-06 22:16:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6714. [2023-04-06 22:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6715. [2023-04-06 22:16:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6716. [2023-04-06 22:16:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6717. [2023-04-06 22:16:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6718. [2023-04-06 22:16:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6719. [2023-04-06 22:16:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6720. [2023-04-06 22:16:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6721. [2023-04-06 22:16:11] doctrine.DEBUG: SELECT DATABASE() [] []
  6722. [2023-04-06 22:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6723. [2023-04-06 22:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6724. [2023-04-06 22:20:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6725. [2023-04-06 22:20:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6726. [2023-04-06 22:20:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6727. [2023-04-06 22:20:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6728. [2023-04-06 22:20:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6729. [2023-04-06 22:20:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6730. [2023-04-06 22:20:11] doctrine.DEBUG: SELECT DATABASE() [] []
  6731. [2023-04-06 22:20:11] doctrine.DEBUG: SELECT DATABASE() [] []
  6732. [2023-04-06 22:20:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6733. [2023-04-06 22:20:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6734. [2023-04-06 22:20:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6735. [2023-04-06 22:20:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6736. [2023-04-06 22:20:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6737. [2023-04-06 22:20:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6738. [2023-04-06 22:20:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6739. [2023-04-06 22:20:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6740. [2023-04-06 22:20:16] doctrine.DEBUG: SELECT DATABASE() [] []
  6741. [2023-04-06 22:20:16] doctrine.DEBUG: SELECT DATABASE() [] []
  6742. [2023-04-07 03:58:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6743. [2023-04-07 03:58:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6744. [2023-04-07 03:58:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6745. [2023-04-07 03:58:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6746. [2023-04-07 03:58:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6747. [2023-04-07 03:58:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6748. [2023-04-07 03:58:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6749. [2023-04-07 03:58:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6750. [2023-04-07 03:58:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6751. [2023-04-07 03:58:59] doctrine.DEBUG: SELECT DATABASE() [] []
  6752. [2023-04-08 11:06:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6753. [2023-04-08 11:06:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6754. [2023-04-08 11:06:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6755. [2023-04-08 11:06:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6756. [2023-04-08 11:06:58] doctrine.DEBUG: SELECT DATABASE() [] []
  6757. [2023-04-08 11:09:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6758. [2023-04-08 11:09:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6759. [2023-04-08 11:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6760. [2023-04-08 11:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6761. [2023-04-08 11:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6762. [2023-04-08 11:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6763. [2023-04-08 11:10:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6764. [2023-04-08 11:10:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6765. [2023-04-08 11:10:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6766. [2023-04-08 11:10:00] doctrine.DEBUG: SELECT DATABASE() [] []
  6767. [2023-04-08 16:39:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6768. [2023-04-08 16:39:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6769. [2023-04-08 16:39:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6770. [2023-04-08 16:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6771. [2023-04-08 16:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6772. [2023-04-08 16:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6773. [2023-04-08 16:39:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6774. [2023-04-08 16:39:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6775. [2023-04-08 16:39:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6776. [2023-04-08 16:39:11] doctrine.DEBUG: SELECT DATABASE() [] []
  6777. [2023-04-09 04:55:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6778. [2023-04-09 04:55:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6779. [2023-04-09 04:55:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6780. [2023-04-09 04:55:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6781. [2023-04-09 04:55:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6782. [2023-04-09 04:55:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6783. [2023-04-09 04:55:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6784. [2023-04-09 04:55:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6785. [2023-04-09 04:55:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6786. [2023-04-09 04:55:12] doctrine.DEBUG: SELECT DATABASE() [] []
  6787. [2023-04-09 09:38:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6788. [2023-04-09 09:38:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6789. [2023-04-09 09:38:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6790. [2023-04-09 09:38:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6791. [2023-04-09 09:38:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6792. [2023-04-09 09:38:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6793. [2023-04-09 09:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6794. [2023-04-09 09:38:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6795. [2023-04-09 09:38:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6796. [2023-04-09 09:38:19] doctrine.DEBUG: SELECT DATABASE() [] []
  6797. [2023-04-09 17:21:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6798. [2023-04-09 17:21:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6799. [2023-04-09 17:21:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6800. [2023-04-09 17:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6801. [2023-04-09 17:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6802. [2023-04-09 17:21:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6803. [2023-04-09 17:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6804. [2023-04-09 17:21:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6805. [2023-04-09 17:21:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6806. [2023-04-09 17:21:28] doctrine.DEBUG: SELECT DATABASE() [] []
  6807. [2023-04-09 19:07:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6808. [2023-04-09 19:07:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6809. [2023-04-09 19:07:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6810. [2023-04-09 19:07:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6811. [2023-04-09 19:07:30] doctrine.DEBUG: SELECT DATABASE() [] []
  6812. [2023-04-10 14:14:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6813. [2023-04-10 14:14:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6814. [2023-04-10 14:14:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6815. [2023-04-10 14:14:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6816. [2023-04-10 14:14:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6817. [2023-04-10 14:14:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6818. [2023-04-10 14:14:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6819. [2023-04-10 14:14:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6820. [2023-04-10 14:14:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6821. [2023-04-10 14:14:28] doctrine.DEBUG: SELECT DATABASE() [] []
  6822. [2023-04-10 21:00:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6823. [2023-04-10 21:00:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6824. [2023-04-10 21:00:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6825. [2023-04-10 21:00:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6826. [2023-04-10 21:00:09] doctrine.DEBUG: SELECT DATABASE() [] []
  6827. [2023-04-10 21:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6828. [2023-04-10 21:00:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6829. [2023-04-10 21:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6830. [2023-04-10 21:00:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6831. [2023-04-10 21:00:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6832. [2023-04-10 21:00:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6833. [2023-04-10 21:00:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6834. [2023-04-10 21:00:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6835. [2023-04-10 21:00:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6836. [2023-04-10 21:00:23] doctrine.DEBUG: SELECT DATABASE() [] []
  6837. [2023-04-11 10:07:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6838. [2023-04-11 10:07:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6839. [2023-04-11 10:07:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6840. [2023-04-11 10:07:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6841. [2023-04-11 10:07:55] doctrine.DEBUG: SELECT DATABASE() [] []
  6842. [2023-04-11 10:08:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6843. [2023-04-11 10:08:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6844. [2023-04-11 10:08:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6845. [2023-04-11 10:08:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6846. [2023-04-11 10:08:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6847. [2023-04-11 10:08:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6848. [2023-04-11 10:08:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6849. [2023-04-11 10:08:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6850. [2023-04-11 10:08:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6851. [2023-04-11 10:08:10] doctrine.DEBUG: SELECT DATABASE() [] []
  6852. [2023-04-11 10:08:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6853. [2023-04-11 10:08:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"475af0"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/475af0","method":"GET"} []
  6854. [2023-04-11 10:33:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6855. [2023-04-11 10:33:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6856. [2023-04-11 10:33:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6857. [2023-04-11 10:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6858. [2023-04-11 10:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6859. [2023-04-11 10:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6860. [2023-04-11 10:33:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6861. [2023-04-11 10:33:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6862. [2023-04-11 10:33:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6863. [2023-04-11 10:33:39] doctrine.DEBUG: SELECT DATABASE() [] []
  6864. [2023-04-11 10:33:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6865. [2023-04-11 10:33:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6866. [2023-04-11 10:33:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6867. [2023-04-11 10:33:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6868. [2023-04-11 10:33:41] doctrine.DEBUG: SELECT DATABASE() [] []
  6869. [2023-04-11 22:40:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6870. [2023-04-11 22:40:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6871. [2023-04-11 22:40:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6872. [2023-04-11 22:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6873. [2023-04-11 22:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6874. [2023-04-11 22:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6875. [2023-04-11 22:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6876. [2023-04-11 22:40:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6877. [2023-04-11 22:40:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6878. [2023-04-11 22:40:46] doctrine.DEBUG: SELECT DATABASE() [] []
  6879. [2023-04-11 22:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6880. [2023-04-11 22:40:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6881. [2023-04-11 22:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6882. [2023-04-11 22:40:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6883. [2023-04-11 22:40:48] doctrine.DEBUG: SELECT DATABASE() [] []
  6884. [2023-04-12 05:59:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6885. [2023-04-12 05:59:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  6886. [2023-04-12 05:59:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6887. [2023-04-12 05:59:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6888. [2023-04-12 05:59:17] doctrine.DEBUG: SELECT DATABASE() [] []
  6889. [2023-04-12 17:03:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6890. [2023-04-12 17:03:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6891. [2023-04-12 17:03:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6892. [2023-04-12 17:03:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6893. [2023-04-12 17:03:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6894. [2023-04-12 17:03:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6895. [2023-04-12 17:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6896. [2023-04-12 17:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6897. [2023-04-12 17:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6898. [2023-04-12 17:03:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6899. [2023-04-12 17:03:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6900. [2023-04-12 17:03:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6901. [2023-04-12 17:03:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6902. [2023-04-12 17:03:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6903. [2023-04-12 17:03:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6904. [2023-04-12 17:03:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6905. [2023-04-12 17:03:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6906. [2023-04-12 17:03:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6907. [2023-04-12 17:03:39] doctrine.DEBUG: SELECT DATABASE() [] []
  6908. [2023-04-12 17:03:39] doctrine.DEBUG: SELECT DATABASE() [] []
  6909. [2023-04-12 17:03:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6910. [2023-04-12 17:03:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6911. [2023-04-12 17:03:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6912. [2023-04-12 17:03:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6913. [2023-04-12 17:03:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6914. [2023-04-12 17:03:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6915. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6916. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6917. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6918. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6919. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6920. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6921. [2023-04-12 17:03:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6922. [2023-04-12 17:03:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6923. [2023-04-12 17:03:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6924. [2023-04-12 17:03:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6925. [2023-04-12 17:03:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6926. [2023-04-12 17:03:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6927. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT DATABASE() [] []
  6928. [2023-04-12 17:03:43] doctrine.DEBUG: SELECT DATABASE() [] []
  6929. [2023-04-12 17:22:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6930. [2023-04-12 17:22:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6931. [2023-04-12 17:22:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6932. [2023-04-12 17:22:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6933. [2023-04-12 17:22:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6934. [2023-04-12 17:22:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6935. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6936. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6937. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6938. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6939. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6940. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6941. [2023-04-12 17:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6942. [2023-04-12 17:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6943. [2023-04-12 17:22:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6944. [2023-04-12 17:22:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6945. [2023-04-12 17:22:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6946. [2023-04-12 17:22:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6947. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT DATABASE() [] []
  6948. [2023-04-12 17:22:35] doctrine.DEBUG: SELECT DATABASE() [] []
  6949. [2023-04-12 17:22:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6950. [2023-04-12 17:22:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6951. [2023-04-12 17:22:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6952. [2023-04-12 17:22:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6953. [2023-04-12 17:22:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6954. [2023-04-12 17:22:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6955. [2023-04-12 17:22:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6956. [2023-04-12 17:22:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6957. [2023-04-12 17:22:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6958. [2023-04-12 17:22:38] doctrine.DEBUG: SELECT DATABASE() [] []
  6959. [2023-04-12 17:22:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6960. [2023-04-12 17:22:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6961. [2023-04-12 17:22:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6962. [2023-04-12 17:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6963. [2023-04-12 17:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6964. [2023-04-12 17:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6965. [2023-04-12 17:22:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6966. [2023-04-12 17:22:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6967. [2023-04-12 17:22:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6968. [2023-04-12 17:22:41] doctrine.DEBUG: SELECT DATABASE() [] []
  6969. [2023-04-12 17:22:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6970. [2023-04-12 17:22:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6971. [2023-04-12 17:22:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6972. [2023-04-12 17:22:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6973. [2023-04-12 17:22:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6974. [2023-04-12 17:22:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6975. [2023-04-12 17:22:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6976. [2023-04-12 17:22:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6977. [2023-04-12 17:22:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6978. [2023-04-12 17:22:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  6979. [2023-04-12 17:22:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6980. [2023-04-12 17:22:44] doctrine.DEBUG: SELECT DATABASE() [] []
  6981. [2023-04-12 17:22:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6982. [2023-04-12 17:22:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6983. [2023-04-12 17:22:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6984. [2023-04-12 17:22:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6985. [2023-04-12 17:22:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6986. [2023-04-12 17:22:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6987. [2023-04-12 17:22:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6988. [2023-04-12 17:22:46] doctrine.DEBUG: SELECT DATABASE() [] []
  6989. [2023-04-12 17:41:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  6990. [2023-04-12 17:41:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  6991. [2023-04-12 17:41:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  6992. [2023-04-12 17:41:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  6993. [2023-04-12 17:41:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  6994. [2023-04-12 17:41:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  6995. [2023-04-12 17:41:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  6996. [2023-04-12 17:41:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  6997. [2023-04-12 17:41:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  6998. [2023-04-12 17:41:53] doctrine.DEBUG: SELECT DATABASE() [] []
  6999. [2023-04-12 17:41:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7000. [2023-04-12 17:41:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7001. [2023-04-12 17:41:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7002. [2023-04-12 17:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7003. [2023-04-12 17:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7004. [2023-04-12 17:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7005. [2023-04-12 17:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7006. [2023-04-12 17:42:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7007. [2023-04-12 17:42:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7008. [2023-04-12 17:42:00] doctrine.DEBUG: SELECT DATABASE() [] []
  7009. [2023-04-12 17:55:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7010. [2023-04-12 17:55:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7011. [2023-04-12 17:55:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7012. [2023-04-12 17:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7013. [2023-04-12 17:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7014. [2023-04-12 17:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7015. [2023-04-12 17:55:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7016. [2023-04-12 17:55:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7017. [2023-04-12 17:55:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7018. [2023-04-12 17:55:50] doctrine.DEBUG: SELECT DATABASE() [] []
  7019. [2023-04-12 17:55:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7020. [2023-04-12 17:55:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"251a8c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/251a8c","method":"GET"} []
  7021. [2023-04-12 17:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7022. [2023-04-12 17:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7023. [2023-04-12 17:57:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7024. [2023-04-12 17:57:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7025. [2023-04-12 17:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7026. [2023-04-12 17:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7027. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7028. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7029. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7030. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7031. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7032. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7033. [2023-04-12 17:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7034. [2023-04-12 17:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7035. [2023-04-12 17:57:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7036. [2023-04-12 17:57:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7037. [2023-04-12 17:57:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7038. [2023-04-12 17:57:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7039. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT DATABASE() [] []
  7040. [2023-04-12 17:57:56] doctrine.DEBUG: SELECT DATABASE() [] []
  7041. [2023-04-12 18:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7042. [2023-04-12 18:11:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7043. [2023-04-12 18:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7044. [2023-04-12 18:11:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7045. [2023-04-12 18:11:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7046. [2023-04-12 18:11:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7047. [2023-04-12 18:11:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7048. [2023-04-12 18:11:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7049. [2023-04-12 18:11:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7050. [2023-04-12 18:11:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7051. [2023-04-12 18:11:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7052. [2023-04-12 18:11:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7053. [2023-04-12 18:11:45] doctrine.DEBUG: SELECT DATABASE() [] []
  7054. [2023-04-12 18:11:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7055. [2023-04-12 18:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7056. [2023-04-12 18:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7057. [2023-04-12 18:11:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7058. [2023-04-12 18:11:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7059. [2023-04-12 18:11:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7060. [2023-04-12 18:11:46] doctrine.DEBUG: SELECT DATABASE() [] []
  7061. [2023-04-12 18:27:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7062. [2023-04-12 18:27:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7063. [2023-04-12 18:27:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7064. [2023-04-12 18:27:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7065. [2023-04-12 18:27:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7066. [2023-04-12 18:27:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7067. [2023-04-12 18:27:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7068. [2023-04-12 18:27:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7069. [2023-04-12 18:27:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7070. [2023-04-12 18:27:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7071. [2023-04-12 18:27:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7072. [2023-04-12 18:27:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7073. [2023-04-12 18:27:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7074. [2023-04-12 18:27:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7075. [2023-04-12 18:27:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7076. [2023-04-12 18:27:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7077. [2023-04-12 18:27:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7078. [2023-04-12 18:27:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7079. [2023-04-12 18:27:48] doctrine.DEBUG: SELECT DATABASE() [] []
  7080. [2023-04-12 18:27:48] doctrine.DEBUG: SELECT DATABASE() [] []
  7081. [2023-04-12 20:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7082. [2023-04-12 20:49:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7083. [2023-04-12 20:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7084. [2023-04-12 20:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7085. [2023-04-12 20:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7086. [2023-04-12 20:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7087. [2023-04-12 20:49:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7088. [2023-04-12 20:49:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7089. [2023-04-12 20:49:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7090. [2023-04-12 20:49:12] doctrine.DEBUG: SELECT DATABASE() [] []
  7091. [2023-04-12 21:03:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7092. [2023-04-12 21:03:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7093. [2023-04-12 21:03:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7094. [2023-04-12 21:03:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7095. [2023-04-12 21:03:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7096. [2023-04-12 21:03:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7097. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7098. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7099. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7100. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7101. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7102. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7103. [2023-04-12 21:03:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7104. [2023-04-12 21:03:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7105. [2023-04-12 21:03:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7106. [2023-04-12 21:03:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7107. [2023-04-12 21:03:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7108. [2023-04-12 21:03:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7109. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT DATABASE() [] []
  7110. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT DATABASE() [] []
  7111. [2023-04-12 21:03:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7112. [2023-04-12 21:03:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7113. [2023-04-12 21:03:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7114. [2023-04-12 21:03:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7115. [2023-04-12 21:03:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7116. [2023-04-12 21:03:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7117. [2023-04-12 21:03:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7118. [2023-04-12 21:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7119. [2023-04-12 21:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7120. [2023-04-12 21:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7121. [2023-04-12 21:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7122. [2023-04-12 21:03:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7123. [2023-04-12 21:03:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7124. [2023-04-12 21:03:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7125. [2023-04-12 21:03:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7126. [2023-04-12 21:03:24] doctrine.DEBUG: SELECT DATABASE() [] []
  7127. [2023-04-12 21:03:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7128. [2023-04-12 21:03:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7129. [2023-04-12 21:03:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7130. [2023-04-12 21:03:24] doctrine.DEBUG: SELECT DATABASE() [] []
  7131. [2023-04-12 21:22:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7132. [2023-04-12 21:22:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7133. [2023-04-12 21:22:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7134. [2023-04-12 21:22:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7135. [2023-04-12 21:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7136. [2023-04-12 21:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7137. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7138. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7139. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7140. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7141. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7142. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7143. [2023-04-12 21:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7144. [2023-04-12 21:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7145. [2023-04-12 21:22:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7146. [2023-04-12 21:22:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7147. [2023-04-12 21:22:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7148. [2023-04-12 21:22:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7149. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT DATABASE() [] []
  7150. [2023-04-12 21:22:35] doctrine.DEBUG: SELECT DATABASE() [] []
  7151. [2023-04-12 21:22:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7152. [2023-04-12 21:22:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7153. [2023-04-12 21:22:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7154. [2023-04-12 21:22:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7155. [2023-04-12 21:22:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7156. [2023-04-12 21:22:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7157. [2023-04-12 21:22:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7158. [2023-04-12 21:22:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7159. [2023-04-12 21:22:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7160. [2023-04-12 21:22:39] doctrine.DEBUG: SELECT DATABASE() [] []
  7161. [2023-04-12 21:22:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7162. [2023-04-12 21:22:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7163. [2023-04-12 21:22:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7164. [2023-04-12 21:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7165. [2023-04-12 21:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7166. [2023-04-12 21:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7167. [2023-04-12 21:22:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7168. [2023-04-12 21:22:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7169. [2023-04-12 21:22:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7170. [2023-04-12 21:22:41] doctrine.DEBUG: SELECT DATABASE() [] []
  7171. [2023-04-12 21:22:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7172. [2023-04-12 21:22:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7173. [2023-04-12 21:22:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7174. [2023-04-12 21:22:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7175. [2023-04-12 21:22:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7176. [2023-04-12 21:22:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7177. [2023-04-12 21:22:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7178. [2023-04-12 21:22:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7179. [2023-04-12 21:22:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7180. [2023-04-12 21:22:42] doctrine.DEBUG: SELECT DATABASE() [] []
  7181. [2023-04-12 21:22:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7182. [2023-04-12 21:22:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7183. [2023-04-12 21:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7184. [2023-04-12 21:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7185. [2023-04-12 21:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7186. [2023-04-12 21:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7187. [2023-04-12 21:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7188. [2023-04-12 21:22:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7189. [2023-04-12 21:22:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7190. [2023-04-12 21:22:48] doctrine.DEBUG: SELECT DATABASE() [] []
  7191. [2023-04-12 22:13:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7192. [2023-04-12 22:13:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7193. [2023-04-12 22:13:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7194. [2023-04-12 22:13:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7195. [2023-04-12 22:13:29] doctrine.DEBUG: SELECT DATABASE() [] []
  7196. [2023-04-13 11:41:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7197. [2023-04-13 11:41:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7198. [2023-04-13 11:41:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7199. [2023-04-13 11:41:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7200. [2023-04-13 11:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7201. [2023-04-13 11:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7202. [2023-04-13 11:41:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7203. [2023-04-13 11:41:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7204. [2023-04-13 11:41:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7205. [2023-04-13 11:41:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7206. [2023-04-13 11:41:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7207. [2023-04-13 11:41:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7208. [2023-04-13 11:41:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7209. [2023-04-13 11:41:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7210. [2023-04-13 11:41:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7211. [2023-04-13 11:41:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7212. [2023-04-13 11:41:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7213. [2023-04-13 11:41:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7214. [2023-04-13 11:41:33] doctrine.DEBUG: SELECT DATABASE() [] []
  7215. [2023-04-13 11:41:33] doctrine.DEBUG: SELECT DATABASE() [] []
  7216. [2023-04-13 13:05:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7217. [2023-04-13 13:05:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7218. [2023-04-13 13:05:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7219. [2023-04-13 13:05:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7220. [2023-04-13 13:05:30] doctrine.DEBUG: SELECT DATABASE() [] []
  7221. [2023-04-13 13:05:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7222. [2023-04-13 13:05:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7223. [2023-04-13 13:05:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7224. [2023-04-13 13:05:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7225. [2023-04-13 13:05:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7226. [2023-04-13 13:05:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7227. [2023-04-13 13:05:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7228. [2023-04-13 13:05:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7229. [2023-04-13 13:05:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7230. [2023-04-13 13:05:36] doctrine.DEBUG: SELECT DATABASE() [] []
  7231. [2023-04-13 13:05:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7232. [2023-04-13 13:05:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc2d7d"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/cc2d7d","method":"GET"} []
  7233. [2023-04-13 18:01:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7234. [2023-04-13 18:01:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7235. [2023-04-13 18:01:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7236. [2023-04-13 18:01:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7237. [2023-04-13 18:01:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7238. [2023-04-13 18:01:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7239. [2023-04-13 18:01:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7240. [2023-04-13 18:01:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7241. [2023-04-13 18:01:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7242. [2023-04-13 18:01:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7243. [2023-04-13 18:01:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7244. [2023-04-13 18:01:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7245. [2023-04-13 18:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7246. [2023-04-13 18:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7247. [2023-04-13 18:01:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7248. [2023-04-13 18:01:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7249. [2023-04-13 18:01:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7250. [2023-04-13 18:01:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7251. [2023-04-13 18:01:55] doctrine.DEBUG: SELECT DATABASE() [] []
  7252. [2023-04-13 18:01:55] doctrine.DEBUG: SELECT DATABASE() [] []
  7253. [2023-04-13 20:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7254. [2023-04-13 20:20:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7255. [2023-04-13 20:20:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7256. [2023-04-13 20:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7257. [2023-04-13 20:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7258. [2023-04-13 20:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7259. [2023-04-13 20:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7260. [2023-04-13 20:20:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7261. [2023-04-13 20:20:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7262. [2023-04-13 20:20:10] doctrine.DEBUG: SELECT DATABASE() [] []
  7263. [2023-04-13 20:20:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7264. [2023-04-13 20:20:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7265. [2023-04-13 20:20:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7266. [2023-04-13 20:20:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7267. [2023-04-13 20:20:12] doctrine.DEBUG: SELECT DATABASE() [] []
  7268. [2023-04-13 21:27:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7269. [2023-04-13 21:27:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7270. [2023-04-13 21:27:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7271. [2023-04-13 21:27:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7272. [2023-04-13 21:27:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7273. [2023-04-13 21:27:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7274. [2023-04-13 21:27:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7275. [2023-04-13 21:27:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7276. [2023-04-13 21:27:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7277. [2023-04-13 21:27:57] doctrine.DEBUG: SELECT DATABASE() [] []
  7278. [2023-04-13 21:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7279. [2023-04-13 21:27:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7280. [2023-04-13 21:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7281. [2023-04-13 21:27:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7282. [2023-04-13 21:27:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7283. [2023-04-13 21:27:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7284. [2023-04-13 21:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7285. [2023-04-13 21:27:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7286. [2023-04-13 21:27:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7287. [2023-04-13 21:27:57] doctrine.DEBUG: SELECT DATABASE() [] []
  7288. [2023-04-13 21:28:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7289. [2023-04-13 21:28:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7290. [2023-04-13 21:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7291. [2023-04-13 21:28:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7292. [2023-04-13 21:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7293. [2023-04-13 21:28:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7294. [2023-04-13 21:28:05] doctrine.DEBUG: SELECT DATABASE() [] []
  7295. [2023-04-13 21:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7296. [2023-04-13 21:28:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7297. [2023-04-13 21:28:06] doctrine.DEBUG: SELECT DATABASE() [] []
  7298. [2023-04-13 21:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7299. [2023-04-13 21:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7300. [2023-04-13 21:28:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7301. [2023-04-13 21:28:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7302. [2023-04-13 21:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7303. [2023-04-13 21:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7304. [2023-04-13 21:28:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7305. [2023-04-13 21:28:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7306. [2023-04-13 21:28:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7307. [2023-04-13 21:28:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7308. [2023-04-13 21:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7309. [2023-04-13 21:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7310. [2023-04-13 21:49:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7311. [2023-04-13 21:49:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7312. [2023-04-13 21:49:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7313. [2023-04-13 21:49:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7314. [2023-04-13 21:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7315. [2023-04-13 21:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7316. [2023-04-13 21:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7317. [2023-04-13 21:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7318. [2023-04-13 21:49:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7319. [2023-04-13 21:49:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7320. [2023-04-13 21:49:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7321. [2023-04-13 21:49:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7322. [2023-04-13 21:49:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7323. [2023-04-13 21:49:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7324. [2023-04-13 21:49:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7325. [2023-04-13 21:49:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7326. [2023-04-13 21:49:45] doctrine.DEBUG: SELECT DATABASE() [] []
  7327. [2023-04-13 21:49:45] doctrine.DEBUG: SELECT DATABASE() [] []
  7328. [2023-04-13 21:49:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7329. [2023-04-13 21:49:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7330. [2023-04-13 21:49:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7331. [2023-04-13 21:49:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7332. [2023-04-13 21:49:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7333. [2023-04-13 21:49:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7334. [2023-04-13 21:49:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7335. [2023-04-13 21:49:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7336. [2023-04-13 21:49:53] doctrine.DEBUG: SELECT DATABASE() [] []
  7337. [2023-04-13 21:49:53] doctrine.DEBUG: SELECT DATABASE() [] []
  7338. [2023-04-13 21:49:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7339. [2023-04-13 21:49:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7340. [2023-04-13 21:49:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7341. [2023-04-13 21:49:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7342. [2023-04-13 21:49:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7343. [2023-04-13 21:49:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7344. [2023-04-13 21:49:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7345. [2023-04-13 21:49:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7346. [2023-04-13 21:49:59] doctrine.DEBUG: SELECT DATABASE() [] []
  7347. [2023-04-13 21:49:59] doctrine.DEBUG: SELECT DATABASE() [] []
  7348. [2023-04-13 22:05:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7349. [2023-04-13 22:05:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7350. [2023-04-13 22:05:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7351. [2023-04-13 22:05:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7352. [2023-04-13 22:05:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7353. [2023-04-13 22:05:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7354. [2023-04-13 22:05:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7355. [2023-04-13 22:05:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7356. [2023-04-13 22:05:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7357. [2023-04-13 22:05:48] doctrine.DEBUG: SELECT DATABASE() [] []
  7358. [2023-04-13 22:05:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7359. [2023-04-13 22:05:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7360. [2023-04-13 22:05:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7361. [2023-04-13 22:05:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7362. [2023-04-13 22:05:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7363. [2023-04-13 22:05:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7364. [2023-04-13 22:05:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7365. [2023-04-13 22:05:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7366. [2023-04-13 22:05:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7367. [2023-04-13 22:05:51] doctrine.DEBUG: SELECT DATABASE() [] []
  7368. [2023-04-13 22:05:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7369. [2023-04-13 22:05:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7370. [2023-04-13 22:05:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7371. [2023-04-13 22:05:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7372. [2023-04-13 22:05:57] doctrine.DEBUG: SELECT DATABASE() [] []
  7373. [2023-04-13 22:05:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7374. [2023-04-13 22:05:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7375. [2023-04-13 22:05:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7376. [2023-04-13 22:05:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7377. [2023-04-13 22:05:59] doctrine.DEBUG: SELECT DATABASE() [] []
  7378. [2023-04-13 22:06:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7379. [2023-04-13 22:06:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7380. [2023-04-13 22:06:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7381. [2023-04-13 22:06:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7382. [2023-04-13 22:06:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7383. [2023-04-13 22:06:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7384. [2023-04-13 22:06:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7385. [2023-04-13 22:06:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7386. [2023-04-13 22:06:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7387. [2023-04-13 22:06:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7388. [2023-04-13 23:15:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7389. [2023-04-13 23:15:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7390. [2023-04-13 23:15:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7391. [2023-04-13 23:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7392. [2023-04-13 23:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7393. [2023-04-13 23:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7394. [2023-04-13 23:15:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7395. [2023-04-13 23:15:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7396. [2023-04-13 23:15:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7397. [2023-04-13 23:15:17] doctrine.DEBUG: SELECT DATABASE() [] []
  7398. [2023-04-14 16:15:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7399. [2023-04-14 16:15:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7400. [2023-04-14 16:15:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7401. [2023-04-14 16:15:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7402. [2023-04-14 16:15:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7403. [2023-04-14 16:15:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7404. [2023-04-14 16:15:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7405. [2023-04-14 16:15:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7406. [2023-04-14 16:15:53] doctrine.DEBUG: SELECT DATABASE() [] []
  7407. [2023-04-14 16:15:53] doctrine.DEBUG: SELECT DATABASE() [] []
  7408. [2023-04-14 16:15:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7409. [2023-04-14 16:15:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"POST"} []
  7410. [2023-04-14 16:15:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7411. [2023-04-14 16:15:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7412. [2023-04-14 16:15:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7413. [2023-04-14 16:15:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7414. [2023-04-14 16:15:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7415. [2023-04-14 16:15:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7416. [2023-04-14 16:15:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7417. [2023-04-14 16:15:54] doctrine.DEBUG: SELECT DATABASE() [] []
  7418. [2023-04-14 16:17:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7419. [2023-04-14 16:17:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7420. [2023-04-14 16:17:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7421. [2023-04-14 16:17:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7422. [2023-04-14 16:17:33] doctrine.DEBUG: SELECT DATABASE() [] []
  7423. [2023-04-14 19:25:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7424. [2023-04-14 19:25:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7425. [2023-04-14 19:25:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7426. [2023-04-14 19:25:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7427. [2023-04-14 19:25:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7428. [2023-04-14 19:25:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7429. [2023-04-14 19:25:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7430. [2023-04-14 19:25:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7431. [2023-04-14 19:25:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7432. [2023-04-14 19:25:39] doctrine.DEBUG: SELECT DATABASE() [] []
  7433. [2023-04-15 06:04:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7434. [2023-04-15 06:04:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7435. [2023-04-15 06:04:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7436. [2023-04-15 06:04:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7437. [2023-04-15 06:04:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7438. [2023-04-15 06:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7439. [2023-04-15 06:04:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7440. [2023-04-15 06:04:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7441. [2023-04-15 06:04:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7442. [2023-04-15 06:04:13] doctrine.DEBUG: SELECT DATABASE() [] []
  7443. [2023-04-16 16:35:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7444. [2023-04-16 16:35:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7445. [2023-04-16 16:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7446. [2023-04-16 16:35:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7447. [2023-04-16 16:35:43] doctrine.DEBUG: SELECT DATABASE() [] []
  7448. [2023-04-16 16:36:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7449. [2023-04-16 16:36:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7450. [2023-04-16 16:36:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7451. [2023-04-16 16:36:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7452. [2023-04-16 16:36:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7453. [2023-04-16 16:36:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7454. [2023-04-16 16:36:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7455. [2023-04-16 16:36:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7456. [2023-04-16 16:36:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7457. [2023-04-16 16:36:08] doctrine.DEBUG: SELECT DATABASE() [] []
  7458. [2023-04-16 16:36:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7459. [2023-04-16 16:36:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3609d3"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/3609d3","method":"GET"} []
  7460. [2023-04-16 17:33:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7461. [2023-04-16 17:33:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7462. [2023-04-16 17:33:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7463. [2023-04-16 17:33:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7464. [2023-04-16 17:33:24] doctrine.DEBUG: SELECT DATABASE() [] []
  7465. [2023-04-17 03:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7466. [2023-04-17 03:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7467. [2023-04-17 03:32:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7468. [2023-04-17 03:32:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7469. [2023-04-17 03:32:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7470. [2023-04-17 03:32:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7471. [2023-04-17 03:32:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7472. [2023-04-17 03:32:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7473. [2023-04-17 03:32:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7474. [2023-04-17 03:32:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7475. [2023-04-17 03:32:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7476. [2023-04-17 03:32:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7477. [2023-04-17 03:32:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7478. [2023-04-17 03:32:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7479. [2023-04-17 03:32:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7480. [2023-04-17 03:32:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7481. [2023-04-17 03:32:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7482. [2023-04-17 03:32:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7483. [2023-04-17 03:32:18] doctrine.DEBUG: SELECT DATABASE() [] []
  7484. [2023-04-17 03:32:18] doctrine.DEBUG: SELECT DATABASE() [] []
  7485. [2023-04-17 06:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7486. [2023-04-17 06:13:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/default.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/default.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7487. [2023-04-17 06:13:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7488. [2023-04-17 06:13:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7489. [2023-04-17 06:13:53] doctrine.DEBUG: SELECT DATABASE() [] []
  7490. [2023-04-17 06:14:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7491. [2023-04-17 06:14:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7492. [2023-04-17 06:14:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7493. [2023-04-17 06:14:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7494. [2023-04-17 06:14:01] doctrine.DEBUG: SELECT DATABASE() [] []
  7495. [2023-04-17 06:14:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7496. [2023-04-17 06:14:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7497. [2023-04-17 06:14:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7498. [2023-04-17 06:14:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7499. [2023-04-17 06:14:09] doctrine.DEBUG: SELECT DATABASE() [] []
  7500. [2023-04-17 06:14:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7501. [2023-04-17 06:14:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7502. [2023-04-17 06:14:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7503. [2023-04-17 06:14:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7504. [2023-04-17 06:14:17] doctrine.DEBUG: SELECT DATABASE() [] []
  7505. [2023-04-17 06:14:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7506. [2023-04-17 06:14:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7507. [2023-04-17 06:14:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7508. [2023-04-17 06:14:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7509. [2023-04-17 06:14:26] doctrine.DEBUG: SELECT DATABASE() [] []
  7510. [2023-04-17 06:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7511. [2023-04-17 06:14:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev.local"" at /home/hlcdisb/www/rbbe_dev/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.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7512. [2023-04-17 06:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7513. [2023-04-17 06:14:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7514. [2023-04-17 06:14:34] doctrine.DEBUG: SELECT DATABASE() [] []
  7515. [2023-04-17 06:14:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7516. [2023-04-17 06:14:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.development.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7517. [2023-04-17 06:14:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7518. [2023-04-17 06:14:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7519. [2023-04-17 06:14:42] doctrine.DEBUG: SELECT DATABASE() [] []
  7520. [2023-04-17 06:14:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7521. [2023-04-17 06:14:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7522. [2023-04-17 06:14:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7523. [2023-04-17 06:14:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7524. [2023-04-17 06:14:50] doctrine.DEBUG: SELECT DATABASE() [] []
  7525. [2023-04-17 06:14:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7526. [2023-04-17 06:14:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod.local"" at /home/hlcdisb/www/rbbe_dev/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.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7527. [2023-04-17 06:14:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7528. [2023-04-17 06:14:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7529. [2023-04-17 06:14:59] doctrine.DEBUG: SELECT DATABASE() [] []
  7530. [2023-04-17 06:15:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7531. [2023-04-17 06:15:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7532. [2023-04-17 06:15:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7533. [2023-04-17 06:15:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7534. [2023-04-17 06:15:07] doctrine.DEBUG: SELECT DATABASE() [] []
  7535. [2023-04-17 06:15:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7536. [2023-04-17 06:15:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7537. [2023-04-17 06:15:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7538. [2023-04-17 06:15:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7539. [2023-04-17 06:15:15] doctrine.DEBUG: SELECT DATABASE() [] []
  7540. [2023-04-17 06:15:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7541. [2023-04-17 06:15:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7542. [2023-04-17 06:15:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7543. [2023-04-17 06:15:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7544. [2023-04-17 06:15:23] doctrine.DEBUG: SELECT DATABASE() [] []
  7545. [2023-04-17 06:15:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7546. [2023-04-17 06:15:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7547. [2023-04-17 06:15:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7548. [2023-04-17 06:15:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7549. [2023-04-17 06:15:32] doctrine.DEBUG: SELECT DATABASE() [] []
  7550. [2023-04-17 06:15:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7551. [2023-04-17 06:15:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.stage"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7552. [2023-04-17 06:15:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7553. [2023-04-17 06:15:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7554. [2023-04-17 06:15:40] doctrine.DEBUG: SELECT DATABASE() [] []
  7555. [2023-04-17 06:15:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7556. [2023-04-17 06:15:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.live"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.live\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7557. [2023-04-17 06:15:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7558. [2023-04-17 06:15:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7559. [2023-04-17 06:15:48] doctrine.DEBUG: SELECT DATABASE() [] []
  7560. [2023-04-17 06:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7561. [2023-04-17 06:15:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.backup"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7562. [2023-04-17 06:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7563. [2023-04-17 06:15:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7564. [2023-04-17 06:15:56] doctrine.DEBUG: SELECT DATABASE() [] []
  7565. [2023-04-17 06:16:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7566. [2023-04-17 06:16:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.save"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7567. [2023-04-17 06:16:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7568. [2023-04-17 06:16:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7569. [2023-04-17 06:16:05] doctrine.DEBUG: SELECT DATABASE() [] []
  7570. [2023-04-17 06:16:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7571. [2023-04-17 06:16:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.old"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.old\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7572. [2023-04-17 06:16:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7573. [2023-04-17 06:16:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7574. [2023-04-17 06:16:13] doctrine.DEBUG: SELECT DATABASE() [] []
  7575. [2023-04-17 06:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7576. [2023-04-17 06:16:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.www"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.www\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7577. [2023-04-17 06:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7578. [2023-04-17 06:16:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7579. [2023-04-17 06:16:21] doctrine.DEBUG: SELECT DATABASE() [] []
  7580. [2023-04-17 06:16:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7581. [2023-04-17 06:16:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_1"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env_1\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7582. [2023-04-17 06:16:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7583. [2023-04-17 06:16:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7584. [2023-04-17 06:16:29] doctrine.DEBUG: SELECT DATABASE() [] []
  7585. [2023-04-17 06:16:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7586. [2023-04-17 06:16:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_sample"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7587. [2023-04-17 06:16:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7588. [2023-04-17 06:16:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7589. [2023-04-17 06:16:38] doctrine.DEBUG: SELECT DATABASE() [] []
  7590. [2023-04-17 06:16:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7591. [2023-04-17 06:16:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.asb-digital"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.asb-digital\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.asb-digital/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7592. [2023-04-17 06:16:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7593. [2023-04-17 06:16:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7594. [2023-04-17 06:16:46] doctrine.DEBUG: SELECT DATABASE() [] []
  7595. [2023-04-17 06:16:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7596. [2023-04-17 06:16:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.www.rbbe"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.www.rbbe\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www.rbbe/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7597. [2023-04-17 06:16:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7598. [2023-04-17 06:16:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7599. [2023-04-17 06:16:54] doctrine.DEBUG: SELECT DATABASE() [] []
  7600. [2023-04-17 06:17:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7601. [2023-04-17 06:17:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7602. [2023-04-17 06:17:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7603. [2023-04-17 06:17:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7604. [2023-04-17 06:17:02] doctrine.DEBUG: SELECT DATABASE() [] []
  7605. [2023-04-17 06:17:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7606. [2023-04-17 06:17:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7607. [2023-04-17 06:17:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7608. [2023-04-17 06:17:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7609. [2023-04-17 06:17:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7610. [2023-04-17 06:17:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7611. [2023-04-17 06:17:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7612. [2023-04-17 06:17:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7613. [2023-04-17 06:17:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7614. [2023-04-17 06:17:19] doctrine.DEBUG: SELECT DATABASE() [] []
  7615. [2023-04-17 06:17:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7616. [2023-04-17 06:17:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /parameters.yml.dist"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /parameters.yml.dist\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml.dist/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7617. [2023-04-17 06:17:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7618. [2023-04-17 06:17:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7619. [2023-04-17 06:17:27] doctrine.DEBUG: SELECT DATABASE() [] []
  7620. [2023-04-17 06:17:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7621. [2023-04-17 06:17:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml.dist"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml.dist\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.dist/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7622. [2023-04-17 06:17:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7623. [2023-04-17 06:17:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7624. [2023-04-17 06:17:35] doctrine.DEBUG: SELECT DATABASE() [] []
  7625. [2023-04-17 06:17:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7626. [2023-04-17 06:17:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php-backup"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php-backup\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7627. [2023-04-17 06:17:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7628. [2023-04-17 06:17:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7629. [2023-04-17 06:17:44] doctrine.DEBUG: SELECT DATABASE() [] []
  7630. [2023-04-17 06:17:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7631. [2023-04-17 06:17:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%25c0"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%25c0\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%25c0/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7632. [2023-04-17 06:17:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7633. [2023-04-17 06:17:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7634. [2023-04-17 06:17:52] doctrine.DEBUG: SELECT DATABASE() [] []
  7635. [2023-04-17 06:18:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7636. [2023-04-17 06:18:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7637. [2023-04-17 06:18:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7638. [2023-04-17 06:18:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7639. [2023-04-17 06:18:00] doctrine.DEBUG: SELECT DATABASE() [] []
  7640. [2023-04-17 06:18:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7641. [2023-04-17 06:18:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7642. [2023-04-17 06:18:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7643. [2023-04-17 06:18:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7644. [2023-04-17 06:18:08] doctrine.DEBUG: SELECT DATABASE() [] []
  7645. [2023-04-17 06:18:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7646. [2023-04-17 06:18:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.development.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7647. [2023-04-17 06:18:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7648. [2023-04-17 06:18:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7649. [2023-04-17 06:18:17] doctrine.DEBUG: SELECT DATABASE() [] []
  7650. [2023-04-17 06:18:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7651. [2023-04-17 06:18:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.production.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7652. [2023-04-17 06:18:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7653. [2023-04-17 06:18:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7654. [2023-04-17 06:18:25] doctrine.DEBUG: SELECT DATABASE() [] []
  7655. [2023-04-17 06:18:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7656. [2023-04-17 06:18:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.test.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7657. [2023-04-17 06:18:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7658. [2023-04-17 06:18:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7659. [2023-04-17 06:18:33] doctrine.DEBUG: SELECT DATABASE() [] []
  7660. [2023-04-17 06:18:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7661. [2023-04-17 06:18:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.dev.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7662. [2023-04-17 06:18:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7663. [2023-04-17 06:18:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7664. [2023-04-17 06:18:41] doctrine.DEBUG: SELECT DATABASE() [] []
  7665. [2023-04-17 06:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7666. [2023-04-17 06:18:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.prod.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7667. [2023-04-17 06:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7668. [2023-04-17 06:18:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7669. [2023-04-17 06:18:50] doctrine.DEBUG: SELECT DATABASE() [] []
  7670. [2023-04-17 14:07:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7671. [2023-04-17 14:07:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7672. [2023-04-17 14:07:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7673. [2023-04-17 14:07:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7674. [2023-04-17 14:07:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7675. [2023-04-17 14:07:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7676. [2023-04-17 14:07:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7677. [2023-04-17 14:07:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7678. [2023-04-17 14:07:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7679. [2023-04-17 14:07:38] doctrine.DEBUG: SELECT DATABASE() [] []
  7680. [2023-04-17 22:26:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7681. [2023-04-17 22:26:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7682. [2023-04-17 22:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7683. [2023-04-17 22:26:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7684. [2023-04-17 22:26:45] doctrine.DEBUG: SELECT DATABASE() [] []
  7685. [2023-04-18 00:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7686. [2023-04-18 00:35:43] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=.git%2Fconfig","method":"GET"} []
  7687. [2023-04-18 00:35:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file ".git/config" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \".git/config\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  7688. [2023-04-18 00:35:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7689. [2023-04-18 00:35:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_local.php/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_local.php/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_local.php/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7690. [2023-04-18 00:35:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7691. [2023-04-18 00:35:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7692. [2023-04-18 00:35:44] doctrine.DEBUG: SELECT DATABASE() [] []
  7693. [2023-04-18 00:45:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7694. [2023-04-18 00:45:18] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml.prod","method":"GET"} []
  7695. [2023-04-18 00:45:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml.prod" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml.prod\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  7696. [2023-04-18 00:45:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7697. [2023-04-18 00:45:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_local.php/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_local.php/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_local.php/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7698. [2023-04-18 00:45:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7699. [2023-04-18 00:45:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7700. [2023-04-18 00:45:18] doctrine.DEBUG: SELECT DATABASE() [] []
  7701. [2023-04-18 00:57:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7702. [2023-04-18 00:57:54] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=%2F.ssh%2Fid_rsa","method":"GET"} []
  7703. [2023-04-18 00:57:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "/.ssh/id_rsa" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"/.ssh/id_rsa\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  7704. [2023-04-18 00:57:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7705. [2023-04-18 00:57:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_local.php/_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_local.php/_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_local.php/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7706. [2023-04-18 00:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7707. [2023-04-18 00:57:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7708. [2023-04-18 00:57:55] doctrine.DEBUG: SELECT DATABASE() [] []
  7709. [2023-04-18 01:33:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7710. [2023-04-18 01:33:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7711. [2023-04-18 01:33:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7712. [2023-04-18 01:33:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7713. [2023-04-18 01:33:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7714. [2023-04-18 01:33:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7715. [2023-04-18 01:33:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7716. [2023-04-18 01:33:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7717. [2023-04-18 01:33:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7718. [2023-04-18 01:33:56] doctrine.DEBUG: SELECT DATABASE() [] []
  7719. [2023-04-18 01:33:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7720. [2023-04-18 01:33:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7721. [2023-04-18 01:33:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7722. [2023-04-18 01:33:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7723. [2023-04-18 01:33:57] doctrine.DEBUG: SELECT DATABASE() [] []
  7724. [2023-04-18 01:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7725. [2023-04-18 01:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.remote" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.remote\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7726. [2023-04-18 01:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7727. [2023-04-18 01:33:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7728. [2023-04-18 01:33:58] doctrine.DEBUG: SELECT DATABASE() [] []
  7729. [2023-04-18 01:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7730. [2023-04-18 01:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.local" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.local\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7731. [2023-04-18 01:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7732. [2023-04-18 01:33:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7733. [2023-04-18 01:33:58] doctrine.DEBUG: SELECT DATABASE() [] []
  7734. [2023-04-18 01:33:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7735. [2023-04-18 01:33:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.production" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.production\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7736. [2023-04-18 01:33:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7737. [2023-04-18 01:33:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7738. [2023-04-18 01:33:59] doctrine.DEBUG: SELECT DATABASE() [] []
  7739. [2023-04-18 01:33:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7740. [2023-04-18 01:33:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7741. [2023-04-18 01:33:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7742. [2023-04-18 01:33:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7743. [2023-04-18 01:33:59] doctrine.DEBUG: SELECT DATABASE() [] []
  7744. [2023-04-18 01:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7745. [2023-04-18 01:34:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lib/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lib/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7746. [2023-04-18 01:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7747. [2023-04-18 01:34:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7748. [2023-04-18 01:34:00] doctrine.DEBUG: SELECT DATABASE() [] []
  7749. [2023-04-18 01:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7750. [2023-04-18 01:34:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lab/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lab/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lab/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7751. [2023-04-18 01:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7752. [2023-04-18 01:34:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7753. [2023-04-18 01:34:00] doctrine.DEBUG: SELECT DATABASE() [] []
  7754. [2023-04-18 01:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7755. [2023-04-18 01:34:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cronlab/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cronlab/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cronlab/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7756. [2023-04-18 01:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7757. [2023-04-18 01:34:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7758. [2023-04-18 01:34:01] doctrine.DEBUG: SELECT DATABASE() [] []
  7759. [2023-04-18 01:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7760. [2023-04-18 01:34:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cron/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cron/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7761. [2023-04-18 01:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7762. [2023-04-18 01:34:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7763. [2023-04-18 01:34:01] doctrine.DEBUG: SELECT DATABASE() [] []
  7764. [2023-04-18 01:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7765. [2023-04-18 01:34:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7766. [2023-04-18 01:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7767. [2023-04-18 01:34:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7768. [2023-04-18 01:34:02] doctrine.DEBUG: SELECT DATABASE() [] []
  7769. [2023-04-18 01:34:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7770. [2023-04-18 01:34:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/app/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/app/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7771. [2023-04-18 01:34:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7772. [2023-04-18 01:34:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7773. [2023-04-18 01:34:02] doctrine.DEBUG: SELECT DATABASE() [] []
  7774. [2023-04-18 01:34:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7775. [2023-04-18 01:34:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/Datavase/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/Datavase/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/Datavase/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7776. [2023-04-18 01:34:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7777. [2023-04-18 01:34:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7778. [2023-04-18 01:34:02] doctrine.DEBUG: SELECT DATABASE() [] []
  7779. [2023-04-18 01:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7780. [2023-04-18 01:34:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7781. [2023-04-18 01:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7782. [2023-04-18 01:34:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7783. [2023-04-18 01:34:03] doctrine.DEBUG: SELECT DATABASE() [] []
  7784. [2023-04-18 01:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7785. [2023-04-18 01:34:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7786. [2023-04-18 01:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7787. [2023-04-18 01:34:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7788. [2023-04-18 01:34:03] doctrine.DEBUG: SELECT DATABASE() [] []
  7789. [2023-04-18 01:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7790. [2023-04-18 01:34:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7791. [2023-04-18 01:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7792. [2023-04-18 01:34:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7793. [2023-04-18 01:34:04] doctrine.DEBUG: SELECT DATABASE() [] []
  7794. [2023-04-18 01:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7795. [2023-04-18 01:34:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7796. [2023-04-18 01:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7797. [2023-04-18 01:34:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7798. [2023-04-18 01:34:04] doctrine.DEBUG: SELECT DATABASE() [] []
  7799. [2023-04-18 01:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7800. [2023-04-18 01:34:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7801. [2023-04-18 01:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7802. [2023-04-18 01:34:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7803. [2023-04-18 01:34:04] doctrine.DEBUG: SELECT DATABASE() [] []
  7804. [2023-04-18 01:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7805. [2023-04-18 01:34:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /uploads/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /uploads/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7806. [2023-04-18 01:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7807. [2023-04-18 01:34:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7808. [2023-04-18 01:34:05] doctrine.DEBUG: SELECT DATABASE() [] []
  7809. [2023-04-18 01:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7810. [2023-04-18 01:34:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemaps/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemaps/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemaps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7811. [2023-04-18 01:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7812. [2023-04-18 01:34:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7813. [2023-04-18 01:34:05] doctrine.DEBUG: SELECT DATABASE() [] []
  7814. [2023-04-18 01:34:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7815. [2023-04-18 01:34:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /saas/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /saas/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/saas/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7816. [2023-04-18 01:34:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7817. [2023-04-18 01:34:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7818. [2023-04-18 01:34:06] doctrine.DEBUG: SELECT DATABASE() [] []
  7819. [2023-04-18 01:34:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7820. [2023-04-18 01:34:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7821. [2023-04-18 01:34:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7822. [2023-04-18 01:34:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7823. [2023-04-18 01:34:06] doctrine.DEBUG: SELECT DATABASE() [] []
  7824. [2023-04-18 01:34:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7825. [2023-04-18 01:34:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /psnlink/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /psnlink/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/psnlink/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7826. [2023-04-18 01:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7827. [2023-04-18 01:34:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7828. [2023-04-18 01:34:07] doctrine.DEBUG: SELECT DATABASE() [] []
  7829. [2023-04-18 01:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7830. [2023-04-18 01:34:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /exapi/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /exapi/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/exapi/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7831. [2023-04-18 01:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7832. [2023-04-18 01:34:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7833. [2023-04-18 01:34:07] doctrine.DEBUG: SELECT DATABASE() [] []
  7834. [2023-04-18 01:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7835. [2023-04-18 01:34:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7836. [2023-04-18 01:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7837. [2023-04-18 01:34:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7838. [2023-04-18 01:34:07] doctrine.DEBUG: SELECT DATABASE() [] []
  7839. [2023-04-18 01:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7840. [2023-04-18 01:34:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7841. [2023-04-18 01:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7842. [2023-04-18 01:34:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7843. [2023-04-18 01:34:08] doctrine.DEBUG: SELECT DATABASE() [] []
  7844. [2023-04-18 01:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7845. [2023-04-18 01:34:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7846. [2023-04-18 01:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7847. [2023-04-18 01:34:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7848. [2023-04-18 01:34:08] doctrine.DEBUG: SELECT DATABASE() [] []
  7849. [2023-04-18 01:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7850. [2023-04-18 01:34:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //public/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//public/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7851. [2023-04-18 01:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7852. [2023-04-18 01:34:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7853. [2023-04-18 01:34:09] doctrine.DEBUG: SELECT DATABASE() [] []
  7854. [2023-04-18 01:34:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7855. [2023-04-18 01:34:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7856. [2023-04-18 01:34:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7857. [2023-04-18 01:34:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7858. [2023-04-18 01:34:09] doctrine.DEBUG: SELECT DATABASE() [] []
  7859. [2023-04-18 01:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7860. [2023-04-18 01:34:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tools/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tools/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tools/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7861. [2023-04-18 01:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7862. [2023-04-18 01:34:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7863. [2023-04-18 01:34:10] doctrine.DEBUG: SELECT DATABASE() [] []
  7864. [2023-04-18 01:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7865. [2023-04-18 01:34:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v1/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v1/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7866. [2023-04-18 01:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7867. [2023-04-18 01:34:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7868. [2023-04-18 01:34:10] doctrine.DEBUG: SELECT DATABASE() [] []
  7869. [2023-04-18 01:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7870. [2023-04-18 01:34:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7871. [2023-04-18 01:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7872. [2023-04-18 01:34:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7873. [2023-04-18 01:34:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7874. [2023-04-18 01:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7875. [2023-04-18 01:34:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /administrator/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /administrator/.env\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/administrator/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7876. [2023-04-18 01:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7877. [2023-04-18 01:34:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7878. [2023-04-18 01:34:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7879. [2023-04-18 01:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7880. [2023-04-18 01:34:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env" (from "https://www.google.com/")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"https://www.google.com/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  7881. [2023-04-18 01:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7882. [2023-04-18 01:34:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7883. [2023-04-18 01:34:11] doctrine.DEBUG: SELECT DATABASE() [] []
  7884. [2023-04-19 11:48:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7885. [2023-04-19 11:48:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7886. [2023-04-19 11:48:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7887. [2023-04-19 11:48:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7888. [2023-04-19 11:48:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7889. [2023-04-19 11:48:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7890. [2023-04-19 11:48:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7891. [2023-04-19 11:48:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7892. [2023-04-19 11:48:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7893. [2023-04-19 11:48:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7894. [2023-04-19 11:48:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7895. [2023-04-19 11:48:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7896. [2023-04-19 11:48:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7897. [2023-04-19 11:48:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7898. [2023-04-19 11:48:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7899. [2023-04-19 11:48:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7900. [2023-04-19 11:48:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7901. [2023-04-19 11:48:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7902. [2023-04-19 11:48:08] doctrine.DEBUG: SELECT DATABASE() [] []
  7903. [2023-04-19 11:48:08] doctrine.DEBUG: SELECT DATABASE() [] []
  7904. [2023-04-19 11:48:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7905. [2023-04-19 11:48:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7906. [2023-04-19 11:48:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7907. [2023-04-19 11:48:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7908. [2023-04-19 11:48:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7909. [2023-04-19 11:48:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7910. [2023-04-19 11:48:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7911. [2023-04-19 11:48:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7912. [2023-04-19 11:48:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7913. [2023-04-19 11:48:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7914. [2023-04-19 11:48:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7915. [2023-04-19 11:48:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7916. [2023-04-19 11:48:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7917. [2023-04-19 11:48:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7918. [2023-04-19 11:48:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7919. [2023-04-19 11:48:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7920. [2023-04-19 11:48:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7921. [2023-04-19 11:48:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7922. [2023-04-19 11:48:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7923. [2023-04-19 11:48:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7924. [2023-04-19 11:48:24] doctrine.DEBUG: SELECT DATABASE() [] []
  7925. [2023-04-19 11:48:24] doctrine.DEBUG: SELECT DATABASE() [] []
  7926. [2023-04-19 11:48:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7927. [2023-04-19 11:48:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7928. [2023-04-19 11:48:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7929. [2023-04-19 11:48:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7930. [2023-04-19 11:48:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7931. [2023-04-19 11:48:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7932. [2023-04-19 11:48:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7933. [2023-04-19 11:48:28] doctrine.DEBUG: SELECT DATABASE() [] []
  7934. [2023-04-19 11:48:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7935. [2023-04-19 11:48:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7936. [2023-04-19 11:48:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7937. [2023-04-19 11:48:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7938. [2023-04-19 11:48:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7939. [2023-04-19 11:48:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7940. [2023-04-19 11:48:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7941. [2023-04-19 11:48:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7942. [2023-04-19 11:48:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7943. [2023-04-19 11:48:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7944. [2023-04-19 11:48:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7945. [2023-04-19 11:48:48] doctrine.DEBUG: SELECT DATABASE() [] []
  7946. [2023-04-19 11:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7947. [2023-04-19 11:48:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7948. [2023-04-19 11:48:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7949. [2023-04-19 11:48:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7950. [2023-04-19 11:48:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7951. [2023-04-19 11:48:52] doctrine.DEBUG: SELECT DATABASE() [] []
  7952. [2023-04-19 11:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7953. [2023-04-19 11:49:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7954. [2023-04-19 11:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7955. [2023-04-19 11:49:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7956. [2023-04-19 11:49:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7957. [2023-04-19 11:49:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7958. [2023-04-19 11:49:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7959. [2023-04-19 11:49:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7960. [2023-04-19 11:49:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7961. [2023-04-19 11:49:05] doctrine.DEBUG: SELECT DATABASE() [] []
  7962. [2023-04-19 11:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7963. [2023-04-19 11:50:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  7964. [2023-04-19 11:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7965. [2023-04-19 11:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7966. [2023-04-19 11:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7967. [2023-04-19 11:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7968. [2023-04-19 11:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7969. [2023-04-19 11:50:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7970. [2023-04-19 11:50:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7971. [2023-04-19 11:50:25] doctrine.DEBUG: SELECT DATABASE() [] []
  7972. [2023-04-19 11:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7973. [2023-04-19 11:50:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7974. [2023-04-19 11:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7975. [2023-04-19 11:50:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7976. [2023-04-19 11:50:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7977. [2023-04-19 11:50:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7978. [2023-04-19 11:50:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7979. [2023-04-19 11:50:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7980. [2023-04-19 11:50:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7981. [2023-04-19 11:50:26] doctrine.DEBUG: SELECT DATABASE() [] []
  7982. [2023-04-19 12:13:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7983. [2023-04-19 12:13:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7984. [2023-04-19 12:13:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7985. [2023-04-19 12:13:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7986. [2023-04-19 12:13:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7987. [2023-04-19 12:13:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  7988. [2023-04-19 12:13:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  7989. [2023-04-19 12:13:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  7990. [2023-04-19 12:13:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  7991. [2023-04-19 12:13:29] doctrine.DEBUG: SELECT DATABASE() [] []
  7992. [2023-04-19 12:13:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7993. [2023-04-19 12:13:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41b80e"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/41b80e","method":"GET"} []
  7994. [2023-04-19 12:13:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  7995. [2023-04-19 12:13:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  7996. [2023-04-19 12:13:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  7997. [2023-04-19 12:13:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  7998. [2023-04-19 12:13:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  7999. [2023-04-19 12:13:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8000. [2023-04-19 12:13:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8001. [2023-04-19 12:13:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8002. [2023-04-19 12:13:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8003. [2023-04-19 12:13:36] doctrine.DEBUG: SELECT DATABASE() [] []
  8004. [2023-04-19 12:13:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8005. [2023-04-19 12:13:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ff4d2"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/4ff4d2","method":"GET"} []
  8006. [2023-04-19 12:17:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8007. [2023-04-19 12:17:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8008. [2023-04-19 12:17:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8009. [2023-04-19 12:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8010. [2023-04-19 12:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8011. [2023-04-19 12:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8012. [2023-04-19 12:17:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8013. [2023-04-19 12:17:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8014. [2023-04-19 12:17:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8015. [2023-04-19 12:17:50] doctrine.DEBUG: SELECT DATABASE() [] []
  8016. [2023-04-19 12:17:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8017. [2023-04-19 12:17:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8018. [2023-04-19 12:17:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8019. [2023-04-19 12:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8020. [2023-04-19 12:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8021. [2023-04-19 12:17:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8022. [2023-04-19 12:17:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8023. [2023-04-19 12:17:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8024. [2023-04-19 12:17:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8025. [2023-04-19 12:17:51] doctrine.DEBUG: SELECT DATABASE() [] []
  8026. [2023-04-19 12:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8027. [2023-04-19 12:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8028. [2023-04-19 12:19:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8029. [2023-04-19 12:19:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8030. [2023-04-19 12:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8031. [2023-04-19 12:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8032. [2023-04-19 12:19:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8033. [2023-04-19 12:19:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8034. [2023-04-19 12:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8035. [2023-04-19 12:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8036. [2023-04-19 12:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8037. [2023-04-19 12:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8038. [2023-04-19 12:20:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8039. [2023-04-19 12:20:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8040. [2023-04-19 12:20:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8041. [2023-04-19 12:20:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8042. [2023-04-19 12:20:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8043. [2023-04-19 12:20:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8044. [2023-04-19 12:20:00] doctrine.DEBUG: SELECT DATABASE() [] []
  8045. [2023-04-19 12:20:00] doctrine.DEBUG: SELECT DATABASE() [] []
  8046. [2023-04-19 16:36:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8047. [2023-04-19 16:36:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8048. [2023-04-19 16:36:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8049. [2023-04-19 16:36:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8050. [2023-04-19 16:36:48] doctrine.DEBUG: SELECT DATABASE() [] []
  8051. [2023-04-19 16:37:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8052. [2023-04-19 16:37:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8053. [2023-04-19 16:37:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8054. [2023-04-19 16:37:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8055. [2023-04-19 16:37:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8056. [2023-04-19 16:37:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8057. [2023-04-19 16:37:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8058. [2023-04-19 16:37:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8059. [2023-04-19 16:37:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8060. [2023-04-19 16:37:09] doctrine.DEBUG: SELECT DATABASE() [] []
  8061. [2023-04-19 16:37:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8062. [2023-04-19 16:37:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b7e17"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/7b7e17","method":"GET"} []
  8063. [2023-04-19 16:46:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8064. [2023-04-19 16:46:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8065. [2023-04-19 16:46:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8066. [2023-04-19 16:46:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8067. [2023-04-19 16:46:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8068. [2023-04-19 16:46:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8069. [2023-04-19 16:46:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8070. [2023-04-19 16:46:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8071. [2023-04-19 16:46:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8072. [2023-04-19 16:46:30] doctrine.DEBUG: SELECT DATABASE() [] []
  8073. [2023-04-19 16:46:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8074. [2023-04-19 16:46:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8075. [2023-04-19 16:46:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8076. [2023-04-19 16:46:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8077. [2023-04-19 16:46:32] doctrine.DEBUG: SELECT DATABASE() [] []
  8078. [2023-04-19 17:24:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8079. [2023-04-19 17:24:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8080. [2023-04-19 17:24:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8081. [2023-04-19 17:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8082. [2023-04-19 17:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8083. [2023-04-19 17:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8084. [2023-04-19 17:24:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8085. [2023-04-19 17:24:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8086. [2023-04-19 17:24:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8087. [2023-04-19 17:24:29] doctrine.DEBUG: SELECT DATABASE() [] []
  8088. [2023-04-19 17:24:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8089. [2023-04-19 17:24:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f3e3b"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9f3e3b","method":"GET"} []
  8090. [2023-04-19 17:28:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8091. [2023-04-19 17:28:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8092. [2023-04-19 17:28:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8093. [2023-04-19 17:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8094. [2023-04-19 17:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8095. [2023-04-19 17:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8096. [2023-04-19 17:28:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8097. [2023-04-19 17:28:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8098. [2023-04-19 17:28:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8099. [2023-04-19 17:28:15] doctrine.DEBUG: SELECT DATABASE() [] []
  8100. [2023-04-19 17:28:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8101. [2023-04-19 17:28:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbf7aa"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/dbf7aa","method":"GET"} []
  8102. [2023-04-19 18:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8103. [2023-04-19 18:22:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8104. [2023-04-19 18:22:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8105. [2023-04-19 18:22:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8106. [2023-04-19 18:22:49] doctrine.DEBUG: SELECT DATABASE() [] []
  8107. [2023-04-19 23:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8108. [2023-04-19 23:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8109. [2023-04-19 23:51:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8110. [2023-04-19 23:51:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8111. [2023-04-19 23:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8112. [2023-04-19 23:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8113. [2023-04-19 23:51:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8114. [2023-04-19 23:51:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8115. [2023-04-19 23:51:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8116. [2023-04-19 23:51:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8117. [2023-04-19 23:51:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8118. [2023-04-19 23:51:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8119. [2023-04-19 23:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8120. [2023-04-19 23:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8121. [2023-04-19 23:51:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8122. [2023-04-19 23:51:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8123. [2023-04-19 23:51:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8124. [2023-04-19 23:51:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8125. [2023-04-19 23:51:08] doctrine.DEBUG: SELECT DATABASE() [] []
  8126. [2023-04-19 23:51:08] doctrine.DEBUG: SELECT DATABASE() [] []
  8127. [2023-04-19 23:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8128. [2023-04-19 23:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8129. [2023-04-19 23:51:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8130. [2023-04-19 23:51:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8131. [2023-04-19 23:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8132. [2023-04-19 23:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8133. [2023-04-19 23:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8134. [2023-04-19 23:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8135. [2023-04-19 23:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  8136. [2023-04-19 23:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  8137. [2023-04-19 23:51:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8138. [2023-04-19 23:51:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8139. [2023-04-19 23:51:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8140. [2023-04-19 23:51:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8141. [2023-04-19 23:51:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8142. [2023-04-19 23:51:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8143. [2023-04-19 23:51:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8144. [2023-04-19 23:51:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8145. [2023-04-19 23:51:22] doctrine.DEBUG: SELECT DATABASE() [] []
  8146. [2023-04-19 23:51:22] doctrine.DEBUG: SELECT DATABASE() [] []
  8147. [2023-04-20 18:55:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8148. [2023-04-20 18:55:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8149. [2023-04-20 18:55:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8150. [2023-04-20 18:55:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8151. [2023-04-20 18:55:49] doctrine.DEBUG: SELECT DATABASE() [] []
  8152. [2023-04-20 19:58:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8153. [2023-04-20 19:58:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8154. [2023-04-20 19:58:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8155. [2023-04-20 19:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8156. [2023-04-20 19:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8157. [2023-04-20 19:58:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8158. [2023-04-20 19:58:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8159. [2023-04-20 19:58:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8160. [2023-04-20 19:58:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8161. [2023-04-20 19:58:41] doctrine.DEBUG: SELECT DATABASE() [] []
  8162. [2023-04-20 19:58:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8163. [2023-04-20 19:58:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8164. [2023-04-20 19:58:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8165. [2023-04-20 19:58:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8166. [2023-04-20 19:58:41] doctrine.DEBUG: SELECT DATABASE() [] []
  8167. [2023-04-21 06:26:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8168. [2023-04-21 06:26:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8169. [2023-04-21 06:26:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8170. [2023-04-21 06:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8171. [2023-04-21 06:26:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8172. [2023-04-21 06:26:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8173. [2023-04-21 06:26:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8174. [2023-04-21 06:26:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8175. [2023-04-21 06:26:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8176. [2023-04-21 06:26:10] doctrine.DEBUG: SELECT DATABASE() [] []
  8177. [2023-04-21 06:26:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8178. [2023-04-21 06:26:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8179. [2023-04-21 06:26:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8180. [2023-04-21 06:26:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8181. [2023-04-21 06:26:12] doctrine.DEBUG: SELECT DATABASE() [] []
  8182. [2023-04-21 08:01:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8183. [2023-04-21 08:01:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8184. [2023-04-21 08:01:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8185. [2023-04-21 08:01:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8186. [2023-04-21 08:01:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8187. [2023-04-21 08:01:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8188. [2023-04-21 08:01:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8189. [2023-04-21 08:01:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8190. [2023-04-21 08:01:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8191. [2023-04-21 08:01:11] doctrine.DEBUG: SELECT DATABASE() [] []
  8192. [2023-04-21 08:01:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8193. [2023-04-21 08:01:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8194. [2023-04-21 08:01:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8195. [2023-04-21 08:01:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8196. [2023-04-21 08:01:13] doctrine.DEBUG: SELECT DATABASE() [] []
  8197. [2023-04-21 17:05:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8198. [2023-04-21 17:05:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8199. [2023-04-21 17:05:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8200. [2023-04-21 17:05:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8201. [2023-04-21 17:05:58] doctrine.DEBUG: SELECT DATABASE() [] []
  8202. [2023-04-21 18:47:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8203. [2023-04-21 18:47:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8204. [2023-04-21 18:47:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8205. [2023-04-21 18:47:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8206. [2023-04-21 18:47:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8207. [2023-04-21 18:47:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8208. [2023-04-21 18:47:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8209. [2023-04-21 18:47:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8210. [2023-04-21 18:47:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8211. [2023-04-21 18:47:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8212. [2023-04-21 18:47:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8213. [2023-04-21 18:47:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8214. [2023-04-21 18:47:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8215. [2023-04-21 18:47:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8216. [2023-04-21 18:47:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8217. [2023-04-21 18:47:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8218. [2023-04-21 18:47:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8219. [2023-04-21 18:47:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8220. [2023-04-21 18:47:59] doctrine.DEBUG: SELECT DATABASE() [] []
  8221. [2023-04-21 18:47:59] doctrine.DEBUG: SELECT DATABASE() [] []
  8222. [2023-04-21 19:42:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8223. [2023-04-21 19:42:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8224. [2023-04-21 19:42:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8225. [2023-04-21 19:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8226. [2023-04-21 19:42:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8227. [2023-04-21 19:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8228. [2023-04-21 19:42:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8229. [2023-04-21 19:42:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8230. [2023-04-21 19:42:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8231. [2023-04-21 19:42:08] doctrine.DEBUG: SELECT DATABASE() [] []
  8232. [2023-04-21 19:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8233. [2023-04-21 19:51:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8234. [2023-04-21 19:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8235. [2023-04-21 19:51:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8236. [2023-04-21 19:51:07] doctrine.DEBUG: SELECT DATABASE() [] []
  8237. [2023-04-21 21:12:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8238. [2023-04-21 21:12:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8239. [2023-04-21 21:12:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8240. [2023-04-21 21:12:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8241. [2023-04-21 21:12:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8242. [2023-04-21 21:12:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8243. [2023-04-21 21:12:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8244. [2023-04-21 21:12:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8245. [2023-04-21 21:12:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8246. [2023-04-21 21:12:27] doctrine.DEBUG: SELECT DATABASE() [] []
  8247. [2023-04-22 12:36:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8248. [2023-04-22 12:36:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8249. [2023-04-22 12:36:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8250. [2023-04-22 12:36:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8251. [2023-04-22 12:36:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8252. [2023-04-22 12:36:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8253. [2023-04-22 12:36:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8254. [2023-04-22 12:36:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8255. [2023-04-22 12:36:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8256. [2023-04-22 12:36:29] doctrine.DEBUG: SELECT DATABASE() [] []
  8257. [2023-04-22 15:19:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8258. [2023-04-22 15:19:08] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  8259. [2023-04-22 15:19:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8260. [2023-04-22 15:19:18] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  8261. [2023-04-22 16:41:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8262. [2023-04-22 16:41:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8263. [2023-04-22 16:41:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8264. [2023-04-22 16:41:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8265. [2023-04-22 16:41:18] doctrine.DEBUG: SELECT DATABASE() [] []
  8266. [2023-04-22 16:41:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8267. [2023-04-22 16:41:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8268. [2023-04-22 16:41:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8269. [2023-04-22 16:41:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8270. [2023-04-22 16:41:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8271. [2023-04-22 16:41:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8272. [2023-04-22 16:41:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8273. [2023-04-22 16:41:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8274. [2023-04-22 16:41:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8275. [2023-04-22 16:41:50] doctrine.DEBUG: SELECT DATABASE() [] []
  8276. [2023-04-22 16:41:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8277. [2023-04-22 16:41:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6898c2"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/6898c2","method":"GET"} []
  8278. [2023-04-26 18:01:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8279. [2023-04-26 18:01:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8280. [2023-04-26 18:01:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8281. [2023-04-26 18:01:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8282. [2023-04-26 18:01:25] doctrine.DEBUG: SELECT DATABASE() [] []
  8283. [2023-04-26 21:10:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8284. [2023-04-26 21:10:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8285. [2023-04-26 21:10:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8286. [2023-04-26 21:10:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8287. [2023-04-26 21:10:58] doctrine.DEBUG: SELECT DATABASE() [] []
  8288. [2023-04-27 09:03:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8289. [2023-04-27 09:03:24] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=config%2Fconfig.yaml&line=1","method":"GET"} []
  8290. [2023-04-27 09:03:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/config.yaml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/config.yaml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8291. [2023-04-27 10:30:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8292. [2023-04-27 10:30:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8293. [2023-04-27 10:30:21] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fenv%2Fparameters.yml&line=1","method":"GET"} []
  8294. [2023-04-27 10:30:21] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fenv%2Fparameters.yml&line=1","method":"GET"} []
  8295. [2023-04-27 10:30:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/env/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/env/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8296. [2023-04-27 10:30:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/env/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/env/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8297. [2023-04-27 11:37:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8298. [2023-04-27 11:37:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8299. [2023-04-27 11:37:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8300. [2023-04-27 11:37:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8301. [2023-04-27 11:37:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8302. [2023-04-27 11:37:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8303. [2023-04-27 11:37:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8304. [2023-04-27 11:37:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8305. [2023-04-27 11:37:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8306. [2023-04-27 11:37:36] doctrine.DEBUG: SELECT DATABASE() [] []
  8307. [2023-04-27 11:37:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8308. [2023-04-27 11:37:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a5ff9"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/6a5ff9","method":"GET"} []
  8309. [2023-04-27 11:45:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8310. [2023-04-27 11:45:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8311. [2023-04-27 11:45:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8312. [2023-04-27 11:45:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8313. [2023-04-27 11:45:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8314. [2023-04-27 11:45:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8315. [2023-04-27 11:45:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8316. [2023-04-27 11:45:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8317. [2023-04-27 11:45:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8318. [2023-04-27 11:45:16] doctrine.DEBUG: SELECT DATABASE() [] []
  8319. [2023-04-27 11:45:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8320. [2023-04-27 11:45:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3e4fc"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/d3e4fc","method":"GET"} []
  8321. [2023-04-27 11:58:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8322. [2023-04-27 11:58:39] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fconfig%2Fsystem.yml&line=1","method":"GET"} []
  8323. [2023-04-27 11:58:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/config/system.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/config/system.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8324. [2023-04-27 12:23:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8325. [2023-04-27 12:23:36] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.php&line=1","method":"GET"} []
  8326. [2023-04-27 12:23:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.php" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.php\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8327. [2023-04-27 12:54:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8328. [2023-04-27 12:54:02] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fenv%2Fparameters.yml&line=1","method":"GET"} []
  8329. [2023-04-27 12:54:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8330. [2023-04-27 12:54:02] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fenv%2Fparameters.yml&line=1","method":"GET"} []
  8331. [2023-04-27 12:54:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/env/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/env/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8332. [2023-04-27 12:54:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/env/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/env/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8333. [2023-04-27 12:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8334. [2023-04-27 12:57:27] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fproduction_parameters.php&line=1","method":"GET"} []
  8335. [2023-04-27 12:57:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/production_parameters.php" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/production_parameters.php\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8336. [2023-04-27 13:21:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8337. [2023-04-27 13:21:34] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml&line=1","method":"GET"} []
  8338. [2023-04-27 13:21:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8339. [2023-04-27 13:44:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8340. [2023-04-27 13:44:48] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fconfig%2Fparameters.yml&line=1","method":"GET"} []
  8341. [2023-04-27 13:44:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8342. [2023-04-27 14:08:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8343. [2023-04-27 14:08:39] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fdev%2Fparameters.yml&line=1","method":"GET"} []
  8344. [2023-04-27 14:08:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/dev/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/dev/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8345. [2023-04-27 14:43:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8346. [2023-04-27 14:43:05] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters_dev.yml&line=1","method":"GET"} []
  8347. [2023-04-27 14:43:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters_dev.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters_dev.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8348. [2023-04-27 15:01:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8349. [2023-04-27 15:01:57] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters_prod.yml&line=1","method":"GET"} []
  8350. [2023-04-27 15:01:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters_prod.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters_prod.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8351. [2023-04-27 15:29:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8352. [2023-04-27 15:29:56] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Fconfig%2Fsystem.php&line=1","method":"GET"} []
  8353. [2023-04-27 15:29:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/config/system.php" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/config/system.php\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8354. [2023-04-27 16:18:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8355. [2023-04-27 16:18:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8356. [2023-04-27 16:18:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8357. [2023-04-27 16:18:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8358. [2023-04-27 16:18:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8359. [2023-04-27 16:18:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8360. [2023-04-27 16:18:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8361. [2023-04-27 16:18:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8362. [2023-04-27 16:18:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8363. [2023-04-27 16:18:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8364. [2023-04-27 16:18:40] php.DEBUG: Warning: mkdir(): File exists {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Cache/FilesystemCache.php\",\"line\":50,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Environment.php\",\"line\":349,\"function\":\"write\",\"class\":\"Twig\\\\Cache\\\\FilesystemCache\",\"type\":\"->\"}],\"count\":1})"} []
  8365. [2023-04-27 16:18:40] php.DEBUG: Warning: mkdir(): File exists {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Cache/FilesystemCache.php\",\"line\":50,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Environment.php\",\"line\":349,\"function\":\"write\",\"class\":\"Twig\\\\Cache\\\\FilesystemCache\",\"type\":\"->\"}],\"count\":1})"} []
  8366. [2023-04-27 16:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8367. [2023-04-27 16:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8368. [2023-04-27 16:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8369. [2023-04-27 16:18:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8370. [2023-04-27 16:18:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8371. [2023-04-27 16:18:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8372. [2023-04-27 16:18:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8373. [2023-04-27 16:18:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8374. [2023-04-27 16:18:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":300})"} []
  8375. [2023-04-27 16:18:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":300})"} []
  8376. [2023-04-27 16:18:41] doctrine.DEBUG: SELECT DATABASE() [] []
  8377. [2023-04-27 16:18:41] doctrine.DEBUG: SELECT DATABASE() [] []
  8378. [2023-04-27 16:18:42] php.DEBUG: Warning: mkdir(): File exists {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Cache/FilesystemCache.php\",\"line\":50,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Environment.php\",\"line\":349,\"function\":\"write\",\"class\":\"Twig\\\\Cache\\\\FilesystemCache\",\"type\":\"->\"}],\"count\":1})"} []
  8379. [2023-04-27 16:18:42] php.DEBUG: Warning: mkdir(): File exists {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Cache/FilesystemCache.php\",\"line\":50,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/twig/twig/src/Environment.php\",\"line\":349,\"function\":\"write\",\"class\":\"Twig\\\\Cache\\\\FilesystemCache\",\"type\":\"->\"}],\"count\":1})"} []
  8380. [2023-04-27 16:51:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8381. [2023-04-27 16:51:34] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=%2F.git%2FHEAD&line=1","method":"GET"} []
  8382. [2023-04-27 16:51:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "/.git/HEAD" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"/.git/HEAD\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8383. [2023-04-27 17:30:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8384. [2023-04-27 17:30:09] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=web%2F.env&line=1","method":"GET"} []
  8385. [2023-04-27 17:30:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "web/.env" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"web/.env\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  8386. [2023-04-27 18:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8387. [2023-04-27 18:12:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8388. [2023-04-27 18:12:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8389. [2023-04-27 18:12:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8390. [2023-04-27 18:12:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8391. [2023-04-27 18:12:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8392. [2023-04-27 18:12:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8393. [2023-04-27 18:12:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8394. [2023-04-27 18:12:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8395. [2023-04-27 18:12:51] doctrine.DEBUG: SELECT DATABASE() [] []
  8396. [2023-04-27 18:43:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8397. [2023-04-27 18:43:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8398. [2023-04-27 18:43:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8399. [2023-04-27 18:43:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8400. [2023-04-27 18:43:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8401. [2023-04-27 18:43:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8402. [2023-04-27 18:43:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8403. [2023-04-27 18:43:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8404. [2023-04-27 18:43:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8405. [2023-04-27 18:43:18] doctrine.DEBUG: SELECT DATABASE() [] []
  8406. [2023-04-27 22:08:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8407. [2023-04-27 22:08:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8408. [2023-04-27 22:08:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8409. [2023-04-27 22:08:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8410. [2023-04-27 22:08:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8411. [2023-04-27 22:08:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8412. [2023-04-27 22:08:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8413. [2023-04-27 22:08:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8414. [2023-04-27 22:08:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8415. [2023-04-27 22:08:19] doctrine.DEBUG: SELECT DATABASE() [] []
  8416. [2023-04-28 06:17:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8417. [2023-04-28 06:17:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8418. [2023-04-28 06:17:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8419. [2023-04-28 06:17:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8420. [2023-04-28 06:17:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8421. [2023-04-28 06:17:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8422. [2023-04-28 06:17:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8423. [2023-04-28 06:17:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8424. [2023-04-28 06:17:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8425. [2023-04-28 06:17:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8426. [2023-04-28 06:17:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8427. [2023-04-28 06:17:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8428. [2023-04-28 06:17:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8429. [2023-04-28 06:17:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8430. [2023-04-28 06:17:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8431. [2023-04-28 06:17:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8432. [2023-04-28 06:17:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8433. [2023-04-28 06:17:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8434. [2023-04-28 06:17:58] doctrine.DEBUG: SELECT DATABASE() [] []
  8435. [2023-04-28 06:17:58] doctrine.DEBUG: SELECT DATABASE() [] []
  8436. [2023-04-28 20:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8437. [2023-04-28 20:15:56] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  8438. [2023-04-28 20:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8439. [2023-04-28 20:15:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8440. [2023-04-28 20:15:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8441. [2023-04-28 20:15:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8442. [2023-04-28 20:15:57] doctrine.DEBUG: SELECT DATABASE() [] []
  8443. [2023-04-28 21:14:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8444. [2023-04-28 21:14:25] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  8445. [2023-04-28 21:14:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8446. [2023-04-28 21:14:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_configurator/final"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_configurator/final\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_configurator/final/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8447. [2023-04-28 21:14:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8448. [2023-04-28 21:14:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8449. [2023-04-28 21:14:26] doctrine.DEBUG: SELECT DATABASE() [] []
  8450. [2023-04-30 03:28:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8451. [2023-04-30 03:28:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8452. [2023-04-30 03:28:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8453. [2023-04-30 03:28:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8454. [2023-04-30 03:28:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8455. [2023-04-30 03:28:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8456. [2023-04-30 03:28:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8457. [2023-04-30 03:28:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8458. [2023-04-30 03:28:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8459. [2023-04-30 03:28:15] doctrine.DEBUG: SELECT DATABASE() [] []
  8460. [2023-04-30 03:32:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8461. [2023-04-30 03:32:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8462. [2023-04-30 03:32:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8463. [2023-04-30 03:32:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8464. [2023-04-30 03:32:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8465. [2023-04-30 03:32:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8466. [2023-04-30 03:32:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8467. [2023-04-30 03:32:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8468. [2023-04-30 03:32:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8469. [2023-04-30 03:32:13] doctrine.DEBUG: SELECT DATABASE() [] []
  8470. [2023-04-30 03:32:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8471. [2023-04-30 03:32:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8472. [2023-04-30 03:32:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8473. [2023-04-30 03:32:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8474. [2023-04-30 03:32:14] doctrine.DEBUG: SELECT DATABASE() [] []
  8475. [2023-05-02 19:41:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8476. [2023-05-02 19:41:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8477. [2023-05-02 19:41:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8478. [2023-05-02 19:41:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8479. [2023-05-02 19:41:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8480. [2023-05-02 19:41:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8481. [2023-05-02 19:41:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8482. [2023-05-02 19:41:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8483. [2023-05-02 19:41:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8484. [2023-05-02 19:41:06] doctrine.DEBUG: SELECT DATABASE() [] []
  8485. [2023-05-03 01:43:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8486. [2023-05-03 01:43:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8487. [2023-05-03 01:43:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8488. [2023-05-03 01:43:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8489. [2023-05-03 01:43:28] doctrine.DEBUG: SELECT DATABASE() [] []
  8490. [2023-05-03 16:49:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8491. [2023-05-03 16:49:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8492. [2023-05-03 16:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8493. [2023-05-03 16:49:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8494. [2023-05-03 16:49:40] doctrine.DEBUG: SELECT DATABASE() [] []
  8495. [2023-05-03 17:40:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8496. [2023-05-03 17:40:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8497. [2023-05-03 17:40:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8498. [2023-05-03 17:40:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8499. [2023-05-03 17:40:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8500. [2023-05-03 17:40:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8501. [2023-05-03 17:40:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8502. [2023-05-03 17:40:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8503. [2023-05-03 17:40:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8504. [2023-05-03 17:40:58] doctrine.DEBUG: SELECT DATABASE() [] []
  8505. [2023-05-03 17:41:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8506. [2023-05-03 17:41:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2e50b"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/f2e50b","method":"GET"} []
  8507. [2023-05-03 17:41:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8508. [2023-05-03 17:43:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8509. [2023-05-03 17:43:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8510. [2023-05-03 17:43:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8511. [2023-05-03 17:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8512. [2023-05-03 17:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8513. [2023-05-03 17:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8514. [2023-05-03 17:43:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8515. [2023-05-03 17:43:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8516. [2023-05-03 17:43:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8517. [2023-05-03 17:43:24] doctrine.DEBUG: SELECT DATABASE() [] []
  8518. [2023-05-03 17:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8519. [2023-05-03 17:43:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54ce96"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/54ce96","method":"GET"} []
  8520. [2023-05-03 20:24:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8521. [2023-05-03 20:24:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8522. [2023-05-03 20:24:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8523. [2023-05-03 20:24:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8524. [2023-05-03 20:24:01] doctrine.DEBUG: SELECT DATABASE() [] []
  8525. [2023-05-06 03:59:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8526. [2023-05-06 03:59:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8527. [2023-05-06 03:59:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8528. [2023-05-06 03:59:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8529. [2023-05-06 03:59:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8530. [2023-05-06 03:59:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8531. [2023-05-06 03:59:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8532. [2023-05-06 03:59:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8533. [2023-05-06 03:59:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8534. [2023-05-06 03:59:57] doctrine.DEBUG: SELECT DATABASE() [] []
  8535. [2023-05-06 03:59:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8536. [2023-05-06 03:59:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8537. [2023-05-06 03:59:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8538. [2023-05-06 03:59:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8539. [2023-05-06 03:59:59] doctrine.DEBUG: SELECT DATABASE() [] []
  8540. [2023-05-06 08:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8541. [2023-05-06 08:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8542. [2023-05-06 08:00:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8543. [2023-05-06 08:00:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8544. [2023-05-06 08:00:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8545. [2023-05-06 08:00:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8546. [2023-05-06 08:00:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8547. [2023-05-06 08:00:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8548. [2023-05-06 08:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8549. [2023-05-06 08:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8550. [2023-05-06 08:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8551. [2023-05-06 08:00:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8552. [2023-05-06 08:00:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8553. [2023-05-06 08:00:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8554. [2023-05-06 08:00:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8555. [2023-05-06 08:00:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8556. [2023-05-06 08:00:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8557. [2023-05-06 08:00:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8558. [2023-05-06 08:00:39] doctrine.DEBUG: SELECT DATABASE() [] []
  8559. [2023-05-06 08:00:39] doctrine.DEBUG: SELECT DATABASE() [] []
  8560. [2023-05-06 13:12:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8561. [2023-05-06 13:12:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8562. [2023-05-06 13:12:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8563. [2023-05-06 13:12:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8564. [2023-05-06 13:12:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8565. [2023-05-06 13:12:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8566. [2023-05-06 13:12:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8567. [2023-05-06 13:12:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8568. [2023-05-06 13:12:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8569. [2023-05-06 13:12:56] doctrine.DEBUG: SELECT DATABASE() [] []
  8570. [2023-05-06 13:12:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8571. [2023-05-06 13:12:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8572. [2023-05-06 13:12:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8573. [2023-05-06 13:12:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8574. [2023-05-06 13:12:58] doctrine.DEBUG: SELECT DATABASE() [] []
  8575. [2023-05-08 04:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8576. [2023-05-08 04:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8577. [2023-05-08 04:41:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8578. [2023-05-08 04:41:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8579. [2023-05-08 04:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8580. [2023-05-08 04:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8581. [2023-05-08 04:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8582. [2023-05-08 04:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8583. [2023-05-08 04:42:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8584. [2023-05-08 04:42:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8585. [2023-05-08 04:42:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8586. [2023-05-08 04:42:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8587. [2023-05-08 04:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8588. [2023-05-08 04:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8589. [2023-05-08 04:42:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8590. [2023-05-08 04:42:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8591. [2023-05-08 04:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8592. [2023-05-08 04:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8593. [2023-05-08 04:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  8594. [2023-05-08 04:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  8595. [2023-05-08 06:20:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8596. [2023-05-08 06:20:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8597. [2023-05-08 06:20:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8598. [2023-05-08 06:20:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8599. [2023-05-08 06:20:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8600. [2023-05-08 06:20:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8601. [2023-05-08 06:20:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8602. [2023-05-08 06:20:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8603. [2023-05-08 06:20:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8604. [2023-05-08 06:20:02] doctrine.DEBUG: SELECT DATABASE() [] []
  8605. [2023-05-08 06:22:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8606. [2023-05-08 06:22:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8607. [2023-05-08 06:22:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8608. [2023-05-08 06:22:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8609. [2023-05-08 06:22:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8610. [2023-05-08 06:22:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8611. [2023-05-08 06:22:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8612. [2023-05-08 06:22:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8613. [2023-05-08 06:22:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8614. [2023-05-08 06:22:33] doctrine.DEBUG: SELECT DATABASE() [] []
  8615. [2023-05-08 18:06:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8616. [2023-05-08 18:06:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8617. [2023-05-08 18:06:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8618. [2023-05-08 18:06:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8619. [2023-05-08 18:06:01] doctrine.DEBUG: SELECT DATABASE() [] []
  8620. [2023-05-08 20:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8621. [2023-05-08 20:55:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8622. [2023-05-08 20:55:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8623. [2023-05-08 20:55:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8624. [2023-05-08 20:55:40] doctrine.DEBUG: SELECT DATABASE() [] []
  8625. [2023-05-09 04:25:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8626. [2023-05-09 04:25:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8627. [2023-05-09 04:25:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8628. [2023-05-09 04:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8629. [2023-05-09 04:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8630. [2023-05-09 04:25:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8631. [2023-05-09 04:25:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8632. [2023-05-09 04:25:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8633. [2023-05-09 04:25:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8634. [2023-05-09 04:25:10] doctrine.DEBUG: SELECT DATABASE() [] []
  8635. [2023-05-09 04:25:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8636. [2023-05-09 04:25:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8637. [2023-05-09 04:25:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8638. [2023-05-09 04:25:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8639. [2023-05-09 04:25:11] doctrine.DEBUG: SELECT DATABASE() [] []
  8640. [2023-05-09 04:25:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8641. [2023-05-09 04:25:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8642. [2023-05-09 04:25:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8643. [2023-05-09 04:25:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8644. [2023-05-09 04:25:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8645. [2023-05-09 04:25:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8646. [2023-05-09 04:25:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8647. [2023-05-09 04:25:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8648. [2023-05-09 04:25:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8649. [2023-05-09 04:25:12] doctrine.DEBUG: SELECT DATABASE() [] []
  8650. [2023-05-09 04:25:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8651. [2023-05-09 04:25:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8652. [2023-05-09 04:25:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8653. [2023-05-09 04:25:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8654. [2023-05-09 04:25:13] doctrine.DEBUG: SELECT DATABASE() [] []
  8655. [2023-05-09 12:16:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8656. [2023-05-09 12:16:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8657. [2023-05-09 12:16:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8658. [2023-05-09 12:16:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8659. [2023-05-09 12:16:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8660. [2023-05-09 12:16:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8661. [2023-05-09 12:16:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8662. [2023-05-09 12:16:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8663. [2023-05-09 12:16:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8664. [2023-05-09 12:16:44] doctrine.DEBUG: SELECT DATABASE() [] []
  8665. [2023-05-10 00:37:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8666. [2023-05-10 00:37:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8667. [2023-05-10 00:37:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8668. [2023-05-10 00:37:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8669. [2023-05-10 00:37:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8670. [2023-05-10 00:37:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8671. [2023-05-10 00:37:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8672. [2023-05-10 00:37:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8673. [2023-05-10 00:37:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8674. [2023-05-10 00:37:09] doctrine.DEBUG: SELECT DATABASE() [] []
  8675. [2023-05-10 00:37:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8676. [2023-05-10 00:37:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8677. [2023-05-10 00:37:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8678. [2023-05-10 00:37:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8679. [2023-05-10 00:37:11] doctrine.DEBUG: SELECT DATABASE() [] []
  8680. [2023-05-10 00:37:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8681. [2023-05-10 00:37:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8682. [2023-05-10 00:37:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8683. [2023-05-10 00:37:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8684. [2023-05-10 00:37:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8685. [2023-05-10 00:37:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8686. [2023-05-10 00:37:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8687. [2023-05-10 00:37:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8688. [2023-05-10 00:37:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8689. [2023-05-10 00:37:12] doctrine.DEBUG: SELECT DATABASE() [] []
  8690. [2023-05-10 00:37:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8691. [2023-05-10 00:37:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8692. [2023-05-10 00:37:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8693. [2023-05-10 00:37:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8694. [2023-05-10 00:37:12] doctrine.DEBUG: SELECT DATABASE() [] []
  8695. [2023-05-10 11:03:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8696. [2023-05-10 11:03:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8697. [2023-05-10 11:03:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8698. [2023-05-10 11:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8699. [2023-05-10 11:03:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8700. [2023-05-10 11:03:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8701. [2023-05-10 11:03:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8702. [2023-05-10 11:03:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8703. [2023-05-10 11:03:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8704. [2023-05-10 11:03:51] doctrine.DEBUG: SELECT DATABASE() [] []
  8705. [2023-05-10 11:13:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8706. [2023-05-10 11:13:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8707. [2023-05-10 11:13:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8708. [2023-05-10 11:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8709. [2023-05-10 11:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8710. [2023-05-10 11:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8711. [2023-05-10 11:13:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8712. [2023-05-10 11:13:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8713. [2023-05-10 11:13:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8714. [2023-05-10 11:13:48] doctrine.DEBUG: SELECT DATABASE() [] []
  8715. [2023-05-10 18:07:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8716. [2023-05-10 18:07:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8717. [2023-05-10 18:07:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8718. [2023-05-10 18:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8719. [2023-05-10 18:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8720. [2023-05-10 18:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8721. [2023-05-10 18:07:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8722. [2023-05-10 18:07:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8723. [2023-05-10 18:07:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8724. [2023-05-10 18:07:01] doctrine.DEBUG: SELECT DATABASE() [] []
  8725. [2023-05-10 20:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8726. [2023-05-10 20:08:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8727. [2023-05-10 20:08:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8728. [2023-05-10 20:08:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8729. [2023-05-10 20:08:42] doctrine.DEBUG: SELECT DATABASE() [] []
  8730. [2023-05-11 20:01:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8731. [2023-05-11 20:01:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8732. [2023-05-11 20:01:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8733. [2023-05-11 20:01:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8734. [2023-05-11 20:01:26] doctrine.DEBUG: SELECT DATABASE() [] []
  8735. [2023-05-12 23:03:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8736. [2023-05-12 23:03:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  8737. [2023-05-12 23:03:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8738. [2023-05-12 23:03:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8739. [2023-05-12 23:03:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8740. [2023-05-12 23:03:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8741. [2023-05-12 23:03:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8742. [2023-05-12 23:03:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8743. [2023-05-12 23:03:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8744. [2023-05-12 23:03:23] doctrine.DEBUG: SELECT DATABASE() [] []
  8745. [2023-05-13 10:12:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8746. [2023-05-13 10:12:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8747. [2023-05-13 10:12:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8748. [2023-05-13 10:12:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8749. [2023-05-13 10:12:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8750. [2023-05-13 10:12:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8751. [2023-05-13 10:12:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8752. [2023-05-13 10:12:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8753. [2023-05-13 10:12:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8754. [2023-05-13 10:12:35] doctrine.DEBUG: SELECT DATABASE() [] []
  8755. [2023-05-13 10:12:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8756. [2023-05-13 10:12:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8757. [2023-05-13 10:12:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8758. [2023-05-13 10:12:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8759. [2023-05-13 10:12:37] doctrine.DEBUG: SELECT DATABASE() [] []
  8760. [2023-05-13 10:47:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8761. [2023-05-13 10:47:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8762. [2023-05-13 10:47:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8763. [2023-05-13 10:47:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8764. [2023-05-13 10:47:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8765. [2023-05-13 10:47:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8766. [2023-05-13 10:47:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8767. [2023-05-13 10:47:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8768. [2023-05-13 10:47:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8769. [2023-05-13 10:47:04] doctrine.DEBUG: SELECT DATABASE() [] []
  8770. [2023-05-13 10:47:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8771. [2023-05-13 10:47:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8772. [2023-05-13 10:47:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8773. [2023-05-13 10:47:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8774. [2023-05-13 10:47:06] doctrine.DEBUG: SELECT DATABASE() [] []
  8775. [2023-05-14 17:30:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8776. [2023-05-14 17:30:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8777. [2023-05-14 17:30:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8778. [2023-05-14 17:30:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8779. [2023-05-14 17:30:45] doctrine.DEBUG: SELECT DATABASE() [] []
  8780. [2023-05-14 20:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8781. [2023-05-14 20:51:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8782. [2023-05-14 20:51:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8783. [2023-05-14 20:51:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8784. [2023-05-14 20:51:19] doctrine.DEBUG: SELECT DATABASE() [] []
  8785. [2023-05-16 00:51:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8786. [2023-05-16 00:51:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8787. [2023-05-16 00:51:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8788. [2023-05-16 00:51:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8789. [2023-05-16 00:51:50] doctrine.DEBUG: SELECT DATABASE() [] []
  8790. [2023-05-16 16:44:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8791. [2023-05-16 16:44:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8792. [2023-05-16 16:44:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8793. [2023-05-16 16:44:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8794. [2023-05-16 16:44:47] doctrine.DEBUG: SELECT DATABASE() [] []
  8795. [2023-05-17 00:06:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8796. [2023-05-17 00:06:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8797. [2023-05-17 00:06:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8798. [2023-05-17 00:06:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8799. [2023-05-17 00:06:37] doctrine.DEBUG: SELECT DATABASE() [] []
  8800. [2023-05-17 07:18:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8801. [2023-05-17 07:18:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8802. [2023-05-17 07:18:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8803. [2023-05-17 07:18:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8804. [2023-05-17 07:18:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8805. [2023-05-17 07:18:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8806. [2023-05-17 07:18:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8807. [2023-05-17 07:18:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8808. [2023-05-17 07:18:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8809. [2023-05-17 07:18:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8810. [2023-05-17 07:18:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8811. [2023-05-17 07:18:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8812. [2023-05-17 07:18:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8813. [2023-05-17 07:18:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8814. [2023-05-17 07:18:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8815. [2023-05-17 07:18:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8816. [2023-05-17 07:18:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8817. [2023-05-17 07:18:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8818. [2023-05-17 07:18:08] doctrine.DEBUG: SELECT DATABASE() [] []
  8819. [2023-05-17 07:18:08] doctrine.DEBUG: SELECT DATABASE() [] []
  8820. [2023-05-17 09:06:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8821. [2023-05-17 09:06:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8822. [2023-05-17 09:06:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8823. [2023-05-17 09:06:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8824. [2023-05-17 09:06:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8825. [2023-05-17 09:06:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8826. [2023-05-17 09:06:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8827. [2023-05-17 09:06:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8828. [2023-05-17 09:06:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8829. [2023-05-17 09:06:13] doctrine.DEBUG: SELECT DATABASE() [] []
  8830. [2023-05-17 09:06:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8831. [2023-05-17 09:06:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8832. [2023-05-17 09:06:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8833. [2023-05-17 09:06:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8834. [2023-05-17 09:06:15] doctrine.DEBUG: SELECT DATABASE() [] []
  8835. [2023-05-18 07:36:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8836. [2023-05-18 07:36:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8837. [2023-05-18 07:36:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8838. [2023-05-18 07:36:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8839. [2023-05-18 07:36:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8840. [2023-05-18 07:36:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8841. [2023-05-18 07:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8842. [2023-05-18 07:36:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8843. [2023-05-18 07:36:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8844. [2023-05-18 07:36:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8845. [2023-05-18 07:36:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8846. [2023-05-18 07:36:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8847. [2023-05-18 07:36:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8848. [2023-05-18 07:36:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8849. [2023-05-18 07:36:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8850. [2023-05-18 07:36:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8851. [2023-05-18 07:36:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8852. [2023-05-18 07:36:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8853. [2023-05-18 07:36:48] doctrine.DEBUG: SELECT DATABASE() [] []
  8854. [2023-05-18 07:36:48] doctrine.DEBUG: SELECT DATABASE() [] []
  8855. [2023-05-18 07:39:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8856. [2023-05-18 07:39:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8857. [2023-05-18 07:39:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8858. [2023-05-18 07:39:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8859. [2023-05-18 07:39:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8860. [2023-05-18 07:39:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8861. [2023-05-18 07:39:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8862. [2023-05-18 07:39:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8863. [2023-05-18 07:39:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8864. [2023-05-18 07:39:14] doctrine.DEBUG: SELECT DATABASE() [] []
  8865. [2023-05-18 08:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8866. [2023-05-18 08:00:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8867. [2023-05-18 08:00:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8868. [2023-05-18 08:00:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8869. [2023-05-18 08:00:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8870. [2023-05-18 08:00:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8871. [2023-05-18 08:00:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8872. [2023-05-18 08:00:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8873. [2023-05-18 08:00:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8874. [2023-05-18 08:00:24] doctrine.DEBUG: SELECT DATABASE() [] []
  8875. [2023-05-18 08:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8876. [2023-05-18 08:00:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8877. [2023-05-18 08:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8878. [2023-05-18 08:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8879. [2023-05-18 08:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8880. [2023-05-18 08:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8881. [2023-05-18 08:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8882. [2023-05-18 08:00:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8883. [2023-05-18 08:00:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8884. [2023-05-18 08:00:28] doctrine.DEBUG: SELECT DATABASE() [] []
  8885. [2023-05-18 19:48:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8886. [2023-05-18 19:48:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8887. [2023-05-18 19:48:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8888. [2023-05-18 19:48:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8889. [2023-05-18 19:48:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8890. [2023-05-18 19:48:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8891. [2023-05-18 19:48:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8892. [2023-05-18 19:48:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8893. [2023-05-18 19:48:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8894. [2023-05-18 19:48:38] doctrine.DEBUG: SELECT DATABASE() [] []
  8895. [2023-05-18 19:48:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8896. [2023-05-18 19:48:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8897. [2023-05-18 19:48:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8898. [2023-05-18 19:48:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8899. [2023-05-18 19:48:46] doctrine.DEBUG: SELECT DATABASE() [] []
  8900. [2023-05-18 19:48:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8901. [2023-05-18 19:48:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8902. [2023-05-18 19:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8903. [2023-05-18 19:48:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  8904. [2023-05-18 19:48:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8905. [2023-05-18 19:48:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8906. [2023-05-18 19:48:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8907. [2023-05-18 19:48:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8908. [2023-05-18 19:48:54] doctrine.DEBUG: SELECT DATABASE() [] []
  8909. [2023-05-18 19:48:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8910. [2023-05-18 19:48:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8911. [2023-05-18 19:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8912. [2023-05-18 19:48:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8913. [2023-05-18 19:48:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8914. [2023-05-18 19:48:55] doctrine.DEBUG: SELECT DATABASE() [] []
  8915. [2023-05-18 19:48:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8916. [2023-05-18 19:48:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8917. [2023-05-18 19:48:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8918. [2023-05-18 19:48:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8919. [2023-05-18 19:48:59] doctrine.DEBUG: SELECT DATABASE() [] []
  8920. [2023-05-18 19:49:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8921. [2023-05-18 19:49:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8922. [2023-05-18 19:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8923. [2023-05-18 19:49:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8924. [2023-05-18 19:49:05] doctrine.DEBUG: SELECT DATABASE() [] []
  8925. [2023-05-18 20:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8926. [2023-05-18 20:30:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8927. [2023-05-18 20:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8928. [2023-05-18 20:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8929. [2023-05-18 20:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8930. [2023-05-18 20:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8931. [2023-05-18 20:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8932. [2023-05-18 20:30:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8933. [2023-05-18 20:30:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8934. [2023-05-18 20:30:09] doctrine.DEBUG: SELECT DATABASE() [] []
  8935. [2023-05-18 23:08:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8936. [2023-05-18 23:08:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8937. [2023-05-18 23:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8938. [2023-05-18 23:08:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8939. [2023-05-18 23:08:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8940. [2023-05-18 23:08:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8941. [2023-05-18 23:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8942. [2023-05-18 23:08:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8943. [2023-05-18 23:08:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8944. [2023-05-18 23:08:47] doctrine.DEBUG: SELECT DATABASE() [] []
  8945. [2023-05-18 23:10:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8946. [2023-05-18 23:10:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8947. [2023-05-18 23:10:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8948. [2023-05-18 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8949. [2023-05-18 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8950. [2023-05-18 23:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8951. [2023-05-18 23:10:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8952. [2023-05-18 23:10:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8953. [2023-05-18 23:10:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8954. [2023-05-18 23:10:15] doctrine.DEBUG: SELECT DATABASE() [] []
  8955. [2023-05-19 02:37:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8956. [2023-05-19 02:37:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8957. [2023-05-19 02:37:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8958. [2023-05-19 02:37:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8959. [2023-05-19 02:37:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8960. [2023-05-19 02:37:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8961. [2023-05-19 02:37:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8962. [2023-05-19 02:37:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8963. [2023-05-19 02:37:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8964. [2023-05-19 02:37:19] doctrine.DEBUG: SELECT DATABASE() [] []
  8965. [2023-05-19 02:37:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8966. [2023-05-19 02:37:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8967. [2023-05-19 02:37:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8968. [2023-05-19 02:37:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8969. [2023-05-19 02:37:20] doctrine.DEBUG: SELECT DATABASE() [] []
  8970. [2023-05-19 02:37:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8971. [2023-05-19 02:37:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8972. [2023-05-19 02:37:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8973. [2023-05-19 02:37:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8974. [2023-05-19 02:37:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8975. [2023-05-19 02:37:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8976. [2023-05-19 02:37:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8977. [2023-05-19 02:37:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8978. [2023-05-19 02:37:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8979. [2023-05-19 02:37:20] doctrine.DEBUG: SELECT DATABASE() [] []
  8980. [2023-05-19 02:37:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8981. [2023-05-19 02:37:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  8982. [2023-05-19 02:37:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8983. [2023-05-19 02:37:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8984. [2023-05-19 02:37:21] doctrine.DEBUG: SELECT DATABASE() [] []
  8985. [2023-05-19 04:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8986. [2023-05-19 04:39:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8987. [2023-05-19 04:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8988. [2023-05-19 04:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8989. [2023-05-19 04:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  8990. [2023-05-19 04:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  8991. [2023-05-19 04:39:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  8992. [2023-05-19 04:39:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  8993. [2023-05-19 04:39:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  8994. [2023-05-19 04:39:02] doctrine.DEBUG: SELECT DATABASE() [] []
  8995. [2023-05-19 15:04:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  8996. [2023-05-19 15:04:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  8997. [2023-05-19 15:04:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  8998. [2023-05-19 15:04:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  8999. [2023-05-19 15:04:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9000. [2023-05-19 15:04:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9001. [2023-05-19 15:04:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9002. [2023-05-19 15:04:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9003. [2023-05-19 15:04:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9004. [2023-05-19 15:04:03] doctrine.DEBUG: SELECT DATABASE() [] []
  9005. [2023-05-19 15:40:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9006. [2023-05-19 15:40:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9007. [2023-05-19 15:40:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9008. [2023-05-19 15:40:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  9009. [2023-05-19 15:40:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9010. [2023-05-19 15:40:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9011. [2023-05-19 15:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9012. [2023-05-19 15:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9013. [2023-05-19 15:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9014. [2023-05-19 15:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9015. [2023-05-19 15:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9016. [2023-05-19 15:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9017. [2023-05-19 15:40:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9018. [2023-05-19 15:40:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9019. [2023-05-19 15:40:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9020. [2023-05-19 15:40:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9021. [2023-05-19 15:40:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9022. [2023-05-19 15:40:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9023. [2023-05-19 15:40:38] doctrine.DEBUG: SELECT DATABASE() [] []
  9024. [2023-05-19 15:40:38] doctrine.DEBUG: SELECT DATABASE() [] []
  9025. [2023-05-20 02:20:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9026. [2023-05-20 02:20:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9027. [2023-05-20 02:20:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9028. [2023-05-20 02:20:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9029. [2023-05-20 02:20:39] doctrine.DEBUG: SELECT DATABASE() [] []
  9030. [2023-05-20 12:06:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9031. [2023-05-20 12:06:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9032. [2023-05-20 12:06:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9033. [2023-05-20 12:06:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9034. [2023-05-20 12:06:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9035. [2023-05-20 12:06:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9036. [2023-05-20 12:06:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9037. [2023-05-20 12:06:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9038. [2023-05-20 12:06:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9039. [2023-05-20 12:06:32] doctrine.DEBUG: SELECT DATABASE() [] []
  9040. [2023-05-21 09:23:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9041. [2023-05-21 09:23:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9042. [2023-05-21 09:23:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9043. [2023-05-21 09:23:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9044. [2023-05-21 09:23:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9045. [2023-05-21 09:23:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9046. [2023-05-21 09:23:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9047. [2023-05-21 09:23:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9048. [2023-05-21 09:23:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9049. [2023-05-21 09:23:11] doctrine.DEBUG: SELECT DATABASE() [] []
  9050. [2023-05-22 07:51:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9051. [2023-05-22 07:51:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9052. [2023-05-22 07:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9053. [2023-05-22 07:51:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9054. [2023-05-22 07:51:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9055. [2023-05-22 07:51:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9056. [2023-05-22 07:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9057. [2023-05-22 07:51:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9058. [2023-05-22 07:51:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9059. [2023-05-22 07:51:08] doctrine.DEBUG: SELECT DATABASE() [] []
  9060. [2023-05-22 07:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9061. [2023-05-22 07:51:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9062. [2023-05-22 07:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9063. [2023-05-22 07:51:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9064. [2023-05-22 07:51:10] doctrine.DEBUG: SELECT DATABASE() [] []
  9065. [2023-05-22 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9066. [2023-05-22 08:08:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9067. [2023-05-22 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9068. [2023-05-22 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9069. [2023-05-22 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9070. [2023-05-22 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9071. [2023-05-22 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9072. [2023-05-22 08:08:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9073. [2023-05-22 08:08:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9074. [2023-05-22 08:08:50] doctrine.DEBUG: SELECT DATABASE() [] []
  9075. [2023-05-22 17:53:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9076. [2023-05-22 17:53:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9077. [2023-05-22 17:53:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9078. [2023-05-22 17:53:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9079. [2023-05-22 17:53:29] doctrine.DEBUG: SELECT DATABASE() [] []
  9080. [2023-05-23 03:44:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9081. [2023-05-23 03:44:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9082. [2023-05-23 03:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9083. [2023-05-23 03:44:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9084. [2023-05-23 03:44:42] doctrine.DEBUG: SELECT DATABASE() [] []
  9085. [2023-05-23 09:20:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9086. [2023-05-23 09:20:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9087. [2023-05-23 09:20:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9088. [2023-05-23 09:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9089. [2023-05-23 09:20:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9090. [2023-05-23 09:20:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9091. [2023-05-23 09:20:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9092. [2023-05-23 09:20:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9093. [2023-05-23 09:20:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9094. [2023-05-23 09:20:42] doctrine.DEBUG: SELECT DATABASE() [] []
  9095. [2023-05-23 11:59:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9096. [2023-05-23 11:59:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9097. [2023-05-23 11:59:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9098. [2023-05-23 11:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9099. [2023-05-23 11:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9100. [2023-05-23 11:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9101. [2023-05-23 11:59:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9102. [2023-05-23 11:59:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9103. [2023-05-23 11:59:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9104. [2023-05-23 11:59:07] doctrine.DEBUG: SELECT DATABASE() [] []
  9105. [2023-05-23 12:00:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9106. [2023-05-23 12:00:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9107. [2023-05-23 12:00:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9108. [2023-05-23 12:00:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9109. [2023-05-23 12:00:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9110. [2023-05-23 12:00:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9111. [2023-05-23 12:00:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9112. [2023-05-23 12:00:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9113. [2023-05-23 12:00:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9114. [2023-05-23 12:00:31] doctrine.DEBUG: SELECT DATABASE() [] []
  9115. [2023-05-23 12:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9116. [2023-05-23 12:00:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9117. [2023-05-23 12:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9118. [2023-05-23 12:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9119. [2023-05-23 12:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9120. [2023-05-23 12:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9121. [2023-05-23 12:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9122. [2023-05-23 12:00:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9123. [2023-05-23 12:00:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9124. [2023-05-23 12:00:36] doctrine.DEBUG: SELECT DATABASE() [] []
  9125. [2023-05-24 02:46:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9126. [2023-05-24 02:46:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9127. [2023-05-24 02:46:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9128. [2023-05-24 02:46:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9129. [2023-05-24 02:46:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9130. [2023-05-24 02:46:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9131. [2023-05-24 02:46:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9132. [2023-05-24 02:46:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9133. [2023-05-24 02:46:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9134. [2023-05-24 02:46:06] doctrine.DEBUG: SELECT DATABASE() [] []
  9135. [2023-05-24 02:46:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9136. [2023-05-24 02:46:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9137. [2023-05-24 02:46:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9138. [2023-05-24 02:46:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9139. [2023-05-24 02:46:08] doctrine.DEBUG: SELECT DATABASE() [] []
  9140. [2023-05-24 12:08:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9141. [2023-05-24 12:08:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9142. [2023-05-24 12:08:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9143. [2023-05-24 12:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9144. [2023-05-24 12:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9145. [2023-05-24 12:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9146. [2023-05-24 12:08:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9147. [2023-05-24 12:08:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9148. [2023-05-24 12:08:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9149. [2023-05-24 12:08:16] doctrine.DEBUG: SELECT DATABASE() [] []
  9150. [2023-05-24 19:27:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9151. [2023-05-24 19:27:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9152. [2023-05-24 19:27:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9153. [2023-05-24 19:27:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9154. [2023-05-24 19:27:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9155. [2023-05-24 19:27:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9156. [2023-05-24 19:27:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9157. [2023-05-24 19:27:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9158. [2023-05-24 19:27:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9159. [2023-05-24 19:27:20] doctrine.DEBUG: SELECT DATABASE() [] []
  9160. [2023-05-24 19:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9161. [2023-05-24 19:34:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9162. [2023-05-24 19:34:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9163. [2023-05-24 19:34:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9164. [2023-05-24 19:34:08] doctrine.DEBUG: SELECT DATABASE() [] []
  9165. [2023-05-25 13:19:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9166. [2023-05-25 13:19:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9167. [2023-05-25 13:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9168. [2023-05-25 13:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9169. [2023-05-25 13:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9170. [2023-05-25 13:20:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9171. [2023-05-25 13:20:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9172. [2023-05-25 13:20:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9173. [2023-05-25 13:20:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9174. [2023-05-25 13:20:01] doctrine.DEBUG: SELECT DATABASE() [] []
  9175. [2023-05-26 16:19:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9176. [2023-05-26 16:19:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9177. [2023-05-26 16:19:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9178. [2023-05-26 16:19:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9179. [2023-05-26 16:19:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9180. [2023-05-26 16:19:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9181. [2023-05-26 16:19:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9182. [2023-05-26 16:19:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9183. [2023-05-26 16:19:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9184. [2023-05-26 16:19:03] doctrine.DEBUG: SELECT DATABASE() [] []
  9185. [2023-05-26 19:36:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9186. [2023-05-26 19:36:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9187. [2023-05-26 19:36:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9188. [2023-05-26 19:36:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9189. [2023-05-26 19:36:27] doctrine.DEBUG: SELECT DATABASE() [] []
  9190. [2023-05-27 09:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9191. [2023-05-27 09:53:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9192. [2023-05-27 09:53:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9193. [2023-05-27 09:53:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9194. [2023-05-27 09:53:14] doctrine.DEBUG: SELECT DATABASE() [] []
  9195. [2023-05-27 20:15:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9196. [2023-05-27 20:15:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9197. [2023-05-27 20:15:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9198. [2023-05-27 20:15:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9199. [2023-05-27 20:15:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9200. [2023-05-27 20:15:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9201. [2023-05-27 20:15:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9202. [2023-05-27 20:15:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9203. [2023-05-27 20:15:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9204. [2023-05-27 20:15:10] doctrine.DEBUG: SELECT DATABASE() [] []
  9205. [2023-05-29 00:13:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9206. [2023-05-29 00:13:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9207. [2023-05-29 00:13:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9208. [2023-05-29 00:13:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9209. [2023-05-29 00:13:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9210. [2023-05-29 00:13:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9211. [2023-05-29 00:13:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9212. [2023-05-29 00:13:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9213. [2023-05-29 00:13:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9214. [2023-05-29 00:13:21] doctrine.DEBUG: SELECT DATABASE() [] []
  9215. [2023-05-29 23:00:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9216. [2023-05-29 23:00:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9217. [2023-05-29 23:00:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9218. [2023-05-29 23:00:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9219. [2023-05-29 23:00:19] doctrine.DEBUG: SELECT DATABASE() [] []
  9220. [2023-05-30 04:13:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9221. [2023-05-30 04:13:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9222. [2023-05-30 04:13:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9223. [2023-05-30 04:13:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9224. [2023-05-30 04:13:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9225. [2023-05-30 04:13:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9226. [2023-05-30 04:13:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9227. [2023-05-30 04:13:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9228. [2023-05-30 04:13:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9229. [2023-05-30 04:13:59] doctrine.DEBUG: SELECT DATABASE() [] []
  9230. [2023-05-30 17:35:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9231. [2023-05-30 17:35:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9232. [2023-05-30 17:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9233. [2023-05-30 17:35:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9234. [2023-05-30 17:35:09] doctrine.DEBUG: SELECT DATABASE() [] []
  9235. [2023-05-31 13:12:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9236. [2023-05-31 13:12:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9237. [2023-05-31 13:12:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9238. [2023-05-31 13:12:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9239. [2023-05-31 13:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9240. [2023-05-31 13:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9241. [2023-05-31 13:12:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9242. [2023-05-31 13:12:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9243. [2023-05-31 13:12:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9244. [2023-05-31 13:12:10] doctrine.DEBUG: SELECT DATABASE() [] []
  9245. [2023-05-31 22:20:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9246. [2023-05-31 22:20:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9247. [2023-05-31 22:20:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9248. [2023-05-31 22:20:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9249. [2023-05-31 22:20:43] doctrine.DEBUG: SELECT DATABASE() [] []
  9250. [2023-05-31 23:19:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9251. [2023-05-31 23:19:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9252. [2023-05-31 23:19:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9253. [2023-05-31 23:19:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9254. [2023-05-31 23:19:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9255. [2023-05-31 23:19:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9256. [2023-05-31 23:19:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9257. [2023-05-31 23:19:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9258. [2023-05-31 23:19:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9259. [2023-05-31 23:19:05] doctrine.DEBUG: SELECT DATABASE() [] []
  9260. [2023-05-31 23:19:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9261. [2023-05-31 23:19:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9262. [2023-05-31 23:19:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9263. [2023-05-31 23:19:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9264. [2023-05-31 23:19:06] doctrine.DEBUG: SELECT DATABASE() [] []
  9265. [2023-05-31 23:23:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9266. [2023-05-31 23:23:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9267. [2023-05-31 23:23:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9268. [2023-05-31 23:23:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9269. [2023-05-31 23:23:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9270. [2023-05-31 23:23:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9271. [2023-05-31 23:23:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9272. [2023-05-31 23:23:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9273. [2023-05-31 23:23:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9274. [2023-05-31 23:23:55] doctrine.DEBUG: SELECT DATABASE() [] []
  9275. [2023-05-31 23:23:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9276. [2023-05-31 23:23:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9277. [2023-05-31 23:23:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9278. [2023-05-31 23:23:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9279. [2023-05-31 23:23:56] doctrine.DEBUG: SELECT DATABASE() [] []
  9280. [2023-06-01 21:07:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9281. [2023-06-01 21:07:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9282. [2023-06-01 21:07:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9283. [2023-06-01 21:07:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9284. [2023-06-01 21:07:28] doctrine.DEBUG: SELECT DATABASE() [] []
  9285. [2023-06-02 00:17:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9286. [2023-06-02 00:17:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9287. [2023-06-02 00:17:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9288. [2023-06-02 00:17:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9289. [2023-06-02 00:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9290. [2023-06-02 00:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9291. [2023-06-02 00:17:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9292. [2023-06-02 00:17:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9293. [2023-06-02 00:17:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9294. [2023-06-02 00:17:33] doctrine.DEBUG: SELECT DATABASE() [] []
  9295. [2023-06-02 00:17:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9296. [2023-06-02 00:17:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9297. [2023-06-02 00:17:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9298. [2023-06-02 00:17:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9299. [2023-06-02 00:17:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9300. [2023-06-02 00:17:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9301. [2023-06-02 00:17:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9302. [2023-06-02 00:17:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9303. [2023-06-02 00:17:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9304. [2023-06-02 00:17:35] doctrine.DEBUG: SELECT DATABASE() [] []
  9305. [2023-06-02 02:38:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9306. [2023-06-02 02:38:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  9307. [2023-06-02 02:38:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9308. [2023-06-02 02:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9309. [2023-06-02 02:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9310. [2023-06-02 02:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9311. [2023-06-02 02:38:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9312. [2023-06-02 02:38:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9313. [2023-06-02 02:38:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9314. [2023-06-02 02:38:38] doctrine.DEBUG: SELECT DATABASE() [] []
  9315. [2023-06-03 14:14:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9316. [2023-06-03 14:14:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9317. [2023-06-03 14:14:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9318. [2023-06-03 14:14:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9319. [2023-06-03 14:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9320. [2023-06-03 14:14:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9321. [2023-06-03 14:14:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9322. [2023-06-03 14:14:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9323. [2023-06-03 14:14:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9324. [2023-06-03 14:14:42] doctrine.DEBUG: SELECT DATABASE() [] []
  9325. [2023-06-04 20:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9326. [2023-06-04 20:00:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9327. [2023-06-04 20:00:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9328. [2023-06-04 20:00:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9329. [2023-06-04 20:00:24] doctrine.DEBUG: SELECT DATABASE() [] []
  9330. [2023-06-05 03:15:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9331. [2023-06-05 03:15:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9332. [2023-06-05 03:15:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9333. [2023-06-05 03:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9334. [2023-06-05 03:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9335. [2023-06-05 03:15:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9336. [2023-06-05 03:15:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9337. [2023-06-05 03:15:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9338. [2023-06-05 03:15:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9339. [2023-06-05 03:15:31] doctrine.DEBUG: SELECT DATABASE() [] []
  9340. [2023-06-05 20:06:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9341. [2023-06-05 20:06:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9342. [2023-06-05 20:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9343. [2023-06-05 20:06:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9344. [2023-06-05 20:06:38] doctrine.DEBUG: SELECT DATABASE() [] []
  9345. [2023-06-05 23:31:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9346. [2023-06-05 23:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9347. [2023-06-05 23:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9348. [2023-06-05 23:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9349. [2023-06-05 23:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9350. [2023-06-06 15:07:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9351. [2023-06-06 15:07:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9352. [2023-06-06 15:07:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9353. [2023-06-06 15:07:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9354. [2023-06-06 15:07:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9355. [2023-06-06 15:07:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9356. [2023-06-06 15:07:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9357. [2023-06-06 15:07:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9358. [2023-06-06 15:07:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9359. [2023-06-06 15:07:08] doctrine.DEBUG: SELECT DATABASE() [] []
  9360. [2023-06-07 21:06:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9361. [2023-06-07 21:06:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9362. [2023-06-07 21:06:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9363. [2023-06-07 21:06:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9364. [2023-06-07 21:06:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9365. [2023-06-07 21:06:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9366. [2023-06-07 21:06:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9367. [2023-06-07 21:06:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9368. [2023-06-07 21:06:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9369. [2023-06-07 21:06:11] doctrine.DEBUG: SELECT DATABASE() [] []
  9370. [2023-06-08 07:36:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9371. [2023-06-08 07:36:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9372. [2023-06-08 07:36:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9373. [2023-06-08 07:36:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9374. [2023-06-08 07:36:44] doctrine.DEBUG: SELECT DATABASE() [] []
  9375. [2023-06-08 11:55:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9376. [2023-06-08 11:55:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9377. [2023-06-08 11:55:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9378. [2023-06-08 11:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9379. [2023-06-08 11:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9380. [2023-06-08 11:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9381. [2023-06-08 11:55:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9382. [2023-06-08 11:55:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9383. [2023-06-08 11:55:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9384. [2023-06-08 11:55:50] doctrine.DEBUG: SELECT DATABASE() [] []
  9385. [2023-06-08 11:55:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9386. [2023-06-08 11:55:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9387. [2023-06-08 11:55:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9388. [2023-06-08 11:55:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9389. [2023-06-08 11:55:51] doctrine.DEBUG: SELECT DATABASE() [] []
  9390. [2023-06-08 12:02:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9391. [2023-06-08 12:02:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9392. [2023-06-08 12:02:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9393. [2023-06-08 12:02:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9394. [2023-06-08 12:02:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9395. [2023-06-08 12:02:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9396. [2023-06-08 12:02:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9397. [2023-06-08 12:02:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9398. [2023-06-08 12:02:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9399. [2023-06-08 12:02:22] doctrine.DEBUG: SELECT DATABASE() [] []
  9400. [2023-06-08 12:02:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9401. [2023-06-08 12:02:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9402. [2023-06-08 12:02:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9403. [2023-06-08 12:02:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9404. [2023-06-08 12:02:24] doctrine.DEBUG: SELECT DATABASE() [] []
  9405. [2023-06-10 11:26:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9406. [2023-06-10 11:26:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  9407. [2023-06-10 11:26:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9408. [2023-06-10 11:26:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9409. [2023-06-10 11:26:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9410. [2023-06-10 11:26:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9411. [2023-06-10 11:26:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9412. [2023-06-10 11:26:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9413. [2023-06-10 11:26:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9414. [2023-06-10 11:26:16] doctrine.DEBUG: SELECT DATABASE() [] []
  9415. [2023-06-10 11:26:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9416. [2023-06-10 11:26:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9417. [2023-06-10 11:26:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9418. [2023-06-10 11:26:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9419. [2023-06-10 11:26:19] doctrine.DEBUG: SELECT DATABASE() [] []
  9420. [2023-06-11 01:22:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9421. [2023-06-11 01:22:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9422. [2023-06-11 01:22:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9423. [2023-06-11 01:22:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9424. [2023-06-11 01:22:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9425. [2023-06-11 01:22:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9426. [2023-06-11 01:22:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9427. [2023-06-11 01:22:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9428. [2023-06-11 01:22:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9429. [2023-06-11 01:22:21] doctrine.DEBUG: SELECT DATABASE() [] []
  9430. [2023-06-11 01:22:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9431. [2023-06-11 01:22:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9432. [2023-06-11 01:22:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9433. [2023-06-11 01:22:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9434. [2023-06-11 01:22:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9435. [2023-06-11 01:22:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9436. [2023-06-11 01:22:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9437. [2023-06-11 01:22:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9438. [2023-06-11 01:22:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9439. [2023-06-11 01:22:27] doctrine.DEBUG: SELECT DATABASE() [] []
  9440. [2023-06-11 17:02:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9441. [2023-06-11 17:02:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9442. [2023-06-11 17:02:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9443. [2023-06-11 17:02:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9444. [2023-06-11 17:02:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9445. [2023-06-11 17:02:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9446. [2023-06-11 17:02:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9447. [2023-06-11 17:02:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9448. [2023-06-11 17:02:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9449. [2023-06-11 17:02:29] doctrine.DEBUG: SELECT DATABASE() [] []
  9450. [2023-06-11 23:37:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9451. [2023-06-11 23:37:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9452. [2023-06-11 23:37:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9453. [2023-06-11 23:37:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9454. [2023-06-11 23:37:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9455. [2023-06-11 23:37:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9456. [2023-06-11 23:37:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9457. [2023-06-11 23:37:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9458. [2023-06-11 23:37:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9459. [2023-06-11 23:37:15] doctrine.DEBUG: SELECT DATABASE() [] []
  9460. [2023-06-12 00:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9461. [2023-06-12 00:42:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9462. [2023-06-12 00:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9463. [2023-06-12 00:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9464. [2023-06-12 00:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  9465. [2023-06-12 00:42:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9466. [2023-06-12 00:42:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9467. [2023-06-12 00:42:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9468. [2023-06-12 00:42:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9469. [2023-06-12 00:42:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9470. [2023-06-12 00:42:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9471. [2023-06-12 00:42:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9472. [2023-06-12 00:42:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9473. [2023-06-12 00:42:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9474. [2023-06-12 00:42:03] doctrine.DEBUG: SELECT DATABASE() [] []
  9475. [2023-06-12 00:42:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9476. [2023-06-12 00:42:32] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  9477. [2023-06-12 00:42:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9478. [2023-06-12 00:42:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9479. [2023-06-12 00:42:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9480. [2023-06-12 00:42:33] doctrine.DEBUG: SELECT DATABASE() [] []
  9481. [2023-06-12 05:30:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9482. [2023-06-12 05:30:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9483. [2023-06-12 05:30:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9484. [2023-06-12 05:30:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9485. [2023-06-12 05:30:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9486. [2023-06-12 05:30:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9487. [2023-06-12 05:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9488. [2023-06-12 05:30:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9489. [2023-06-12 05:30:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9490. [2023-06-12 05:30:19] doctrine.DEBUG: SELECT DATABASE() [] []
  9491. [2023-06-12 14:06:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9492. [2023-06-12 14:06:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9493. [2023-06-12 14:06:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9494. [2023-06-12 14:06:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9495. [2023-06-12 14:06:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9496. [2023-06-12 14:06:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9497. [2023-06-12 14:06:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9498. [2023-06-12 14:06:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9499. [2023-06-12 14:06:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9500. [2023-06-12 14:06:07] doctrine.DEBUG: SELECT DATABASE() [] []
  9501. [2023-06-12 14:06:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9502. [2023-06-12 14:06:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9503. [2023-06-12 14:06:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9504. [2023-06-12 14:06:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9505. [2023-06-12 14:06:09] doctrine.DEBUG: SELECT DATABASE() [] []
  9506. [2023-06-13 17:19:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9507. [2023-06-13 17:19:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9508. [2023-06-13 17:19:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9509. [2023-06-13 17:19:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9510. [2023-06-13 17:19:21] doctrine.DEBUG: SELECT DATABASE() [] []
  9511. [2023-06-14 17:39:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9512. [2023-06-14 17:39:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9513. [2023-06-14 17:39:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9514. [2023-06-14 17:39:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9515. [2023-06-14 17:39:30] doctrine.DEBUG: SELECT DATABASE() [] []
  9516. [2023-06-15 01:44:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9517. [2023-06-15 01:44:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_debugbar/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_debugbar/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_debugbar/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9518. [2023-06-15 01:44:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9519. [2023-06-15 01:44:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9520. [2023-06-15 01:44:48] doctrine.DEBUG: SELECT DATABASE() [] []
  9521. [2023-06-15 20:14:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9522. [2023-06-15 20:14:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9523. [2023-06-15 20:14:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9524. [2023-06-15 20:14:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9525. [2023-06-15 20:14:18] doctrine.DEBUG: SELECT DATABASE() [] []
  9526. [2023-06-16 00:10:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9527. [2023-06-16 00:10:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9528. [2023-06-16 00:10:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9529. [2023-06-16 00:10:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9530. [2023-06-16 00:10:27] doctrine.DEBUG: SELECT DATABASE() [] []
  9531. [2023-06-21 00:00:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9532. [2023-06-21 00:00:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9533. [2023-06-21 00:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9534. [2023-06-21 00:00:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9535. [2023-06-21 00:00:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9536. [2023-06-21 00:00:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9537. [2023-06-21 00:00:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9538. [2023-06-21 00:00:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9539. [2023-06-21 00:00:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9540. [2023-06-21 00:00:23] doctrine.DEBUG: SELECT DATABASE() [] []
  9541. [2023-06-21 00:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9542. [2023-06-21 00:52:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9543. [2023-06-21 00:52:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9544. [2023-06-21 00:52:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9545. [2023-06-21 00:52:07] doctrine.DEBUG: SELECT DATABASE() [] []
  9546. [2023-06-21 07:49:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9547. [2023-06-21 07:49:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9548. [2023-06-21 07:49:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9549. [2023-06-21 07:49:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9550. [2023-06-21 07:49:54] doctrine.DEBUG: SELECT DATABASE() [] []
  9551. [2023-06-21 07:58:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9552. [2023-06-21 07:58:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  9553. [2023-06-21 07:58:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9554. [2023-06-21 07:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9555. [2023-06-21 07:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9556. [2023-06-21 07:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9557. [2023-06-21 07:58:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9558. [2023-06-21 07:58:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9559. [2023-06-21 07:58:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9560. [2023-06-21 07:58:36] doctrine.DEBUG: SELECT DATABASE() [] []
  9561. [2023-06-21 11:29:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9562. [2023-06-21 11:29:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9563. [2023-06-21 11:29:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9564. [2023-06-21 11:29:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9565. [2023-06-21 11:29:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9566. [2023-06-21 11:29:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9567. [2023-06-21 11:29:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9568. [2023-06-21 11:29:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9569. [2023-06-21 11:29:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9570. [2023-06-21 11:29:30] doctrine.DEBUG: SELECT DATABASE() [] []
  9571. [2023-06-21 11:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9572. [2023-06-21 11:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9573. [2023-06-21 11:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9574. [2023-06-21 11:31:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9575. [2023-06-21 11:31:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9576. [2023-06-21 11:31:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9577. [2023-06-21 11:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9578. [2023-06-21 11:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9579. [2023-06-21 11:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9580. [2023-06-21 11:31:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9581. [2023-06-21 11:31:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9582. [2023-06-21 11:31:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9583. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9584. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9585. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9586. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9587. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9588. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9589. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9590. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9591. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9592. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9593. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9594. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9595. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9596. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9597. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9598. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9599. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9600. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9601. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9602. [2023-06-21 11:31:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9603. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9604. [2023-06-21 11:31:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9605. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9606. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9607. [2023-06-21 11:31:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9608. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9609. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9610. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9611. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9612. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9613. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9614. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9615. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9616. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9617. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9618. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9619. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9620. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9621. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9622. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9623. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9624. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9625. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9626. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9627. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9628. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9629. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9630. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9631. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9632. [2023-06-21 11:31:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9633. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9634. [2023-06-21 11:31:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9635. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9636. [2023-06-21 11:31:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9637. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9638. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9639. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9640. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9641. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9642. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9643. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9644. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9645. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9646. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9647. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9648. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9649. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9650. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9651. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9652. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9653. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9654. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9655. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9656. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9657. [2023-06-21 11:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9658. [2023-06-21 11:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9659. [2023-06-21 11:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9660. [2023-06-21 11:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  9661. [2023-06-21 11:33:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9662. [2023-06-21 11:33:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9663. [2023-06-21 11:33:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9664. [2023-06-21 11:33:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /zimbraAdmin/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /zimbraAdmin/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/zimbraAdmin\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9665. [2023-06-21 11:33:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /doc/script/config/system/channelDigital.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /doc/script/config/system/channelDigital.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/doc/script/config/system/channelDigital.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9666. [2023-06-21 11:33:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/cluster/node"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/cluster/node\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/cluster/node/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9667. [2023-06-21 11:33:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9668. [2023-06-21 11:33:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9669. [2023-06-21 11:33:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9670. [2023-06-21 11:33:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9671. [2023-06-21 11:33:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9672. [2023-06-21 11:33:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9673. [2023-06-21 11:33:02] doctrine.DEBUG: SELECT DATABASE() [] []
  9674. [2023-06-21 11:33:02] doctrine.DEBUG: SELECT DATABASE() [] []
  9675. [2023-06-21 11:33:02] doctrine.DEBUG: SELECT DATABASE() [] []
  9676. [2023-06-21 11:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9677. [2023-06-21 11:33:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9678. [2023-06-21 11:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9679. [2023-06-21 11:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9680. [2023-06-21 11:33:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /doc/script/inc.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /doc/script/inc.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/doc/script/inc.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9681. [2023-06-21 11:33:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9682. [2023-06-21 11:33:03] doctrine.DEBUG: SELECT DATABASE() [] []
  9683. [2023-06-21 11:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9684. [2023-06-21 11:33:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9685. [2023-06-21 11:33:03] doctrine.DEBUG: SELECT DATABASE() [] []
  9686. [2023-06-21 11:34:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9687. [2023-06-21 11:34:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9688. [2023-06-21 11:34:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9689. [2023-06-21 11:34:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /command/inquiry.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /command/inquiry.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/command/inquiry.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9690. [2023-06-21 11:34:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index_en.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index_en.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index_en.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9691. [2023-06-21 11:34:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9692. [2023-06-21 11:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9693. [2023-06-21 11:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9694. [2023-06-21 11:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9695. [2023-06-21 11:34:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9696. [2023-06-21 11:34:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9697. [2023-06-21 11:34:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9698. [2023-06-21 11:34:39] doctrine.DEBUG: SELECT DATABASE() [] []
  9699. [2023-06-21 11:34:39] doctrine.DEBUG: SELECT DATABASE() [] []
  9700. [2023-06-21 11:34:39] doctrine.DEBUG: SELECT DATABASE() [] []
  9701. [2023-06-21 11:35:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9702. [2023-06-21 11:35:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9703. [2023-06-21 11:35:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9704. [2023-06-21 11:35:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appliance/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appliance/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appliance\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9705. [2023-06-21 11:35:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9706. [2023-06-21 11:35:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /users/sign_in"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /users/sign_in\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/users/sign_in/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9707. [2023-06-21 11:35:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9708. [2023-06-21 11:35:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9709. [2023-06-21 11:35:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9710. [2023-06-21 11:35:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9711. [2023-06-21 11:35:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9712. [2023-06-21 11:35:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9713. [2023-06-21 11:35:34] doctrine.DEBUG: SELECT DATABASE() [] []
  9714. [2023-06-21 11:35:34] doctrine.DEBUG: SELECT DATABASE() [] []
  9715. [2023-06-21 11:35:34] doctrine.DEBUG: SELECT DATABASE() [] []
  9716. [2023-06-21 11:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9717. [2023-06-21 11:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9718. [2023-06-21 11:36:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9719. [2023-06-21 11:36:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9720. [2023-06-21 11:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9721. [2023-06-21 11:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9722. [2023-06-21 11:36:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9723. [2023-06-21 11:36:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9724. [2023-06-21 11:36:09] doctrine.DEBUG: SELECT DATABASE() [] []
  9725. [2023-06-21 11:36:09] doctrine.DEBUG: SELECT DATABASE() [] []
  9726. [2023-06-21 11:36:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9727. [2023-06-21 11:36:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/login.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/login.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/login.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9728. [2023-06-21 11:36:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9729. [2023-06-21 11:36:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9730. [2023-06-21 11:36:19] doctrine.DEBUG: SELECT DATABASE() [] []
  9731. [2023-06-21 11:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9732. [2023-06-21 11:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9733. [2023-06-21 11:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9734. [2023-06-21 11:37:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  9735. [2023-06-21 11:37:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /owa/auth/logon.aspx"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /owa/auth/logon.aspx\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owa/auth/logon.aspx/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9736. [2023-06-21 11:37:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /zdm/login_xdm_uc.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /zdm/login_xdm_uc.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/zdm/login_xdm_uc.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9737. [2023-06-21 11:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9738. [2023-06-21 11:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9739. [2023-06-21 11:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9740. [2023-06-21 11:37:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9741. [2023-06-21 11:37:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9742. [2023-06-21 11:37:52] doctrine.DEBUG: SELECT DATABASE() [] []
  9743. [2023-06-21 11:37:52] doctrine.DEBUG: SELECT DATABASE() [] []
  9744. [2023-06-21 11:37:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9745. [2023-06-21 11:37:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9746. [2023-06-21 11:37:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9747. [2023-06-21 11:37:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /exchange/logon.asp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /exchange/logon.asp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/exchange/logon.asp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9748. [2023-06-21 11:37:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9749. [2023-06-21 11:37:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9750. [2023-06-21 11:37:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9751. [2023-06-21 11:37:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9752. [2023-06-21 11:37:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9753. [2023-06-21 11:37:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9754. [2023-06-21 11:37:52] doctrine.DEBUG: SELECT DATABASE() [] []
  9755. [2023-06-21 11:37:52] doctrine.DEBUG: SELECT DATABASE() [] []
  9756. [2023-06-21 11:39:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9757. [2023-06-21 11:39:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9758. [2023-06-21 11:39:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9759. [2023-06-21 11:39:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.jsf"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.jsf\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.jsf/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9760. [2023-06-21 11:39:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9761. [2023-06-21 11:39:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /HNAP1"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /HNAP1\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/HNAP1/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9762. [2023-06-21 11:39:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9763. [2023-06-21 11:39:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9764. [2023-06-21 11:39:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9765. [2023-06-21 11:39:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9766. [2023-06-21 11:39:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9767. [2023-06-21 11:39:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9768. [2023-06-21 11:39:19] doctrine.DEBUG: SELECT DATABASE() [] []
  9769. [2023-06-21 11:39:19] doctrine.DEBUG: SELECT DATABASE() [] []
  9770. [2023-06-21 11:39:19] doctrine.DEBUG: SELECT DATABASE() [] []
  9771. [2023-06-21 11:39:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9772. [2023-06-21 11:39:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9773. [2023-06-21 11:39:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9774. [2023-06-21 11:39:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /HNAP1/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /HNAP1/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/HNAP1\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9775. [2023-06-21 11:39:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9776. [2023-06-21 11:39:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9777. [2023-06-21 11:39:20] doctrine.DEBUG: SELECT DATABASE() [] []
  9778. [2023-06-21 11:39:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9779. [2023-06-21 11:39:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9780. [2023-06-21 11:39:20] doctrine.DEBUG: SELECT DATABASE() [] []
  9781. [2023-06-21 11:39:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9782. [2023-06-21 11:39:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9783. [2023-06-21 11:39:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /custom_lang/English.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /custom_lang/English.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/custom_lang/English.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9784. [2023-06-21 11:39:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tmui/tmui/login/welcome.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tmui/tmui/login/welcome.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmui/tmui/login/welcome.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9785. [2023-06-21 11:39:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9786. [2023-06-21 11:39:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9787. [2023-06-21 11:39:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9788. [2023-06-21 11:39:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9789. [2023-06-21 11:39:53] doctrine.DEBUG: SELECT DATABASE() [] []
  9790. [2023-06-21 11:39:53] doctrine.DEBUG: SELECT DATABASE() [] []
  9791. [2023-06-21 11:40:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9792. [2023-06-21 11:40:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/public/index.php/","method":"GET"} []
  9793. [2023-06-21 11:40:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9794. [2023-06-21 11:40:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9795. [2023-06-21 11:40:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9796. [2023-06-21 11:40:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9797. [2023-06-21 11:40:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9798. [2023-06-21 11:40:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9799. [2023-06-21 11:40:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9800. [2023-06-21 11:40:11] doctrine.DEBUG: SELECT DATABASE() [] []
  9801. [2023-06-21 11:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9802. [2023-06-21 11:40:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/ui/login.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/ui/login.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/ui/login.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9803. [2023-06-21 11:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9804. [2023-06-21 11:40:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9805. [2023-06-21 11:40:41] doctrine.DEBUG: SELECT DATABASE() [] []
  9806. [2023-06-21 11:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9807. [2023-06-21 11:40:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ucs-overview/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ucs-overview/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ucs-overview\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9808. [2023-06-21 11:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9809. [2023-06-21 11:40:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9810. [2023-06-21 11:40:46] doctrine.DEBUG: SELECT DATABASE() [] []
  9811. [2023-06-21 11:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9812. [2023-06-21 11:40:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /univention-management-console/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /univention-management-console/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/univention-management-console\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9813. [2023-06-21 11:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9814. [2023-06-21 11:40:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9815. [2023-06-21 11:40:46] doctrine.DEBUG: SELECT DATABASE() [] []
  9816. [2023-06-21 11:40:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9817. [2023-06-21 11:40:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /copyright/info.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /copyright/info.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/copyright/info.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9818. [2023-06-21 11:40:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9819. [2023-06-21 11:40:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9820. [2023-06-21 11:40:59] doctrine.DEBUG: SELECT DATABASE() [] []
  9821. [2023-06-21 11:40:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9822. [2023-06-21 11:40:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /view/loginPro.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /view/loginPro.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/view/loginPro.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9823. [2023-06-21 11:40:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9824. [2023-06-21 11:40:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9825. [2023-06-21 11:40:59] doctrine.DEBUG: SELECT DATABASE() [] []
  9826. [2023-06-21 11:40:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9827. [2023-06-21 11:40:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /view/login.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /view/login.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/view/login.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9828. [2023-06-21 11:40:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9829. [2023-06-21 11:40:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9830. [2023-06-21 11:40:59] doctrine.DEBUG: SELECT DATABASE() [] []
  9831. [2023-06-21 11:41:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9832. [2023-06-21 11:41:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /logon.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /logon.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logon.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9833. [2023-06-21 11:41:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9834. [2023-06-21 11:41:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9835. [2023-06-21 11:41:10] doctrine.DEBUG: SELECT DATABASE() [] []
  9836. [2023-06-21 11:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9837. [2023-06-21 11:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /logon.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /logon.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logon.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9838. [2023-06-21 11:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9839. [2023-06-21 11:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9840. [2023-06-21 11:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  9841. [2023-06-21 11:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9842. [2023-06-21 11:41:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vpn/tmindex.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vpn/tmindex.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vpn/tmindex.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9843. [2023-06-21 11:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9844. [2023-06-21 11:41:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9845. [2023-06-21 11:41:55] doctrine.DEBUG: SELECT DATABASE() [] []
  9846. [2023-06-21 11:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9847. [2023-06-21 11:41:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vpn/index.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vpn/index.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vpn/index.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9848. [2023-06-21 11:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9849. [2023-06-21 11:41:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9850. [2023-06-21 11:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  9851. [2023-06-21 11:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9852. [2023-06-21 11:41:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9853. [2023-06-21 11:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9854. [2023-06-21 11:41:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9855. [2023-06-21 11:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  9856. [2023-06-21 11:42:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9857. [2023-06-21 11:42:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/login.action"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/login.action\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/login.action/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9858. [2023-06-21 11:42:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9859. [2023-06-21 11:42:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9860. [2023-06-21 11:42:09] doctrine.DEBUG: SELECT DATABASE() [] []
  9861. [2023-06-21 11:42:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9862. [2023-06-21 11:42:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ui/login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ui/login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ui/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9863. [2023-06-21 11:42:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9864. [2023-06-21 11:42:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9865. [2023-06-21 11:42:10] doctrine.DEBUG: SELECT DATABASE() [] []
  9866. [2023-06-21 11:42:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9867. [2023-06-21 11:42:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /netburner-logo.gif"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /netburner-logo.gif\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/netburner-logo.gif/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9868. [2023-06-21 11:42:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9869. [2023-06-21 11:42:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9870. [2023-06-21 11:42:12] doctrine.DEBUG: SELECT DATABASE() [] []
  9871. [2023-06-21 11:42:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9872. [2023-06-21 11:42:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /INDEX.HTM"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /INDEX.HTM\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/INDEX.HTM/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9873. [2023-06-21 11:42:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9874. [2023-06-21 11:42:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9875. [2023-06-21 11:42:12] doctrine.DEBUG: SELECT DATABASE() [] []
  9876. [2023-06-21 11:42:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9877. [2023-06-21 11:42:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webacs/pages/common/login.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webacs/pages/common/login.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webacs/pages/common/login.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9878. [2023-06-21 11:42:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9879. [2023-06-21 11:42:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9880. [2023-06-21 11:42:40] doctrine.DEBUG: SELECT DATABASE() [] []
  9881. [2023-06-21 11:42:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9882. [2023-06-21 11:42:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9883. [2023-06-21 11:42:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9884. [2023-06-21 11:42:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9885. [2023-06-21 11:42:41] doctrine.DEBUG: SELECT DATABASE() [] []
  9886. [2023-06-21 11:42:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9887. [2023-06-21 11:42:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.asp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.asp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.asp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9888. [2023-06-21 11:42:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9889. [2023-06-21 11:42:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9890. [2023-06-21 11:42:42] doctrine.DEBUG: SELECT DATABASE() [] []
  9891. [2023-06-21 11:43:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9892. [2023-06-21 11:43:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9893. [2023-06-21 11:43:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /01.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /01.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/01.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9894. [2023-06-21 11:43:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Overview.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Overview.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Overview.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9895. [2023-06-21 11:43:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9896. [2023-06-21 11:43:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9897. [2023-06-21 11:43:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9898. [2023-06-21 11:43:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9899. [2023-06-21 11:43:14] doctrine.DEBUG: SELECT DATABASE() [] []
  9900. [2023-06-21 11:43:14] doctrine.DEBUG: SELECT DATABASE() [] []
  9901. [2023-06-21 11:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9902. [2023-06-21 11:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9903. [2023-06-21 11:43:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /profile"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /profile\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/profile/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9904. [2023-06-21 11:43:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web_caps/webCapsConfig"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web_caps/webCapsConfig\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web_caps/webCapsConfig/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9905. [2023-06-21 11:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9906. [2023-06-21 11:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9907. [2023-06-21 11:43:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9908. [2023-06-21 11:43:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9909. [2023-06-21 11:43:46] doctrine.DEBUG: SELECT DATABASE() [] []
  9910. [2023-06-21 11:43:46] doctrine.DEBUG: SELECT DATABASE() [] []
  9911. [2023-06-21 11:44:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9912. [2023-06-21 11:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /overview.shtm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /overview.shtm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/overview.shtm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9913. [2023-06-21 11:44:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9914. [2023-06-21 11:44:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9915. [2023-06-21 11:44:26] doctrine.DEBUG: SELECT DATABASE() [] []
  9916. [2023-06-21 11:44:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9917. [2023-06-21 11:44:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /appletvid.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /appletvid.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appletvid.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9918. [2023-06-21 11:44:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9919. [2023-06-21 11:44:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9920. [2023-06-21 11:44:30] doctrine.DEBUG: SELECT DATABASE() [] []
  9921. [2023-06-21 11:44:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9922. [2023-06-21 11:44:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /imageset.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /imageset.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/imageset.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9923. [2023-06-21 11:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9924. [2023-06-21 11:44:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9925. [2023-06-21 11:44:31] doctrine.DEBUG: SELECT DATABASE() [] []
  9926. [2023-06-21 11:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9927. [2023-06-21 11:44:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /basicset.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /basicset.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/basicset.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9928. [2023-06-21 11:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9929. [2023-06-21 11:44:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9930. [2023-06-21 11:44:31] doctrine.DEBUG: SELECT DATABASE() [] []
  9931. [2023-06-21 11:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9932. [2023-06-21 11:44:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /accessset.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /accessset.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/accessset.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9933. [2023-06-21 11:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9934. [2023-06-21 11:44:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9935. [2023-06-21 11:44:31] doctrine.DEBUG: SELECT DATABASE() [] []
  9936. [2023-06-21 11:44:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9937. [2023-06-21 11:44:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /start.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /start.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9938. [2023-06-21 11:44:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9939. [2023-06-21 11:44:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9940. [2023-06-21 11:44:53] doctrine.DEBUG: SELECT DATABASE() [] []
  9941. [2023-06-21 11:45:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9942. [2023-06-21 11:45:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webserv/index.ssi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webserv/index.ssi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webserv/index.ssi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9943. [2023-06-21 11:45:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9944. [2023-06-21 11:45:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9945. [2023-06-21 11:45:00] doctrine.DEBUG: SELECT DATABASE() [] []
  9946. [2023-06-21 11:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9947. [2023-06-21 11:45:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/public/index.php/","method":"GET"} []
  9948. [2023-06-21 11:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9949. [2023-06-21 11:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  9950. [2023-06-21 11:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  9951. [2023-06-21 11:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  9952. [2023-06-21 11:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  9953. [2023-06-21 11:45:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  9954. [2023-06-21 11:45:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9955. [2023-06-21 11:45:01] doctrine.DEBUG: SELECT DATABASE() [] []
  9956. [2023-06-21 11:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9957. [2023-06-21 11:45:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wbm/state.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wbm/state.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wbm/state.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9958. [2023-06-21 11:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9959. [2023-06-21 11:45:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9960. [2023-06-21 11:45:01] doctrine.DEBUG: SELECT DATABASE() [] []
  9961. [2023-06-21 11:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9962. [2023-06-21 11:46:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_top.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_top.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_top.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9963. [2023-06-21 11:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9964. [2023-06-21 11:46:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9965. [2023-06-21 11:46:40] doctrine.DEBUG: SELECT DATABASE() [] []
  9966. [2023-06-21 11:46:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9967. [2023-06-21 11:46:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /t_welcom.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /t_welcom.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/t_welcom.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9968. [2023-06-21 11:46:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9969. [2023-06-21 11:46:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9970. [2023-06-21 11:46:41] doctrine.DEBUG: SELECT DATABASE() [] []
  9971. [2023-06-21 11:46:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9972. [2023-06-21 11:46:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /netconf.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /netconf.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/netconf.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9973. [2023-06-21 11:46:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9974. [2023-06-21 11:46:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9975. [2023-06-21 11:46:41] doctrine.DEBUG: SELECT DATABASE() [] []
  9976. [2023-06-21 11:48:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9977. [2023-06-21 11:48:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /eng/status/statprn1.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /eng/status/statprn1.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/eng/status/statprn1.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9978. [2023-06-21 11:48:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9979. [2023-06-21 11:48:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9980. [2023-06-21 11:48:18] doctrine.DEBUG: SELECT DATABASE() [] []
  9981. [2023-06-21 11:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9982. [2023-06-21 11:48:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /eng/start/about.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /eng/start/about.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/eng/start/about.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9983. [2023-06-21 11:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9984. [2023-06-21 11:48:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9985. [2023-06-21 11:48:18] doctrine.DEBUG: SELECT DATABASE() [] []
  9986. [2023-06-21 11:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9987. [2023-06-21 11:48:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /startwlm/Start_Wlm.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /startwlm/Start_Wlm.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/startwlm/Start_Wlm.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9988. [2023-06-21 11:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9989. [2023-06-21 11:48:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9990. [2023-06-21 11:48:18] doctrine.DEBUG: SELECT DATABASE() [] []
  9991. [2023-06-21 11:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9992. [2023-06-21 11:48:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /DeepSleep.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /DeepSleep.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DeepSleep.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9993. [2023-06-21 11:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9994. [2023-06-21 11:48:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  9995. [2023-06-21 11:48:18] doctrine.DEBUG: SELECT DATABASE() [] []
  9996. [2023-06-21 11:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  9997. [2023-06-21 11:48:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/jssrc/model/dvcinfo/dvcconfig/DvcConfig_Config.model.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/jssrc/model/dvcinfo/dvcconfig/DvcConfig_Config.model.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/jssrc/model/dvcinfo/dvcconfig/DvcConfig_Config.model.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  9998. [2023-06-21 11:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  9999. [2023-06-21 11:48:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10000. [2023-06-21 11:48:19] doctrine.DEBUG: SELECT DATABASE() [] []
  10001. [2023-06-21 11:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10002. [2023-06-21 11:48:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /start/about.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /start/about.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/about.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10003. [2023-06-21 11:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10004. [2023-06-21 11:48:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10005. [2023-06-21 11:48:19] doctrine.DEBUG: SELECT DATABASE() [] []
  10006. [2023-06-21 11:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10007. [2023-06-21 11:48:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/jssrc/model/startwlm/Start_Wlm.model.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/jssrc/model/startwlm/Start_Wlm.model.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/jssrc/model/startwlm/Start_Wlm.model.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10008. [2023-06-21 11:48:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10009. [2023-06-21 11:48:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10010. [2023-06-21 11:48:19] doctrine.DEBUG: SELECT DATABASE() [] []
  10011. [2023-06-21 11:48:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10012. [2023-06-21 11:48:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /eng/status/statprn.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /eng/status/statprn.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/eng/status/statprn.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10013. [2023-06-21 11:48:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10014. [2023-06-21 11:48:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10015. [2023-06-21 11:48:20] doctrine.DEBUG: SELECT DATABASE() [] []
  10016. [2023-06-21 11:49:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10017. [2023-06-21 11:49:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /PRESENTATION/HTML/TOP/INDEX.HTML"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /PRESENTATION/HTML/TOP/INDEX.HTML\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/PRESENTATION/HTML/TOP/INDEX.HTML/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10018. [2023-06-21 11:49:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10019. [2023-06-21 11:49:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10020. [2023-06-21 11:49:10] doctrine.DEBUG: SELECT DATABASE() [] []
  10021. [2023-06-21 11:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10022. [2023-06-21 11:49:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Istatus.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Istatus.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Istatus.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10023. [2023-06-21 11:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10024. [2023-06-21 11:49:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10025. [2023-06-21 11:49:11] doctrine.DEBUG: SELECT DATABASE() [] []
  10026. [2023-06-21 11:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10027. [2023-06-21 11:49:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /PRESENTATION/ADVANCED/FORCE_PASSWORD/TOP"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /PRESENTATION/ADVANCED/FORCE_PASSWORD/TOP\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/PRESENTATION/ADVANCED/FORCE_PASSWORD/TOP/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10028. [2023-06-21 11:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10029. [2023-06-21 11:49:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10030. [2023-06-21 11:49:11] doctrine.DEBUG: SELECT DATABASE() [] []
  10031. [2023-06-21 11:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10032. [2023-06-21 11:49:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /iPrinterHome.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /iPrinterHome.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/iPrinterHome.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10033. [2023-06-21 11:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10034. [2023-06-21 11:49:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10035. [2023-06-21 11:49:11] doctrine.DEBUG: SELECT DATABASE() [] []
  10036. [2023-06-21 11:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10037. [2023-06-21 11:49:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info_deviceStatus.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info_deviceStatus.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info_deviceStatus.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10038. [2023-06-21 11:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10039. [2023-06-21 11:49:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10040. [2023-06-21 11:49:13] doctrine.DEBUG: SELECT DATABASE() [] []
  10041. [2023-06-21 11:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10042. [2023-06-21 11:49:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hp/device/SignIn/Index"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hp/device/SignIn/Index\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/hp/device/SignIn/Index/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10043. [2023-06-21 11:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10044. [2023-06-21 11:49:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10045. [2023-06-21 11:49:13] doctrine.DEBUG: SELECT DATABASE() [] []
  10046. [2023-06-21 11:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10047. [2023-06-21 11:49:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /DevMgmt/ProductConfigDyn.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /DevMgmt/ProductConfigDyn.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DevMgmt/ProductConfigDyn.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10048. [2023-06-21 11:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10049. [2023-06-21 11:49:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10050. [2023-06-21 11:49:13] doctrine.DEBUG: SELECT DATABASE() [] []
  10051. [2023-06-21 11:49:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10052. [2023-06-21 11:49:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hp/jetdirect/index.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hp/jetdirect/index.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/hp/jetdirect/index.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10053. [2023-06-21 11:49:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10054. [2023-06-21 11:49:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10055. [2023-06-21 11:49:14] doctrine.DEBUG: SELECT DATABASE() [] []
  10056. [2023-06-21 11:49:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10057. [2023-06-21 11:49:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info_deviceStatus.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info_deviceStatus.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info_deviceStatus.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10058. [2023-06-21 11:49:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10059. [2023-06-21 11:49:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10060. [2023-06-21 11:49:14] doctrine.DEBUG: SELECT DATABASE() [] []
  10061. [2023-06-21 11:49:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10062. [2023-06-21 11:49:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hp/device/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hp/device/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/hp/device\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10063. [2023-06-21 11:49:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10064. [2023-06-21 11:49:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10065. [2023-06-21 11:49:14] doctrine.DEBUG: SELECT DATABASE() [] []
  10066. [2023-06-21 11:49:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10067. [2023-06-21 11:49:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hp/device/InternalPages/Index"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hp/device/InternalPages/Index\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/hp/device/InternalPages/Index/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10068. [2023-06-21 11:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10069. [2023-06-21 11:49:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10070. [2023-06-21 11:49:15] doctrine.DEBUG: SELECT DATABASE() [] []
  10071. [2023-06-21 11:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10072. [2023-06-21 11:49:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10073. [2023-06-21 11:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10074. [2023-06-21 11:49:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10075. [2023-06-21 11:49:15] doctrine.DEBUG: SELECT DATABASE() [] []
  10076. [2023-06-21 11:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10077. [2023-06-21 11:49:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info_deviceStatus.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info_deviceStatus.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info_deviceStatus.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10078. [2023-06-21 11:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10079. [2023-06-21 11:49:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10080. [2023-06-21 11:49:15] doctrine.DEBUG: SELECT DATABASE() [] []
  10081. [2023-06-21 11:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10082. [2023-06-21 11:49:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index_top.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index_top.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index_top.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10083. [2023-06-21 11:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10084. [2023-06-21 11:49:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10085. [2023-06-21 11:49:16] doctrine.DEBUG: SELECT DATABASE() [] []
  10086. [2023-06-21 11:50:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10087. [2023-06-21 11:50:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /WebConfig/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /WebConfig/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WebConfig\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10088. [2023-06-21 11:50:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10089. [2023-06-21 11:50:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10090. [2023-06-21 11:50:04] doctrine.DEBUG: SELECT DATABASE() [] []
  10091. [2023-06-21 11:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10092. [2023-06-21 11:50:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /TopAccess/Device/Device.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /TopAccess/Device/Device.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/TopAccess/Device/Device.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10093. [2023-06-21 11:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10094. [2023-06-21 11:50:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10095. [2023-06-21 11:50:25] doctrine.DEBUG: SELECT DATABASE() [] []
  10096. [2023-06-21 11:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10097. [2023-06-21 11:50:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Device/Device.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Device/Device.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Device/Device.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10098. [2023-06-21 11:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10099. [2023-06-21 11:50:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10100. [2023-06-21 11:50:25] doctrine.DEBUG: SELECT DATABASE() [] []
  10101. [2023-06-21 11:50:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10102. [2023-06-21 11:50:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sysmgr/SysMgr.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sysmgr/SysMgr.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sysmgr/SysMgr.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10103. [2023-06-21 11:50:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10104. [2023-06-21 11:50:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10105. [2023-06-21 11:50:56] doctrine.DEBUG: SELECT DATABASE() [] []
  10106. [2023-06-21 11:50:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10107. [2023-06-21 11:50:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /machinei.asp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /machinei.asp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/machinei.asp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10108. [2023-06-21 11:50:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10109. [2023-06-21 11:50:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10110. [2023-06-21 11:50:57] doctrine.DEBUG: SELECT DATABASE() [] []
  10111. [2023-06-21 11:50:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10112. [2023-06-21 11:50:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/guest/en/websys/status/configuration.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/guest/en/websys/status/configuration.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/guest/en/websys/status/configuration.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10113. [2023-06-21 11:50:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10114. [2023-06-21 11:50:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10115. [2023-06-21 11:50:57] doctrine.DEBUG: SELECT DATABASE() [] []
  10116. [2023-06-21 11:52:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10117. [2023-06-21 11:52:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10118. [2023-06-21 11:52:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/public/index.php/","method":"GET"} []
  10119. [2023-06-21 11:52:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /servlet"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /servlet\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/servlet/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10120. [2023-06-21 11:52:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10121. [2023-06-21 11:52:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10122. [2023-06-21 11:52:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10123. [2023-06-21 11:52:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10124. [2023-06-21 11:52:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10125. [2023-06-21 11:52:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10126. [2023-06-21 11:52:49] doctrine.DEBUG: SELECT DATABASE() [] []
  10127. [2023-06-21 11:52:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10128. [2023-06-21 11:52:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10129. [2023-06-21 11:52:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10130. [2023-06-21 11:52:49] doctrine.DEBUG: SELECT DATABASE() [] []
  10131. [2023-06-21 11:53:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10132. [2023-06-21 11:53:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xmldata"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xmldata\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xmldata/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10133. [2023-06-21 11:53:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10134. [2023-06-21 11:53:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10135. [2023-06-21 11:53:23] doctrine.DEBUG: SELECT DATABASE() [] []
  10136. [2023-06-21 11:53:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10137. [2023-06-21 11:53:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /DeviceInfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /DeviceInfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DeviceInfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10138. [2023-06-21 11:53:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10139. [2023-06-21 11:53:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10140. [2023-06-21 11:53:32] doctrine.DEBUG: SELECT DATABASE() [] []
  10141. [2023-06-21 11:53:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10142. [2023-06-21 11:53:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Device_Information.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Device_Information.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Device_Information.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10143. [2023-06-21 11:53:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10144. [2023-06-21 11:53:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10145. [2023-06-21 11:53:33] doctrine.DEBUG: SELECT DATABASE() [] []
  10146. [2023-06-21 11:53:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10147. [2023-06-21 11:53:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hdstat.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hdstat.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/hdstat.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10148. [2023-06-21 11:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10149. [2023-06-21 11:53:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10150. [2023-06-21 11:53:45] doctrine.DEBUG: SELECT DATABASE() [] []
  10151. [2023-06-21 11:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10152. [2023-06-21 11:53:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home/msg/message_en-US.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home/msg/message_en-US.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/msg/message_en-US.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10153. [2023-06-21 11:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10154. [2023-06-21 11:53:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10155. [2023-06-21 11:53:45] doctrine.DEBUG: SELECT DATABASE() [] []
  10156. [2023-06-21 11:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10157. [2023-06-21 11:53:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sprt.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sprt.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sprt.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10158. [2023-06-21 11:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10159. [2023-06-21 11:53:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10160. [2023-06-21 11:53:45] doctrine.DEBUG: SELECT DATABASE() [] []
  10161. [2023-06-21 11:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10162. [2023-06-21 11:53:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10163. [2023-06-21 11:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10164. [2023-06-21 11:53:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10165. [2023-06-21 11:53:45] doctrine.DEBUG: SELECT DATABASE() [] []
  10166. [2023-06-21 11:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10167. [2023-06-21 11:53:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wt4/home"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wt4/home\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wt4/home/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10168. [2023-06-21 11:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10169. [2023-06-21 11:53:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10170. [2023-06-21 11:53:46] doctrine.DEBUG: SELECT DATABASE() [] []
  10171. [2023-06-21 11:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10172. [2023-06-21 11:53:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /header.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /header.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/header.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10173. [2023-06-21 11:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10174. [2023-06-21 11:53:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10175. [2023-06-21 11:53:46] doctrine.DEBUG: SELECT DATABASE() [] []
  10176. [2023-06-21 11:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10177. [2023-06-21 11:53:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /isgw/Welcome.do"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /isgw/Welcome.do\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/isgw/Welcome.do/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10178. [2023-06-21 11:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10179. [2023-06-21 11:53:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10180. [2023-06-21 11:53:46] doctrine.DEBUG: SELECT DATABASE() [] []
  10181. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10182. [2023-06-21 11:53:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wt2parser.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wt2parser.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wt2parser.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10183. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10184. [2023-06-21 11:53:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10185. [2023-06-21 11:53:47] doctrine.DEBUG: SELECT DATABASE() [] []
  10186. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10187. [2023-06-21 11:53:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /hdjobq.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /hdjobq.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/hdjobq.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10188. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10189. [2023-06-21 11:53:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10190. [2023-06-21 11:53:47] doctrine.DEBUG: SELECT DATABASE() [] []
  10191. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10192. [2023-06-21 11:53:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /setting/prtinfo.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /setting/prtinfo.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/setting/prtinfo.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10193. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10194. [2023-06-21 11:53:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10195. [2023-06-21 11:53:47] doctrine.DEBUG: SELECT DATABASE() [] []
  10196. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10197. [2023-06-21 11:53:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /properties/configuration.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /properties/configuration.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/properties/configuration.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10198. [2023-06-21 11:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10199. [2023-06-21 11:53:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10200. [2023-06-21 11:53:47] doctrine.DEBUG: SELECT DATABASE() [] []
  10201. [2023-06-21 11:53:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10202. [2023-06-21 11:53:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tabsFrame.dhtml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tabsFrame.dhtml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tabsFrame.dhtml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10203. [2023-06-21 11:53:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10204. [2023-06-21 11:53:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10205. [2023-06-21 11:53:48] doctrine.DEBUG: SELECT DATABASE() [] []
  10206. [2023-06-21 11:53:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10207. [2023-06-21 11:53:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10208. [2023-06-21 11:53:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10209. [2023-06-21 11:53:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10210. [2023-06-21 11:53:48] doctrine.DEBUG: SELECT DATABASE() [] []
  10211. [2023-06-21 11:53:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10212. [2023-06-21 11:53:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /headhome.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /headhome.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/headhome.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10213. [2023-06-21 11:53:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10214. [2023-06-21 11:53:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10215. [2023-06-21 11:53:48] doctrine.DEBUG: SELECT DATABASE() [] []
  10216. [2023-06-21 11:53:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10217. [2023-06-21 11:53:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /weblogin.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /weblogin.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/weblogin.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10218. [2023-06-21 11:53:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10219. [2023-06-21 11:53:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10220. [2023-06-21 11:53:58] doctrine.DEBUG: SELECT DATABASE() [] []
  10221. [2023-06-21 11:54:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10222. [2023-06-21 11:54:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/login.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/login.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/login.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10223. [2023-06-21 11:54:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10224. [2023-06-21 11:54:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10225. [2023-06-21 11:54:20] doctrine.DEBUG: SELECT DATABASE() [] []
  10226. [2023-06-21 11:54:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10227. [2023-06-21 11:54:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10228. [2023-06-21 11:54:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10229. [2023-06-21 11:54:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10230. [2023-06-21 11:54:31] doctrine.DEBUG: SELECT DATABASE() [] []
  10231. [2023-06-21 11:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10232. [2023-06-21 11:54:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /main.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /main.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10233. [2023-06-21 11:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10234. [2023-06-21 11:54:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10235. [2023-06-21 11:54:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10236. [2023-06-21 11:54:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10237. [2023-06-21 11:54:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /main.mwp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /main.mwp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.mwp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10238. [2023-06-21 11:54:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10239. [2023-06-21 11:54:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10240. [2023-06-21 11:54:46] doctrine.DEBUG: SELECT DATABASE() [] []
  10241. [2023-06-21 11:54:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10242. [2023-06-21 11:54:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Portal0000.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Portal0000.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Portal0000.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10243. [2023-06-21 11:54:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10244. [2023-06-21 11:54:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10245. [2023-06-21 11:54:56] doctrine.DEBUG: SELECT DATABASE() [] []
  10246. [2023-06-21 11:55:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10247. [2023-06-21 11:55:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Portal/Portal.mwsl"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Portal/Portal.mwsl\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Portal/Portal.mwsl/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10248. [2023-06-21 11:55:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10249. [2023-06-21 11:55:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10250. [2023-06-21 11:55:10] doctrine.DEBUG: SELECT DATABASE() [] []
  10251. [2023-06-21 11:55:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10252. [2023-06-21 11:55:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cgi-mod/index.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cgi-mod/index.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-mod/index.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10253. [2023-06-21 11:55:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10254. [2023-06-21 11:55:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10255. [2023-06-21 11:55:12] doctrine.DEBUG: SELECT DATABASE() [] []
  10256. [2023-06-21 11:55:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10257. [2023-06-21 11:55:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /DroboPix/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /DroboPix/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DroboPix\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10258. [2023-06-21 11:55:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10259. [2023-06-21 11:55:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10260. [2023-06-21 11:55:51] doctrine.DEBUG: SELECT DATABASE() [] []
  10261. [2023-06-21 11:55:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10262. [2023-06-21 11:55:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /mysql/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /mysql/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mysql\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10263. [2023-06-21 11:55:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10264. [2023-06-21 11:55:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10265. [2023-06-21 11:55:58] doctrine.DEBUG: SELECT DATABASE() [] []
  10266. [2023-06-21 11:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10267. [2023-06-21 11:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10268. [2023-06-21 11:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webman/index.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webman/index.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webman/index.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10269. [2023-06-21 11:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webman/index.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webman/index.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webman/index.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10270. [2023-06-21 11:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10271. [2023-06-21 11:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10272. [2023-06-21 11:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10273. [2023-06-21 11:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10274. [2023-06-21 11:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10275. [2023-06-21 11:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10276. [2023-06-21 11:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10277. [2023-06-21 11:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10278. [2023-06-21 11:56:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10279. [2023-06-21 11:56:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10280. [2023-06-21 11:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10281. [2023-06-21 11:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10282. [2023-06-21 11:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10283. [2023-06-21 11:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10284. [2023-06-21 11:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10285. [2023-06-21 11:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10286. [2023-06-21 11:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10287. [2023-06-21 11:57:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/public/index.php/","method":"GET"} []
  10288. [2023-06-21 11:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10289. [2023-06-21 11:57:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10290. [2023-06-21 11:57:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10291. [2023-06-21 11:57:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10292. [2023-06-21 11:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10293. [2023-06-21 11:57:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10294. [2023-06-21 11:57:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10295. [2023-06-21 11:57:13] doctrine.DEBUG: SELECT DATABASE() [] []
  10296. [2023-06-21 11:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10297. [2023-06-21 11:57:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /corporate/webpages/login.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /corporate/webpages/login.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/corporate/webpages/login.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10298. [2023-06-21 11:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10299. [2023-06-21 11:57:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10300. [2023-06-21 11:57:27] doctrine.DEBUG: SELECT DATABASE() [] []
  10301. [2023-06-21 11:57:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10302. [2023-06-21 11:57:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /userportal/webpages/myaccount/login.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /userportal/webpages/myaccount/login.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/userportal/webpages/myaccount/login.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10303. [2023-06-21 11:57:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10304. [2023-06-21 11:57:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10305. [2023-06-21 11:57:44] doctrine.DEBUG: SELECT DATABASE() [] []
  10306. [2023-06-21 11:57:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10307. [2023-06-21 11:57:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /webconsole/webpages/login.jsp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /webconsole/webpages/login.jsp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webconsole/webpages/login.jsp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10308. [2023-06-21 11:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10309. [2023-06-21 11:57:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10310. [2023-06-21 11:57:55] doctrine.DEBUG: SELECT DATABASE() [] []
  10311. [2023-06-21 11:58:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10312. [2023-06-21 11:58:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /authenticate/login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /authenticate/login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/authenticate/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10313. [2023-06-21 11:58:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10314. [2023-06-21 11:58:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10315. [2023-06-21 11:58:09] doctrine.DEBUG: SELECT DATABASE() [] []
  10316. [2023-06-21 11:58:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10317. [2023-06-21 11:58:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gc/flash.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gc/flash.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gc/flash.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10318. [2023-06-21 11:58:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10319. [2023-06-21 11:58:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10320. [2023-06-21 11:58:31] doctrine.DEBUG: SELECT DATABASE() [] []
  10321. [2023-06-21 12:00:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10322. [2023-06-21 12:00:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10323. [2023-06-21 12:00:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10324. [2023-06-21 12:00:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deviceinfo.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deviceinfo.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deviceinfo.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10325. [2023-06-21 12:00:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10326. [2023-06-21 12:00:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10327. [2023-06-21 12:00:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10328. [2023-06-21 12:00:12] doctrine.DEBUG: SELECT DATABASE() [] []
  10329. [2023-06-21 12:00:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10330. [2023-06-21 12:00:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10331. [2023-06-21 12:00:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10332. [2023-06-21 12:00:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10333. [2023-06-21 12:00:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10334. [2023-06-21 12:00:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10335. [2023-06-21 12:00:12] doctrine.DEBUG: SELECT DATABASE() [] []
  10336. [2023-06-21 12:00:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10337. [2023-06-21 12:00:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/public/index.php/?menu1=Help&menu2=&menu3=&menu4=&page=master","method":"GET"} []
  10338. [2023-06-21 12:00:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10339. [2023-06-21 12:00:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10340. [2023-06-21 12:00:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10341. [2023-06-21 12:00:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10342. [2023-06-21 12:00:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10343. [2023-06-21 12:00:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10344. [2023-06-21 12:00:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10345. [2023-06-21 12:00:57] doctrine.DEBUG: SELECT DATABASE() [] []
  10346. [2023-06-21 12:01:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10347. [2023-06-21 12:01:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /UI/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /UI/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/UI\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10348. [2023-06-21 12:01:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10349. [2023-06-21 12:01:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10350. [2023-06-21 12:01:01] doctrine.DEBUG: SELECT DATABASE() [] []
  10351. [2023-06-21 12:01:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10352. [2023-06-21 12:01:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /UI/login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /UI/login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/UI/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10353. [2023-06-21 12:01:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10354. [2023-06-21 12:01:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10355. [2023-06-21 12:01:02] doctrine.DEBUG: SELECT DATABASE() [] []
  10356. [2023-06-21 12:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10357. [2023-06-21 12:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10358. [2023-06-21 12:01:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%2bCSCOE%2b/win.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%2bCSCOE%2b/win.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%2bCSCOE%2b/win.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10359. [2023-06-21 12:01:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ui/login/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ui/login/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ui/login\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10360. [2023-06-21 12:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10361. [2023-06-21 12:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10362. [2023-06-21 12:01:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10363. [2023-06-21 12:01:30] doctrine.DEBUG: SELECT DATABASE() [] []
  10364. [2023-06-21 12:01:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10365. [2023-06-21 12:01:30] doctrine.DEBUG: SELECT DATABASE() [] []
  10366. [2023-06-21 12:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10367. [2023-06-21 12:01:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.htm"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.htm\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.htm/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10368. [2023-06-21 12:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10369. [2023-06-21 12:01:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10370. [2023-06-21 12:01:44] doctrine.DEBUG: SELECT DATABASE() [] []
  10371. [2023-06-21 12:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10372. [2023-06-21 12:01:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login_new.asp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login_new.asp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login_new.asp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10373. [2023-06-21 12:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10374. [2023-06-21 12:01:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10375. [2023-06-21 12:01:44] doctrine.DEBUG: SELECT DATABASE() [] []
  10376. [2023-06-21 12:02:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10377. [2023-06-21 12:02:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10378. [2023-06-21 12:02:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /php/login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /php/login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php/login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10379. [2023-06-21 12:02:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /CGI/Java/Serviceability"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /CGI/Java/Serviceability\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CGI/Java/Serviceability/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10380. [2023-06-21 12:02:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10381. [2023-06-21 12:02:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10382. [2023-06-21 12:02:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10383. [2023-06-21 12:02:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10384. [2023-06-21 12:02:07] doctrine.DEBUG: SELECT DATABASE() [] []
  10385. [2023-06-21 12:02:07] doctrine.DEBUG: SELECT DATABASE() [] []
  10386. [2023-06-21 12:02:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10387. [2023-06-21 12:02:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10388. [2023-06-21 12:02:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10389. [2023-06-21 12:02:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10390. [2023-06-21 12:02:37] doctrine.DEBUG: SELECT DATABASE() [] []
  10391. [2023-06-21 12:02:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10392. [2023-06-21 12:02:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /euq-login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /euq-login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/euq-login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10393. [2023-06-21 12:02:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10394. [2023-06-21 12:02:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10395. [2023-06-21 12:02:37] doctrine.DEBUG: SELECT DATABASE() [] []
  10396. [2023-06-21 12:03:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10397. [2023-06-21 12:03:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10398. [2023-06-21 12:03:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10399. [2023-06-21 12:03:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10400. [2023-06-21 12:03:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10401. [2023-06-21 12:03:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10402. [2023-06-21 12:03:06] doctrine.DEBUG: SELECT DATABASE() [] []
  10403. [2023-06-21 12:03:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10404. [2023-06-21 12:03:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10405. [2023-06-21 12:03:06] doctrine.DEBUG: SELECT DATABASE() [] []
  10406. [2023-06-21 12:04:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10407. [2023-06-21 12:04:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server_version.xsl"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server_version.xsl\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server_version.xsl/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10408. [2023-06-21 12:04:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10409. [2023-06-21 12:04:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10410. [2023-06-21 12:04:19] doctrine.DEBUG: SELECT DATABASE() [] []
  10411. [2023-06-21 12:05:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10412. [2023-06-21 12:05:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /nps/servlet/webacc"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /nps/servlet/webacc\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nps/servlet/webacc/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10413. [2023-06-21 12:05:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10414. [2023-06-21 12:05:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10415. [2023-06-21 12:05:14] doctrine.DEBUG: SELECT DATABASE() [] []
  10416. [2023-06-21 12:05:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10417. [2023-06-21 12:05:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/logon_merge.gif"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/logon_merge.gif\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images/logon_merge.gif/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10418. [2023-06-21 12:05:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10419. [2023-06-21 12:05:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10420. [2023-06-21 12:05:39] doctrine.DEBUG: SELECT DATABASE() [] []
  10421. [2023-06-21 12:05:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10422. [2023-06-21 12:05:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /resource/images/logon_t.gif"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /resource/images/logon_t.gif\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resource/images/logon_t.gif/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10423. [2023-06-21 12:05:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10424. [2023-06-21 12:05:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10425. [2023-06-21 12:05:39] doctrine.DEBUG: SELECT DATABASE() [] []
  10426. [2023-06-21 12:05:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10427. [2023-06-21 12:05:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /resource/images/logon.gif"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /resource/images/logon.gif\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resource/images/logon.gif/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10428. [2023-06-21 12:05:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10429. [2023-06-21 12:05:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10430. [2023-06-21 12:05:39] doctrine.DEBUG: SELECT DATABASE() [] []
  10431. [2023-06-21 12:05:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10432. [2023-06-21 12:05:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /customviews/image/login_bg/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /customviews/image/login_bg/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/customviews/image/login_bg\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10433. [2023-06-21 12:05:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10434. [2023-06-21 12:05:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10435. [2023-06-21 12:05:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10436. [2023-06-21 12:05:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10437. [2023-06-21 12:05:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/login_top.gif"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/login_top.gif\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images/login_top.gif/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10438. [2023-06-21 12:05:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10439. [2023-06-21 12:05:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10440. [2023-06-21 12:05:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10441. [2023-06-21 12:05:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10442. [2023-06-21 12:05:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /theme1/images/logo.gif"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /theme1/images/logo.gif\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme1/images/logo.gif/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10443. [2023-06-21 12:05:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10444. [2023-06-21 12:05:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10445. [2023-06-21 12:05:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10446. [2023-06-21 12:05:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10447. [2023-06-21 12:05:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/logo.gif"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/logo.gif\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images/logo.gif/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10448. [2023-06-21 12:05:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10449. [2023-06-21 12:05:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10450. [2023-06-21 12:05:41] doctrine.DEBUG: SELECT DATABASE() [] []
  10451. [2023-06-21 12:07:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10452. [2023-06-21 12:07:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fw.login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fw.login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fw.login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10453. [2023-06-21 12:07:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10454. [2023-06-21 12:07:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10455. [2023-06-21 12:07:56] doctrine.DEBUG: SELECT DATABASE() [] []
  10456. [2023-06-21 12:07:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10457. [2023-06-21 12:07:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /logon.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /logon.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logon.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10458. [2023-06-21 12:07:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10459. [2023-06-21 12:07:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10460. [2023-06-21 12:07:57] doctrine.DEBUG: SELECT DATABASE() [] []
  10461. [2023-06-22 04:57:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10462. [2023-06-22 04:57:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10463. [2023-06-22 04:57:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  10464. [2023-06-22 04:57:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10465. [2023-06-22 04:57:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10466. [2023-06-22 04:57:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10467. [2023-06-22 04:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10468. [2023-06-22 04:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10469. [2023-06-22 04:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10470. [2023-06-22 04:57:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10471. [2023-06-22 04:57:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10472. [2023-06-22 04:57:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10473. [2023-06-22 04:57:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10474. [2023-06-22 04:57:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10475. [2023-06-22 04:57:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10476. [2023-06-22 04:57:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10477. [2023-06-22 04:57:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10478. [2023-06-22 04:57:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10479. [2023-06-22 04:57:53] doctrine.DEBUG: SELECT DATABASE() [] []
  10480. [2023-06-22 04:57:53] doctrine.DEBUG: SELECT DATABASE() [] []
  10481. [2023-06-22 17:12:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10482. [2023-06-22 17:12:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  10483. [2023-06-22 17:12:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10484. [2023-06-22 17:12:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10485. [2023-06-22 17:12:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10486. [2023-06-22 17:12:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10487. [2023-06-22 17:12:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10488. [2023-06-22 17:12:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10489. [2023-06-22 17:12:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10490. [2023-06-22 17:12:40] doctrine.DEBUG: SELECT DATABASE() [] []
  10491. [2023-06-22 17:12:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10492. [2023-06-22 17:12:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10493. [2023-06-22 17:12:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10494. [2023-06-22 17:12:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10495. [2023-06-22 17:12:42] doctrine.DEBUG: SELECT DATABASE() [] []
  10496. [2023-06-23 08:53:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10497. [2023-06-23 08:53:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10498. [2023-06-23 08:53:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10499. [2023-06-23 08:53:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10500. [2023-06-23 08:53:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10501. [2023-06-23 08:53:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10502. [2023-06-23 08:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10503. [2023-06-23 08:53:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10504. [2023-06-23 08:53:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10505. [2023-06-23 08:53:45] doctrine.DEBUG: SELECT DATABASE() [] []
  10506. [2023-06-23 08:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10507. [2023-06-23 08:53:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10508. [2023-06-23 08:53:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10509. [2023-06-23 08:53:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10510. [2023-06-23 08:53:48] doctrine.DEBUG: SELECT DATABASE() [] []
  10511. [2023-06-23 10:00:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10512. [2023-06-23 10:00:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10513. [2023-06-23 10:00:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10514. [2023-06-23 10:00:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10515. [2023-06-23 10:00:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10516. [2023-06-23 10:00:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10517. [2023-06-23 10:00:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10518. [2023-06-23 10:00:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10519. [2023-06-23 10:00:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10520. [2023-06-23 10:00:46] doctrine.DEBUG: SELECT DATABASE() [] []
  10521. [2023-06-23 10:00:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10522. [2023-06-23 10:00:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b9c3e"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/1b9c3e","method":"GET"} []
  10523. [2023-06-23 16:18:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10524. [2023-06-23 16:18:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  10525. [2023-06-23 16:18:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10526. [2023-06-23 16:18:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10527. [2023-06-23 16:18:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10528. [2023-06-23 16:18:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10529. [2023-06-23 16:18:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10530. [2023-06-23 16:18:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10531. [2023-06-23 16:18:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10532. [2023-06-23 16:18:16] doctrine.DEBUG: SELECT DATABASE() [] []
  10533. [2023-06-23 16:18:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10534. [2023-06-23 16:18:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10535. [2023-06-23 16:18:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10536. [2023-06-23 16:18:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10537. [2023-06-23 16:18:18] doctrine.DEBUG: SELECT DATABASE() [] []
  10538. [2023-06-23 20:35:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10539. [2023-06-23 20:35:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10540. [2023-06-23 20:35:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10541. [2023-06-23 20:35:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10542. [2023-06-23 20:35:54] doctrine.DEBUG: SELECT DATABASE() [] []
  10543. [2023-06-24 01:22:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10544. [2023-06-24 01:22:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10545. [2023-06-24 01:22:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  10546. [2023-06-24 01:22:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10547. [2023-06-24 01:22:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10548. [2023-06-24 01:22:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10549. [2023-06-24 01:22:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10550. [2023-06-24 01:22:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10551. [2023-06-24 01:22:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10552. [2023-06-24 01:22:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10553. [2023-06-24 01:22:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10554. [2023-06-24 01:22:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10555. [2023-06-24 01:22:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10556. [2023-06-24 01:22:21] doctrine.DEBUG: SELECT DATABASE() [] []
  10557. [2023-06-24 01:22:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10558. [2023-06-24 01:22:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10559. [2023-06-24 01:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10560. [2023-06-24 01:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10561. [2023-06-24 01:22:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10562. [2023-06-24 01:22:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10563. [2023-06-24 01:22:23] doctrine.DEBUG: SELECT DATABASE() [] []
  10564. [2023-06-24 03:04:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10565. [2023-06-24 03:04:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10566. [2023-06-24 03:04:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10567. [2023-06-24 03:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10568. [2023-06-24 03:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10569. [2023-06-24 03:04:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10570. [2023-06-24 03:04:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10571. [2023-06-24 03:04:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10572. [2023-06-24 03:04:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10573. [2023-06-24 03:04:14] doctrine.DEBUG: SELECT DATABASE() [] []
  10574. [2023-06-24 03:18:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10575. [2023-06-24 03:18:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10576. [2023-06-24 03:18:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10577. [2023-06-24 03:18:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10578. [2023-06-24 03:18:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10579. [2023-06-24 03:18:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10580. [2023-06-24 03:18:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10581. [2023-06-24 03:18:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10582. [2023-06-24 03:18:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10583. [2023-06-24 03:18:03] doctrine.DEBUG: SELECT DATABASE() [] []
  10584. [2023-06-24 07:23:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10585. [2023-06-24 07:23:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10586. [2023-06-24 07:23:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10587. [2023-06-24 07:23:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10588. [2023-06-24 07:23:56] doctrine.DEBUG: SELECT DATABASE() [] []
  10589. [2023-06-24 20:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10590. [2023-06-24 20:34:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10591. [2023-06-24 20:34:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10592. [2023-06-24 20:34:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10593. [2023-06-24 20:34:12] doctrine.DEBUG: SELECT DATABASE() [] []
  10594. [2023-06-25 16:07:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10595. [2023-06-25 16:07:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10596. [2023-06-25 16:07:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10597. [2023-06-25 16:07:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10598. [2023-06-25 16:07:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10599. [2023-06-25 16:07:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10600. [2023-06-25 16:07:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10601. [2023-06-25 16:07:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10602. [2023-06-25 16:07:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10603. [2023-06-25 16:07:16] doctrine.DEBUG: SELECT DATABASE() [] []
  10604. [2023-06-25 16:07:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10605. [2023-06-25 16:07:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10606. [2023-06-25 16:07:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10607. [2023-06-25 16:07:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10608. [2023-06-25 16:07:18] doctrine.DEBUG: SELECT DATABASE() [] []
  10609. [2023-06-25 16:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10610. [2023-06-25 16:28:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10611. [2023-06-25 16:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10612. [2023-06-25 16:28:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10613. [2023-06-25 16:28:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10614. [2023-06-25 16:28:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10615. [2023-06-25 16:28:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10616. [2023-06-25 16:28:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10617. [2023-06-25 16:28:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10618. [2023-06-25 16:28:54] doctrine.DEBUG: SELECT DATABASE() [] []
  10619. [2023-06-25 16:28:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10620. [2023-06-25 16:28:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10621. [2023-06-25 16:28:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10622. [2023-06-25 16:28:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10623. [2023-06-25 16:28:57] doctrine.DEBUG: SELECT DATABASE() [] []
  10624. [2023-06-25 19:35:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10625. [2023-06-25 19:35:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10626. [2023-06-25 19:35:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10627. [2023-06-25 19:35:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10628. [2023-06-25 19:35:13] doctrine.DEBUG: SELECT DATABASE() [] []
  10629. [2023-06-25 23:36:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10630. [2023-06-25 23:36:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10631. [2023-06-25 23:36:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10632. [2023-06-25 23:36:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10633. [2023-06-25 23:36:33] doctrine.DEBUG: SELECT DATABASE() [] []
  10634. [2023-06-27 13:24:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10635. [2023-06-27 13:24:15] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  10636. [2023-06-27 13:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10637. [2023-06-27 13:24:17] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml&line=1","method":"GET"} []
  10638. [2023-06-27 13:24:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  10639. [2023-06-27 16:02:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10640. [2023-06-27 16:02:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10641. [2023-06-27 16:02:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10642. [2023-06-27 16:02:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10643. [2023-06-27 16:02:53] doctrine.DEBUG: SELECT DATABASE() [] []
  10644. [2023-06-27 19:27:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10645. [2023-06-27 19:27:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10646. [2023-06-27 19:27:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10647. [2023-06-27 19:27:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10648. [2023-06-27 19:27:14] doctrine.DEBUG: SELECT DATABASE() [] []
  10649. [2023-06-28 16:46:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10650. [2023-06-28 16:46:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10651. [2023-06-28 16:46:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10652. [2023-06-28 16:46:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10653. [2023-06-28 16:46:36] doctrine.DEBUG: SELECT DATABASE() [] []
  10654. [2023-06-29 20:01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10655. [2023-06-29 20:01:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10656. [2023-06-29 20:01:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10657. [2023-06-29 20:01:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10658. [2023-06-29 20:01:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10659. [2023-06-29 20:01:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10660. [2023-06-29 20:01:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10661. [2023-06-29 20:01:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10662. [2023-06-29 20:01:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10663. [2023-06-29 20:01:02] doctrine.DEBUG: SELECT DATABASE() [] []
  10664. [2023-06-29 20:01:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10665. [2023-06-29 20:01:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10666. [2023-06-29 20:01:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10667. [2023-06-29 20:01:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10668. [2023-06-29 20:01:03] doctrine.DEBUG: SELECT DATABASE() [] []
  10669. [2023-06-29 20:01:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10670. [2023-06-29 20:01:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10671. [2023-06-29 20:01:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10672. [2023-06-29 20:01:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10673. [2023-06-29 20:01:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10674. [2023-06-29 20:01:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10675. [2023-06-29 20:01:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10676. [2023-06-29 20:01:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10677. [2023-06-29 20:01:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10678. [2023-06-29 20:01:04] doctrine.DEBUG: SELECT DATABASE() [] []
  10679. [2023-06-29 20:01:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10680. [2023-06-29 20:01:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10681. [2023-06-29 20:01:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10682. [2023-06-29 20:01:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10683. [2023-06-29 20:01:05] doctrine.DEBUG: SELECT DATABASE() [] []
  10684. [2023-06-29 21:51:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10685. [2023-06-29 21:51:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10686. [2023-06-29 21:51:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10687. [2023-06-29 21:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10688. [2023-06-29 21:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10689. [2023-06-29 21:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10690. [2023-06-29 21:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10691. [2023-06-29 21:51:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10692. [2023-06-29 21:51:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10693. [2023-06-29 21:51:04] doctrine.DEBUG: SELECT DATABASE() [] []
  10694. [2023-06-29 21:51:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10695. [2023-06-29 21:51:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10696. [2023-06-29 21:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10697. [2023-06-29 21:51:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10698. [2023-06-29 21:51:06] doctrine.DEBUG: SELECT DATABASE() [] []
  10699. [2023-06-29 21:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10700. [2023-06-29 21:51:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10701. [2023-06-29 21:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10702. [2023-06-29 21:51:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10703. [2023-06-29 21:51:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10704. [2023-06-29 21:51:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10705. [2023-06-29 21:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10706. [2023-06-29 21:51:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10707. [2023-06-29 21:51:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10708. [2023-06-29 21:51:07] doctrine.DEBUG: SELECT DATABASE() [] []
  10709. [2023-06-29 21:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10710. [2023-06-29 21:51:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10711. [2023-06-29 21:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10712. [2023-06-29 21:51:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10713. [2023-06-29 21:51:08] doctrine.DEBUG: SELECT DATABASE() [] []
  10714. [2023-07-02 12:32:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10715. [2023-07-02 12:32:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  10716. [2023-07-02 12:32:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10717. [2023-07-02 12:32:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10718. [2023-07-02 12:32:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10719. [2023-07-02 12:32:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10720. [2023-07-02 12:32:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10721. [2023-07-02 12:32:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10722. [2023-07-02 12:32:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10723. [2023-07-02 12:32:43] doctrine.DEBUG: SELECT DATABASE() [] []
  10724. [2023-07-03 17:46:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10725. [2023-07-03 17:46:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  10726. [2023-07-03 17:46:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10727. [2023-07-03 17:46:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10728. [2023-07-03 17:46:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10729. [2023-07-03 17:46:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10730. [2023-07-03 17:46:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10731. [2023-07-03 17:46:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10732. [2023-07-03 17:46:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10733. [2023-07-03 17:46:30] doctrine.DEBUG: SELECT DATABASE() [] []
  10734. [2023-07-04 10:34:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10735. [2023-07-04 10:34:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  10736. [2023-07-04 10:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10737. [2023-07-04 10:34:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10738. [2023-07-04 10:34:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10739. [2023-07-04 10:34:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10740. [2023-07-04 10:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10741. [2023-07-04 10:34:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10742. [2023-07-04 10:34:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10743. [2023-07-04 10:34:11] doctrine.DEBUG: SELECT DATABASE() [] []
  10744. [2023-07-05 10:17:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10745. [2023-07-05 10:17:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10746. [2023-07-05 10:17:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10747. [2023-07-05 10:17:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10748. [2023-07-05 10:17:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10749. [2023-07-05 10:17:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10750. [2023-07-05 10:17:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10751. [2023-07-05 10:17:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10752. [2023-07-05 10:17:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10753. [2023-07-05 10:17:12] doctrine.DEBUG: SELECT DATABASE() [] []
  10754. [2023-07-05 17:54:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10755. [2023-07-05 17:54:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10756. [2023-07-05 17:54:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10757. [2023-07-05 17:54:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10758. [2023-07-05 17:54:55] doctrine.DEBUG: SELECT DATABASE() [] []
  10759. [2023-07-05 22:04:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10760. [2023-07-05 22:04:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10761. [2023-07-05 22:04:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10762. [2023-07-05 22:04:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10763. [2023-07-05 22:04:41] doctrine.DEBUG: SELECT DATABASE() [] []
  10764. [2023-07-10 16:20:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10765. [2023-07-10 16:20:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10766. [2023-07-10 16:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10767. [2023-07-10 16:20:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10768. [2023-07-10 16:20:09] doctrine.DEBUG: SELECT DATABASE() [] []
  10769. [2023-07-10 22:52:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10770. [2023-07-10 22:52:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10771. [2023-07-10 22:52:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10772. [2023-07-10 22:52:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10773. [2023-07-10 22:52:33] doctrine.DEBUG: SELECT DATABASE() [] []
  10774. [2023-07-11 04:04:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10775. [2023-07-11 04:04:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10776. [2023-07-11 04:04:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10777. [2023-07-11 04:04:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10778. [2023-07-11 04:04:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10779. [2023-07-11 04:04:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10780. [2023-07-11 04:04:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10781. [2023-07-11 04:04:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10782. [2023-07-11 04:04:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10783. [2023-07-11 04:04:16] doctrine.DEBUG: SELECT DATABASE() [] []
  10784. [2023-07-11 04:04:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10785. [2023-07-11 04:04:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10786. [2023-07-11 04:04:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10787. [2023-07-11 04:04:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10788. [2023-07-11 04:04:18] doctrine.DEBUG: SELECT DATABASE() [] []
  10789. [2023-07-11 13:37:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10790. [2023-07-11 13:37:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10791. [2023-07-11 13:37:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10792. [2023-07-11 13:37:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10793. [2023-07-11 13:37:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10794. [2023-07-11 13:37:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10795. [2023-07-11 13:37:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10796. [2023-07-11 13:37:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10797. [2023-07-11 13:37:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10798. [2023-07-11 13:37:39] doctrine.DEBUG: SELECT DATABASE() [] []
  10799. [2023-07-11 13:37:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10800. [2023-07-11 13:37:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10801. [2023-07-11 13:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10802. [2023-07-11 13:37:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10803. [2023-07-11 13:37:41] doctrine.DEBUG: SELECT DATABASE() [] []
  10804. [2023-07-11 13:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10805. [2023-07-11 13:37:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10806. [2023-07-11 13:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10807. [2023-07-11 13:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10808. [2023-07-11 13:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10809. [2023-07-11 13:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10810. [2023-07-11 13:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10811. [2023-07-11 13:37:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10812. [2023-07-11 13:37:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10813. [2023-07-11 13:37:41] doctrine.DEBUG: SELECT DATABASE() [] []
  10814. [2023-07-11 13:37:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10815. [2023-07-11 13:37:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10816. [2023-07-11 13:37:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10817. [2023-07-11 13:37:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10818. [2023-07-11 13:37:42] doctrine.DEBUG: SELECT DATABASE() [] []
  10819. [2023-07-11 15:55:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10820. [2023-07-11 15:55:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10821. [2023-07-11 15:55:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10822. [2023-07-11 15:55:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10823. [2023-07-11 15:55:24] doctrine.DEBUG: SELECT DATABASE() [] []
  10824. [2023-07-11 19:42:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10825. [2023-07-11 19:42:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10826. [2023-07-11 19:42:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10827. [2023-07-11 19:42:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10828. [2023-07-11 19:42:11] doctrine.DEBUG: SELECT DATABASE() [] []
  10829. [2023-07-12 13:40:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10830. [2023-07-12 13:40:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10831. [2023-07-12 13:40:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10832. [2023-07-12 13:40:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10833. [2023-07-12 13:40:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10834. [2023-07-12 13:40:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10835. [2023-07-12 13:40:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10836. [2023-07-12 13:40:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10837. [2023-07-12 13:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10838. [2023-07-12 13:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10839. [2023-07-12 13:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10840. [2023-07-12 13:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10841. [2023-07-12 13:40:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10842. [2023-07-12 13:40:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10843. [2023-07-12 13:40:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10844. [2023-07-12 13:40:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10845. [2023-07-12 13:40:24] doctrine.DEBUG: SELECT DATABASE() [] []
  10846. [2023-07-12 13:40:24] doctrine.DEBUG: SELECT DATABASE() [] []
  10847. [2023-07-12 13:40:24] doctrine.DEBUG: SELECT DATABASE() [] []
  10848. [2023-07-12 13:40:24] doctrine.DEBUG: SELECT DATABASE() [] []
  10849. [2023-07-12 13:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10850. [2023-07-12 13:40:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10851. [2023-07-12 13:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10852. [2023-07-12 13:40:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10853. [2023-07-12 13:40:26] doctrine.DEBUG: SELECT DATABASE() [] []
  10854. [2023-07-12 13:40:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10855. [2023-07-12 13:40:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10856. [2023-07-12 13:40:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10857. [2023-07-12 13:40:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10858. [2023-07-12 13:40:27] doctrine.DEBUG: SELECT DATABASE() [] []
  10859. [2023-07-12 13:40:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10860. [2023-07-12 13:40:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config" (from "http://rbbe.asb-digital.fr/.git/config")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.git/config\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10861. [2023-07-12 13:40:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10862. [2023-07-12 13:40:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10863. [2023-07-12 13:40:32] doctrine.DEBUG: SELECT DATABASE() [] []
  10864. [2023-07-14 04:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10865. [2023-07-14 04:51:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10866. [2023-07-14 04:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10867. [2023-07-14 04:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10868. [2023-07-14 04:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10869. [2023-07-14 04:51:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10870. [2023-07-14 04:51:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10871. [2023-07-14 04:51:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10872. [2023-07-14 04:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10873. [2023-07-14 04:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  10874. [2023-07-14 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10875. [2023-07-14 04:51:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10876. [2023-07-14 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10877. [2023-07-14 04:51:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10878. [2023-07-14 04:51:18] doctrine.DEBUG: SELECT DATABASE() [] []
  10879. [2023-07-14 06:55:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10880. [2023-07-14 06:55:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10881. [2023-07-14 06:55:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10882. [2023-07-14 06:55:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10883. [2023-07-14 06:55:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10884. [2023-07-14 06:55:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10885. [2023-07-14 06:55:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10886. [2023-07-14 06:55:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10887. [2023-07-14 06:55:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10888. [2023-07-14 06:55:20] doctrine.DEBUG: SELECT DATABASE() [] []
  10889. [2023-07-14 06:55:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10890. [2023-07-14 06:55:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10891. [2023-07-14 06:55:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10892. [2023-07-14 06:55:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10893. [2023-07-14 06:55:23] doctrine.DEBUG: SELECT DATABASE() [] []
  10894. [2023-07-14 17:02:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10895. [2023-07-14 17:02:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10896. [2023-07-14 17:02:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10897. [2023-07-14 17:02:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10898. [2023-07-14 17:02:10] doctrine.DEBUG: SELECT DATABASE() [] []
  10899. [2023-07-15 15:14:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10900. [2023-07-15 15:14:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10901. [2023-07-15 15:14:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10902. [2023-07-15 15:14:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10903. [2023-07-15 15:14:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10904. [2023-07-15 15:14:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10905. [2023-07-15 15:14:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10906. [2023-07-15 15:14:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10907. [2023-07-15 15:14:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10908. [2023-07-15 15:14:45] doctrine.DEBUG: SELECT DATABASE() [] []
  10909. [2023-07-15 18:32:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10910. [2023-07-15 18:32:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10911. [2023-07-15 18:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10912. [2023-07-15 18:32:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10913. [2023-07-15 18:32:34] doctrine.DEBUG: SELECT DATABASE() [] []
  10914. [2023-07-17 17:52:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10915. [2023-07-17 17:52:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10916. [2023-07-17 17:52:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10917. [2023-07-17 17:52:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10918. [2023-07-17 17:52:50] doctrine.DEBUG: SELECT DATABASE() [] []
  10919. [2023-07-17 20:44:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10920. [2023-07-17 20:44:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10921. [2023-07-17 20:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10922. [2023-07-17 20:44:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10923. [2023-07-17 20:44:42] doctrine.DEBUG: SELECT DATABASE() [] []
  10924. [2023-07-18 07:35:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10925. [2023-07-18 07:35:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10926. [2023-07-18 07:35:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10927. [2023-07-18 07:35:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10928. [2023-07-18 07:35:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10929. [2023-07-18 07:35:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10930. [2023-07-18 07:35:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10931. [2023-07-18 07:35:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10932. [2023-07-18 07:35:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10933. [2023-07-18 07:35:34] doctrine.DEBUG: SELECT DATABASE() [] []
  10934. [2023-07-18 08:00:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10935. [2023-07-18 08:00:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10936. [2023-07-18 08:00:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10937. [2023-07-18 08:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10938. [2023-07-18 08:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10939. [2023-07-18 08:00:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10940. [2023-07-18 08:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10941. [2023-07-18 08:00:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10942. [2023-07-18 08:00:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10943. [2023-07-18 08:00:29] doctrine.DEBUG: SELECT DATABASE() [] []
  10944. [2023-07-19 04:26:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10945. [2023-07-19 04:26:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10946. [2023-07-19 04:26:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10947. [2023-07-19 04:26:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10948. [2023-07-19 04:26:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10949. [2023-07-19 04:26:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10950. [2023-07-19 04:26:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10951. [2023-07-19 04:26:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10952. [2023-07-19 04:26:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10953. [2023-07-19 04:26:19] doctrine.DEBUG: SELECT DATABASE() [] []
  10954. [2023-07-20 16:38:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10955. [2023-07-20 16:38:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10956. [2023-07-20 16:38:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10957. [2023-07-20 16:38:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10958. [2023-07-20 16:38:38] doctrine.DEBUG: SELECT DATABASE() [] []
  10959. [2023-07-20 21:36:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10960. [2023-07-20 21:36:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10961. [2023-07-20 21:36:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10962. [2023-07-20 21:36:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10963. [2023-07-20 21:36:22] doctrine.DEBUG: SELECT DATABASE() [] []
  10964. [2023-07-21 17:12:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10965. [2023-07-21 17:12:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10966. [2023-07-21 17:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10967. [2023-07-21 17:12:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10968. [2023-07-21 17:12:50] doctrine.DEBUG: SELECT DATABASE() [] []
  10969. [2023-07-21 19:20:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10970. [2023-07-21 19:20:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10971. [2023-07-21 19:20:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10972. [2023-07-21 19:20:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10973. [2023-07-21 19:20:02] doctrine.DEBUG: SELECT DATABASE() [] []
  10974. [2023-07-23 02:14:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10975. [2023-07-23 02:14:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10976. [2023-07-23 02:14:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10977. [2023-07-23 02:14:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10978. [2023-07-23 02:14:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10979. [2023-07-23 02:14:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10980. [2023-07-23 02:14:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10981. [2023-07-23 02:14:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10982. [2023-07-23 02:14:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10983. [2023-07-23 02:14:22] doctrine.DEBUG: SELECT DATABASE() [] []
  10984. [2023-07-23 02:14:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10985. [2023-07-23 02:14:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  10986. [2023-07-23 02:14:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10987. [2023-07-23 02:14:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10988. [2023-07-23 02:14:24] doctrine.DEBUG: SELECT DATABASE() [] []
  10989. [2023-07-23 04:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  10990. [2023-07-23 04:37:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  10991. [2023-07-23 04:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  10992. [2023-07-23 04:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  10993. [2023-07-23 04:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  10994. [2023-07-23 04:37:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  10995. [2023-07-23 04:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  10996. [2023-07-23 04:37:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  10997. [2023-07-23 04:37:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  10998. [2023-07-23 04:37:41] doctrine.DEBUG: SELECT DATABASE() [] []
  10999. [2023-07-23 04:37:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11000. [2023-07-23 04:37:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11001. [2023-07-23 04:37:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11002. [2023-07-23 04:37:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11003. [2023-07-23 04:37:43] doctrine.DEBUG: SELECT DATABASE() [] []
  11004. [2023-07-23 04:37:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11005. [2023-07-23 04:37:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11006. [2023-07-23 04:37:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11007. [2023-07-23 04:37:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11008. [2023-07-23 04:37:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11009. [2023-07-23 04:37:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11010. [2023-07-23 04:37:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11011. [2023-07-23 04:37:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11012. [2023-07-23 04:37:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11013. [2023-07-23 04:37:44] doctrine.DEBUG: SELECT DATABASE() [] []
  11014. [2023-07-23 04:37:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11015. [2023-07-23 04:37:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11016. [2023-07-23 04:37:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11017. [2023-07-23 04:37:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11018. [2023-07-23 04:37:45] doctrine.DEBUG: SELECT DATABASE() [] []
  11019. [2023-07-23 05:06:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11020. [2023-07-23 05:06:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.well-known/security.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.well-known/security.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.well-known/security.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11021. [2023-07-23 05:06:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11022. [2023-07-23 05:06:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11023. [2023-07-23 05:06:01] doctrine.DEBUG: SELECT DATABASE() [] []
  11024. [2023-07-24 10:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11025. [2023-07-24 10:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11026. [2023-07-24 10:36:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11027. [2023-07-24 10:36:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11028. [2023-07-24 10:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11029. [2023-07-24 10:36:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11030. [2023-07-24 10:36:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11031. [2023-07-24 10:36:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11032. [2023-07-24 10:36:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11033. [2023-07-24 10:36:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11034. [2023-07-24 10:36:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11035. [2023-07-24 10:36:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11036. [2023-07-24 10:36:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11037. [2023-07-24 10:36:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11038. [2023-07-24 10:36:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11039. [2023-07-24 10:36:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11040. [2023-07-24 10:36:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11041. [2023-07-24 10:36:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11042. [2023-07-24 10:36:11] doctrine.DEBUG: SELECT DATABASE() [] []
  11043. [2023-07-24 10:36:11] doctrine.DEBUG: SELECT DATABASE() [] []
  11044. [2023-07-24 12:02:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11045. [2023-07-24 12:02:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11046. [2023-07-24 12:02:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11047. [2023-07-24 12:02:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11048. [2023-07-24 12:02:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11049. [2023-07-24 12:02:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11050. [2023-07-24 12:02:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11051. [2023-07-24 12:02:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11052. [2023-07-24 12:02:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11053. [2023-07-24 12:02:13] doctrine.DEBUG: SELECT DATABASE() [] []
  11054. [2023-07-24 12:02:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11055. [2023-07-24 12:02:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11056. [2023-07-24 12:02:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11057. [2023-07-24 12:02:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11058. [2023-07-24 12:02:15] doctrine.DEBUG: SELECT DATABASE() [] []
  11059. [2023-07-24 12:10:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11060. [2023-07-24 12:10:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11061. [2023-07-24 12:10:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11062. [2023-07-24 12:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11063. [2023-07-24 12:10:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11064. [2023-07-24 12:10:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11065. [2023-07-24 12:10:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11066. [2023-07-24 12:10:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11067. [2023-07-24 12:10:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11068. [2023-07-24 12:10:16] doctrine.DEBUG: SELECT DATABASE() [] []
  11069. [2023-07-24 12:10:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11070. [2023-07-24 12:10:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11071. [2023-07-24 12:10:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11072. [2023-07-24 12:10:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11073. [2023-07-24 12:10:17] doctrine.DEBUG: SELECT DATABASE() [] []
  11074. [2023-07-24 12:10:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11075. [2023-07-24 12:10:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11076. [2023-07-24 12:10:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11077. [2023-07-24 12:10:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11078. [2023-07-24 12:10:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11079. [2023-07-24 12:10:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11080. [2023-07-24 12:10:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11081. [2023-07-24 12:10:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11082. [2023-07-24 12:10:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11083. [2023-07-24 12:10:18] doctrine.DEBUG: SELECT DATABASE() [] []
  11084. [2023-07-24 12:10:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11085. [2023-07-24 12:10:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11086. [2023-07-24 12:10:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11087. [2023-07-24 12:10:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11088. [2023-07-24 12:10:18] doctrine.DEBUG: SELECT DATABASE() [] []
  11089. [2023-07-24 18:08:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11090. [2023-07-24 18:08:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11091. [2023-07-24 18:08:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11092. [2023-07-24 18:08:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11093. [2023-07-24 18:08:18] doctrine.DEBUG: SELECT DATABASE() [] []
  11094. [2023-07-25 17:38:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11095. [2023-07-25 17:38:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11096. [2023-07-25 17:38:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11097. [2023-07-25 17:38:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11098. [2023-07-25 17:38:26] doctrine.DEBUG: SELECT DATABASE() [] []
  11099. [2023-07-26 16:44:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11100. [2023-07-26 16:44:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11101. [2023-07-26 16:44:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11102. [2023-07-26 16:44:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11103. [2023-07-26 16:44:16] doctrine.DEBUG: SELECT DATABASE() [] []
  11104. [2023-07-27 12:57:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11105. [2023-07-27 12:57:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11106. [2023-07-27 12:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11107. [2023-07-27 12:57:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11108. [2023-07-27 12:57:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11109. [2023-07-27 12:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11110. [2023-07-27 12:57:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11111. [2023-07-27 12:57:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11112. [2023-07-27 12:57:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11113. [2023-07-27 12:57:14] doctrine.DEBUG: SELECT DATABASE() [] []
  11114. [2023-07-28 03:55:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11115. [2023-07-28 03:55:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11116. [2023-07-28 03:55:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11117. [2023-07-28 03:55:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11118. [2023-07-28 03:55:21] doctrine.DEBUG: SELECT DATABASE() [] []
  11119. [2023-07-28 18:30:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11120. [2023-07-28 18:30:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11121. [2023-07-28 18:30:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11122. [2023-07-28 18:30:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11123. [2023-07-28 18:30:17] doctrine.DEBUG: SELECT DATABASE() [] []
  11124. [2023-07-29 02:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11125. [2023-07-29 02:08:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11126. [2023-07-29 02:08:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11127. [2023-07-29 02:08:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11128. [2023-07-29 02:08:48] doctrine.DEBUG: SELECT DATABASE() [] []
  11129. [2023-07-29 22:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11130. [2023-07-29 22:42:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11131. [2023-07-29 22:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11132. [2023-07-29 22:42:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11133. [2023-07-29 22:42:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11134. [2023-07-29 22:42:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11135. [2023-07-29 22:42:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11136. [2023-07-29 22:42:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11137. [2023-07-29 22:42:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11138. [2023-07-29 22:42:03] doctrine.DEBUG: SELECT DATABASE() [] []
  11139. [2023-07-29 22:42:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11140. [2023-07-29 22:42:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11141. [2023-07-29 22:42:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11142. [2023-07-29 22:42:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11143. [2023-07-29 22:42:04] doctrine.DEBUG: SELECT DATABASE() [] []
  11144. [2023-07-29 23:25:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11145. [2023-07-29 23:25:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11146. [2023-07-29 23:25:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11147. [2023-07-29 23:25:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11148. [2023-07-29 23:25:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11149. [2023-07-29 23:25:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11150. [2023-07-29 23:25:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11151. [2023-07-29 23:25:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11152. [2023-07-29 23:25:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11153. [2023-07-29 23:25:58] doctrine.DEBUG: SELECT DATABASE() [] []
  11154. [2023-07-29 23:25:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11155. [2023-07-29 23:25:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11156. [2023-07-29 23:26:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11157. [2023-07-29 23:26:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11158. [2023-07-29 23:26:00] doctrine.DEBUG: SELECT DATABASE() [] []
  11159. [2023-07-30 22:02:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11160. [2023-07-30 22:02:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11161. [2023-07-30 22:02:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11162. [2023-07-30 22:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11163. [2023-07-30 22:02:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11164. [2023-07-30 22:02:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11165. [2023-07-30 22:02:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11166. [2023-07-30 22:02:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11167. [2023-07-30 22:02:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11168. [2023-07-30 22:02:54] doctrine.DEBUG: SELECT DATABASE() [] []
  11169. [2023-08-02 07:52:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11170. [2023-08-02 07:52:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11171. [2023-08-02 07:52:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11172. [2023-08-02 07:52:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11173. [2023-08-02 07:52:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11174. [2023-08-02 07:52:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11175. [2023-08-02 07:52:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11176. [2023-08-02 07:52:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11177. [2023-08-02 07:52:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11178. [2023-08-02 07:52:49] doctrine.DEBUG: SELECT DATABASE() [] []
  11179. [2023-08-02 07:53:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11180. [2023-08-02 07:53:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11181. [2023-08-02 07:53:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11182. [2023-08-02 07:53:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11183. [2023-08-02 07:53:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11184. [2023-08-02 07:53:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11185. [2023-08-02 07:53:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11186. [2023-08-02 07:53:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11187. [2023-08-02 07:53:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11188. [2023-08-02 07:53:26] doctrine.DEBUG: SELECT DATABASE() [] []
  11189. [2023-08-02 07:53:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11190. [2023-08-02 07:53:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11191. [2023-08-02 07:53:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11192. [2023-08-02 07:53:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11193. [2023-08-02 07:53:43] doctrine.DEBUG: SELECT DATABASE() [] []
  11194. [2023-08-02 07:53:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11195. [2023-08-02 07:53:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11196. [2023-08-02 07:53:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11197. [2023-08-02 07:53:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11198. [2023-08-02 07:53:44] doctrine.DEBUG: SELECT DATABASE() [] []
  11199. [2023-08-02 16:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11200. [2023-08-02 16:59:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11201. [2023-08-02 16:59:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11202. [2023-08-02 16:59:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11203. [2023-08-02 16:59:38] doctrine.DEBUG: SELECT DATABASE() [] []
  11204. [2023-08-03 19:14:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11205. [2023-08-03 19:14:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11206. [2023-08-03 19:14:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11207. [2023-08-03 19:14:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11208. [2023-08-03 19:14:24] doctrine.DEBUG: SELECT DATABASE() [] []
  11209. [2023-08-03 21:29:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11210. [2023-08-03 21:29:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11211. [2023-08-03 21:29:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11212. [2023-08-03 21:29:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11213. [2023-08-03 21:29:37] doctrine.DEBUG: SELECT DATABASE() [] []
  11214. [2023-08-04 19:48:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11215. [2023-08-04 19:48:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11216. [2023-08-04 19:48:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11217. [2023-08-04 19:48:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11218. [2023-08-04 19:48:13] doctrine.DEBUG: SELECT DATABASE() [] []
  11219. [2023-08-06 18:27:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11220. [2023-08-06 18:27:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11221. [2023-08-06 18:27:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11222. [2023-08-06 18:27:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11223. [2023-08-06 18:27:29] doctrine.DEBUG: SELECT DATABASE() [] []
  11224. [2023-08-06 20:28:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11225. [2023-08-06 20:28:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11226. [2023-08-06 20:28:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11227. [2023-08-06 20:28:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11228. [2023-08-06 20:28:30] doctrine.DEBUG: SELECT DATABASE() [] []
  11229. [2023-08-07 06:26:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11230. [2023-08-07 06:26:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11231. [2023-08-07 06:26:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11232. [2023-08-07 06:26:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11233. [2023-08-07 06:26:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11234. [2023-08-07 06:26:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11235. [2023-08-07 06:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11236. [2023-08-07 06:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11237. [2023-08-07 06:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11238. [2023-08-07 06:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11239. [2023-08-07 06:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11240. [2023-08-07 06:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11241. [2023-08-07 06:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11242. [2023-08-07 06:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11243. [2023-08-07 06:26:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11244. [2023-08-07 06:26:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11245. [2023-08-07 06:26:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11246. [2023-08-07 06:26:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11247. [2023-08-07 06:26:45] doctrine.DEBUG: SELECT DATABASE() [] []
  11248. [2023-08-07 06:26:45] doctrine.DEBUG: SELECT DATABASE() [] []
  11249. [2023-08-07 12:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11250. [2023-08-07 12:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11251. [2023-08-07 12:33:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11252. [2023-08-07 12:33:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11253. [2023-08-07 12:33:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11254. [2023-08-07 12:33:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11255. [2023-08-07 12:33:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11256. [2023-08-07 12:33:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11257. [2023-08-07 12:33:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11258. [2023-08-07 12:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11259. [2023-08-07 12:33:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11260. [2023-08-07 12:33:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11261. [2023-08-07 12:33:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11262. [2023-08-07 12:33:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11263. [2023-08-07 12:33:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11264. [2023-08-07 12:33:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11265. [2023-08-07 12:33:12] doctrine.DEBUG: SELECT DATABASE() [] []
  11266. [2023-08-07 12:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11267. [2023-08-07 12:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11268. [2023-08-07 12:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11269. [2023-08-07 12:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11270. [2023-08-07 12:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11271. [2023-08-07 12:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11272. [2023-08-07 12:33:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11273. [2023-08-07 12:33:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11274. [2023-08-07 12:33:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11275. [2023-08-07 12:33:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11276. [2023-08-07 12:33:14] doctrine.DEBUG: SELECT DATABASE() [] []
  11277. [2023-08-07 12:33:14] doctrine.DEBUG: SELECT DATABASE() [] []
  11278. [2023-08-07 12:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11279. [2023-08-07 12:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11280. [2023-08-07 12:33:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11281. [2023-08-07 12:33:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11282. [2023-08-07 12:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11283. [2023-08-07 12:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11284. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11285. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11286. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11287. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11288. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11289. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11290. [2023-08-07 12:33:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11291. [2023-08-07 12:33:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11292. [2023-08-07 12:33:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11293. [2023-08-07 12:33:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11294. [2023-08-07 12:33:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11295. [2023-08-07 12:33:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11296. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT DATABASE() [] []
  11297. [2023-08-07 12:33:18] doctrine.DEBUG: SELECT DATABASE() [] []
  11298. [2023-08-07 12:33:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11299. [2023-08-07 12:33:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11300. [2023-08-07 12:33:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11301. [2023-08-07 12:33:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11302. [2023-08-07 12:33:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11303. [2023-08-07 12:33:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11304. [2023-08-07 12:33:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11305. [2023-08-07 12:33:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11306. [2023-08-07 12:33:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11307. [2023-08-07 12:33:25] doctrine.DEBUG: SELECT DATABASE() [] []
  11308. [2023-08-07 12:33:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11309. [2023-08-07 12:33:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11310. [2023-08-07 12:33:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11311. [2023-08-07 12:33:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11312. [2023-08-07 12:33:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11313. [2023-08-07 12:33:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11314. [2023-08-07 12:33:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11315. [2023-08-07 12:33:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11316. [2023-08-07 12:33:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11317. [2023-08-07 12:33:30] doctrine.DEBUG: SELECT DATABASE() [] []
  11318. [2023-08-07 12:33:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11319. [2023-08-07 12:33:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11320. [2023-08-07 12:33:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11321. [2023-08-07 12:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11322. [2023-08-07 12:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11323. [2023-08-07 12:33:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11324. [2023-08-07 12:33:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11325. [2023-08-07 12:33:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11326. [2023-08-07 12:33:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11327. [2023-08-07 12:33:34] doctrine.DEBUG: SELECT DATABASE() [] []
  11328. [2023-08-07 12:33:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11329. [2023-08-07 12:33:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11330. [2023-08-07 12:33:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11331. [2023-08-07 12:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11332. [2023-08-07 12:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11333. [2023-08-07 12:33:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11334. [2023-08-07 12:33:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11335. [2023-08-07 12:33:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11336. [2023-08-07 12:33:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11337. [2023-08-07 12:33:40] doctrine.DEBUG: SELECT DATABASE() [] []
  11338. [2023-08-07 12:33:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11339. [2023-08-07 12:33:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11340. [2023-08-07 12:33:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11341. [2023-08-07 12:33:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11342. [2023-08-07 12:33:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11343. [2023-08-07 12:33:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11344. [2023-08-07 12:33:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11345. [2023-08-07 12:33:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11346. [2023-08-07 12:33:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11347. [2023-08-07 12:33:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11348. [2023-08-07 12:35:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11349. [2023-08-07 12:35:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11350. [2023-08-07 12:35:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11351. [2023-08-07 12:35:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11352. [2023-08-07 12:35:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11353. [2023-08-07 12:35:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11354. [2023-08-07 12:35:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11355. [2023-08-07 12:35:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11356. [2023-08-07 12:35:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11357. [2023-08-07 12:35:16] doctrine.DEBUG: SELECT DATABASE() [] []
  11358. [2023-08-07 12:39:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11359. [2023-08-07 12:39:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11360. [2023-08-07 12:39:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11361. [2023-08-07 12:39:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11362. [2023-08-07 12:39:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11363. [2023-08-07 12:39:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11364. [2023-08-07 12:39:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11365. [2023-08-07 12:39:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11366. [2023-08-07 12:39:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11367. [2023-08-07 12:39:41] doctrine.DEBUG: SELECT DATABASE() [] []
  11368. [2023-08-07 12:48:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11369. [2023-08-07 12:48:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11370. [2023-08-07 12:48:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11371. [2023-08-07 12:48:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11372. [2023-08-07 12:48:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11373. [2023-08-07 12:48:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11374. [2023-08-07 12:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11375. [2023-08-07 12:48:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11376. [2023-08-07 12:48:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11377. [2023-08-07 12:48:53] doctrine.DEBUG: SELECT DATABASE() [] []
  11378. [2023-08-07 12:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11379. [2023-08-07 12:54:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11380. [2023-08-07 12:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11381. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11382. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11383. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11384. [2023-08-07 12:54:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11385. [2023-08-07 12:54:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11386. [2023-08-07 12:54:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11387. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT DATABASE() [] []
  11388. [2023-08-07 12:54:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11389. [2023-08-07 12:54:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11390. [2023-08-07 12:54:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11391. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11392. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11393. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11394. [2023-08-07 12:54:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11395. [2023-08-07 12:54:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11396. [2023-08-07 12:54:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11397. [2023-08-07 12:54:01] doctrine.DEBUG: SELECT DATABASE() [] []
  11398. [2023-08-07 13:24:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11399. [2023-08-07 13:24:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11400. [2023-08-07 13:24:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11401. [2023-08-07 13:24:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11402. [2023-08-07 13:24:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11403. [2023-08-07 13:24:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11404. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11405. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11406. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11407. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11408. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11409. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11410. [2023-08-07 13:24:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11411. [2023-08-07 13:24:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11412. [2023-08-07 13:24:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11413. [2023-08-07 13:24:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11414. [2023-08-07 13:24:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11415. [2023-08-07 13:24:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11416. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT DATABASE() [] []
  11417. [2023-08-07 13:24:13] doctrine.DEBUG: SELECT DATABASE() [] []
  11418. [2023-08-07 13:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11419. [2023-08-07 13:25:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11420. [2023-08-07 13:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11421. [2023-08-07 13:25:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11422. [2023-08-07 13:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11423. [2023-08-07 13:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11424. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11425. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11426. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11427. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11428. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11429. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11430. [2023-08-07 13:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11431. [2023-08-07 13:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11432. [2023-08-07 13:25:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11433. [2023-08-07 13:25:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11434. [2023-08-07 13:25:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11435. [2023-08-07 13:25:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11436. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11437. [2023-08-07 13:25:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11438. [2023-08-07 15:01:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11439. [2023-08-07 15:01:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11440. [2023-08-07 15:01:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11441. [2023-08-07 15:01:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11442. [2023-08-07 15:01:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11443. [2023-08-07 15:01:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11444. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11445. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11446. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11447. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11448. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11449. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11450. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11451. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11452. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11453. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11454. [2023-08-07 15:01:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11455. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11456. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11457. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11458. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11459. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11460. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11461. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11462. [2023-08-07 15:01:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11463. [2023-08-07 15:01:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11464. [2023-08-07 15:01:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11465. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11466. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11467. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11468. [2023-08-07 15:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11469. [2023-08-07 15:01:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11470. [2023-08-07 15:01:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11471. [2023-08-07 15:01:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11472. [2023-08-07 15:01:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11473. [2023-08-07 15:01:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11474. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11475. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11476. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11477. [2023-08-07 15:01:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11478. [2023-08-07 15:02:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11479. [2023-08-07 15:02:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11480. [2023-08-07 15:02:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11481. [2023-08-07 15:02:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11482. [2023-08-07 15:02:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11483. [2023-08-07 15:02:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11484. [2023-08-07 15:02:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11485. [2023-08-07 15:02:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11486. [2023-08-07 15:02:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11487. [2023-08-07 15:02:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11488. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11489. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11490. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11491. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11492. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11493. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11494. [2023-08-07 15:02:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11495. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11496. [2023-08-07 15:02:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11497. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11498. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11499. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11500. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11501. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11502. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11503. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11504. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11505. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11506. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11507. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11508. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11509. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11510. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11511. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11512. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11513. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11514. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11515. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11516. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11517. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11518. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11519. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11520. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11521. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11522. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11523. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11524. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11525. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11526. [2023-08-07 15:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11527. [2023-08-07 15:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11528. [2023-08-07 15:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11529. [2023-08-07 15:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11530. [2023-08-07 15:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11531. [2023-08-07 15:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11532. [2023-08-07 15:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11533. [2023-08-07 15:02:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11534. [2023-08-07 15:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11535. [2023-08-07 15:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11536. [2023-08-07 15:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11537. [2023-08-07 15:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11538. [2023-08-07 15:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11539. [2023-08-07 15:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11540. [2023-08-07 15:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11541. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11542. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11543. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11544. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11545. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11546. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11547. [2023-08-07 15:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11548. [2023-08-07 15:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11549. [2023-08-07 15:02:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11550. [2023-08-07 15:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11551. [2023-08-07 15:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11552. [2023-08-07 15:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11553. [2023-08-07 15:02:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11554. [2023-08-07 15:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11555. [2023-08-07 15:02:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11556. [2023-08-07 15:02:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11557. [2023-08-07 15:02:43] doctrine.DEBUG: SELECT DATABASE() [] []
  11558. [2023-08-07 15:03:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11559. [2023-08-07 15:03:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11560. [2023-08-07 15:03:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11561. [2023-08-07 15:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11562. [2023-08-07 15:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11563. [2023-08-07 15:03:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11564. [2023-08-07 15:03:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11565. [2023-08-07 15:03:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11566. [2023-08-07 15:03:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11567. [2023-08-07 15:03:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11568. [2023-08-07 15:03:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11569. [2023-08-07 15:03:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11570. [2023-08-07 15:03:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11571. [2023-08-07 15:03:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11572. [2023-08-07 15:03:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11573. [2023-08-07 15:03:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11574. [2023-08-07 15:03:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11575. [2023-08-07 15:03:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11576. [2023-08-07 15:03:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11577. [2023-08-07 15:03:53] doctrine.DEBUG: SELECT DATABASE() [] []
  11578. [2023-08-07 15:03:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11579. [2023-08-07 15:03:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11a41f"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/11a41f","method":"GET"} []
  11580. [2023-08-07 15:03:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11581. [2023-08-07 15:03:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd4b44"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/fd4b44","method":"GET"} []
  11582. [2023-08-07 16:32:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11583. [2023-08-07 16:32:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11584. [2023-08-07 16:32:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11585. [2023-08-07 16:32:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11586. [2023-08-07 16:32:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11587. [2023-08-07 16:32:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11588. [2023-08-07 16:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11589. [2023-08-07 16:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11590. [2023-08-07 16:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11591. [2023-08-07 16:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11592. [2023-08-07 16:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11593. [2023-08-07 16:33:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11594. [2023-08-07 16:33:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11595. [2023-08-07 16:33:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11596. [2023-08-07 16:33:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11597. [2023-08-07 16:33:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11598. [2023-08-07 16:33:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11599. [2023-08-07 16:33:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11600. [2023-08-07 16:33:00] doctrine.DEBUG: SELECT DATABASE() [] []
  11601. [2023-08-07 16:33:00] doctrine.DEBUG: SELECT DATABASE() [] []
  11602. [2023-08-07 16:33:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11603. [2023-08-07 16:33:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11604. [2023-08-07 16:33:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11605. [2023-08-07 16:33:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11606. [2023-08-07 16:33:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11607. [2023-08-07 16:33:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11608. [2023-08-07 16:33:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11609. [2023-08-07 16:33:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11610. [2023-08-07 16:33:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11611. [2023-08-07 16:33:08] doctrine.DEBUG: SELECT DATABASE() [] []
  11612. [2023-08-07 16:33:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11613. [2023-08-07 16:33:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11614. [2023-08-07 16:33:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11615. [2023-08-07 16:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11616. [2023-08-07 16:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11617. [2023-08-07 16:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11618. [2023-08-07 16:33:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11619. [2023-08-07 16:33:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11620. [2023-08-07 16:33:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11621. [2023-08-07 16:33:11] doctrine.DEBUG: SELECT DATABASE() [] []
  11622. [2023-08-07 20:41:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11623. [2023-08-07 20:41:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11624. [2023-08-07 20:41:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11625. [2023-08-07 20:41:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11626. [2023-08-07 20:41:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11627. [2023-08-07 20:41:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11628. [2023-08-07 20:41:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11629. [2023-08-07 20:41:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11630. [2023-08-07 20:41:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11631. [2023-08-07 20:41:22] doctrine.DEBUG: SELECT DATABASE() [] []
  11632. [2023-08-07 20:44:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11633. [2023-08-07 20:44:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11634. [2023-08-07 20:44:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11635. [2023-08-07 20:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11636. [2023-08-07 20:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11637. [2023-08-07 20:44:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11638. [2023-08-07 20:44:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11639. [2023-08-07 20:44:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11640. [2023-08-07 20:44:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11641. [2023-08-07 20:44:23] doctrine.DEBUG: SELECT DATABASE() [] []
  11642. [2023-08-07 20:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11643. [2023-08-07 20:46:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11644. [2023-08-07 20:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11645. [2023-08-07 20:46:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11646. [2023-08-07 20:46:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11647. [2023-08-07 20:46:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11648. [2023-08-07 20:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11649. [2023-08-07 20:46:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11650. [2023-08-07 20:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11651. [2023-08-07 20:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  11652. [2023-08-07 20:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11653. [2023-08-07 20:56:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11654. [2023-08-07 20:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11655. [2023-08-07 20:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11656. [2023-08-07 20:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11657. [2023-08-07 20:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11658. [2023-08-07 20:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11659. [2023-08-07 20:56:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11660. [2023-08-07 20:56:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11661. [2023-08-07 20:56:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11662. [2023-08-07 20:56:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11663. [2023-08-07 20:56:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11664. [2023-08-07 20:56:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11665. [2023-08-07 20:56:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11666. [2023-08-07 20:56:52] doctrine.DEBUG: SELECT DATABASE() [] []
  11667. [2023-08-07 20:56:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11668. [2023-08-07 20:56:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11669. [2023-08-07 20:56:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11670. [2023-08-07 20:56:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11671. [2023-08-07 20:56:52] doctrine.DEBUG: SELECT DATABASE() [] []
  11672. [2023-08-07 22:46:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11673. [2023-08-07 22:46:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11674. [2023-08-07 22:46:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11675. [2023-08-07 22:46:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11676. [2023-08-07 22:46:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11677. [2023-08-07 22:46:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11678. [2023-08-07 22:46:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11679. [2023-08-07 22:46:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11680. [2023-08-07 22:46:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11681. [2023-08-07 22:46:23] doctrine.DEBUG: SELECT DATABASE() [] []
  11682. [2023-08-07 22:46:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11683. [2023-08-07 22:46:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11684. [2023-08-07 22:46:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11685. [2023-08-07 22:46:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11686. [2023-08-07 22:46:25] doctrine.DEBUG: SELECT DATABASE() [] []
  11687. [2023-08-08 00:36:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11688. [2023-08-08 00:36:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11689. [2023-08-08 00:36:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11690. [2023-08-08 00:36:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11691. [2023-08-08 00:36:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11692. [2023-08-08 00:36:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11693. [2023-08-08 00:36:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11694. [2023-08-08 00:36:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11695. [2023-08-08 00:36:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11696. [2023-08-08 00:36:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11697. [2023-08-08 00:36:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11698. [2023-08-08 00:36:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11699. [2023-08-08 00:36:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11700. [2023-08-08 00:36:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11701. [2023-08-08 00:36:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11702. [2023-08-08 00:36:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11703. [2023-08-08 00:36:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11704. [2023-08-08 00:36:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11705. [2023-08-08 00:36:29] doctrine.DEBUG: SELECT DATABASE() [] []
  11706. [2023-08-08 00:36:29] doctrine.DEBUG: SELECT DATABASE() [] []
  11707. [2023-08-08 00:36:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11708. [2023-08-08 00:36:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11709. [2023-08-08 00:36:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11710. [2023-08-08 00:36:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11711. [2023-08-08 00:36:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11712. [2023-08-08 00:36:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11713. [2023-08-08 00:36:44] doctrine.DEBUG: SELECT DATABASE() [] []
  11714. [2023-08-08 00:36:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11715. [2023-08-08 00:36:45] doctrine.DEBUG: SELECT DATABASE() [] []
  11716. [2023-08-08 00:36:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11717. [2023-08-08 00:36:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11718. [2023-08-08 00:36:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11719. [2023-08-08 00:36:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11720. [2023-08-08 00:36:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11721. [2023-08-08 00:36:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11722. [2023-08-08 00:36:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11723. [2023-08-08 00:36:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11724. [2023-08-08 00:36:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11725. [2023-08-08 00:36:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11726. [2023-08-08 07:31:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11727. [2023-08-08 07:31:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11728. [2023-08-08 07:31:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11729. [2023-08-08 07:31:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11730. [2023-08-08 07:31:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11731. [2023-08-08 07:31:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11732. [2023-08-08 07:31:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11733. [2023-08-08 07:31:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11734. [2023-08-08 07:31:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11735. [2023-08-08 07:31:46] doctrine.DEBUG: SELECT DATABASE() [] []
  11736. [2023-08-08 07:31:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11737. [2023-08-08 07:31:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11738. [2023-08-08 07:31:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11739. [2023-08-08 07:31:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11740. [2023-08-08 07:31:50] doctrine.DEBUG: SELECT DATABASE() [] []
  11741. [2023-08-08 07:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11742. [2023-08-08 07:31:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11743. [2023-08-08 07:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11744. [2023-08-08 07:31:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11745. [2023-08-08 07:31:51] doctrine.DEBUG: SELECT DATABASE() [] []
  11746. [2023-08-08 07:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11747. [2023-08-08 07:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11748. [2023-08-08 07:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11749. [2023-08-08 07:31:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11750. [2023-08-08 07:31:52] doctrine.DEBUG: SELECT DATABASE() [] []
  11751. [2023-08-08 20:37:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11752. [2023-08-08 20:37:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11753. [2023-08-08 20:37:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11754. [2023-08-08 20:37:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11755. [2023-08-08 20:37:02] doctrine.DEBUG: SELECT DATABASE() [] []
  11756. [2023-08-08 20:55:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11757. [2023-08-08 20:55:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11758. [2023-08-08 20:55:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11759. [2023-08-08 20:55:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11760. [2023-08-08 20:55:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11761. [2023-08-08 20:55:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11762. [2023-08-08 20:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11763. [2023-08-08 20:55:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11764. [2023-08-08 20:55:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11765. [2023-08-08 20:55:39] doctrine.DEBUG: SELECT DATABASE() [] []
  11766. [2023-08-08 20:55:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11767. [2023-08-08 20:55:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11768. [2023-08-08 20:55:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11769. [2023-08-08 20:55:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11770. [2023-08-08 20:55:41] doctrine.DEBUG: SELECT DATABASE() [] []
  11771. [2023-08-08 20:55:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11772. [2023-08-08 20:55:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11773. [2023-08-08 20:55:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11774. [2023-08-08 20:55:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11775. [2023-08-08 20:55:43] doctrine.DEBUG: SELECT DATABASE() [] []
  11776. [2023-08-08 22:44:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11777. [2023-08-08 22:44:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11778. [2023-08-08 22:44:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11779. [2023-08-08 22:44:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11780. [2023-08-08 22:44:03] doctrine.DEBUG: SELECT DATABASE() [] []
  11781. [2023-08-08 22:48:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11782. [2023-08-08 22:48:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11783. [2023-08-08 22:48:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11784. [2023-08-08 22:48:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11785. [2023-08-08 22:48:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11786. [2023-08-08 22:48:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11787. [2023-08-08 22:48:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11788. [2023-08-08 22:48:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11789. [2023-08-08 22:48:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11790. [2023-08-08 22:48:11] doctrine.DEBUG: SELECT DATABASE() [] []
  11791. [2023-08-08 22:48:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11792. [2023-08-08 22:48:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11793. [2023-08-08 22:48:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11794. [2023-08-08 22:48:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11795. [2023-08-08 22:48:13] doctrine.DEBUG: SELECT DATABASE() [] []
  11796. [2023-08-09 17:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11797. [2023-08-09 17:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11798. [2023-08-09 17:43:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11799. [2023-08-09 17:43:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11800. [2023-08-09 17:43:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11801. [2023-08-09 17:43:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11802. [2023-08-09 17:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11803. [2023-08-09 17:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11804. [2023-08-09 17:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11805. [2023-08-09 17:43:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11806. [2023-08-09 17:43:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11807. [2023-08-09 17:43:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11808. [2023-08-09 17:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11809. [2023-08-09 17:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11810. [2023-08-09 17:43:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11811. [2023-08-09 17:43:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11812. [2023-08-09 17:43:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11813. [2023-08-09 17:43:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11814. [2023-08-09 17:43:53] doctrine.DEBUG: SELECT DATABASE() [] []
  11815. [2023-08-09 17:43:53] doctrine.DEBUG: SELECT DATABASE() [] []
  11816. [2023-08-10 17:20:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11817. [2023-08-10 17:20:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11818. [2023-08-10 17:20:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11819. [2023-08-10 17:20:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11820. [2023-08-10 17:20:29] doctrine.DEBUG: SELECT DATABASE() [] []
  11821. [2023-08-10 23:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11822. [2023-08-10 23:46:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11823. [2023-08-10 23:46:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11824. [2023-08-10 23:46:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11825. [2023-08-10 23:46:45] doctrine.DEBUG: SELECT DATABASE() [] []
  11826. [2023-08-11 22:09:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11827. [2023-08-11 22:09:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /xmlrpc.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /xmlrpc.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xmlrpc.php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11828. [2023-08-11 22:09:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11829. [2023-08-11 22:09:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11830. [2023-08-11 22:09:02] doctrine.DEBUG: SELECT DATABASE() [] []
  11831. [2023-08-12 09:44:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11832. [2023-08-12 09:44:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11833. [2023-08-12 09:44:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11834. [2023-08-12 09:44:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11835. [2023-08-12 09:44:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11836. [2023-08-12 09:44:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11837. [2023-08-12 09:44:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11838. [2023-08-12 09:44:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11839. [2023-08-12 09:44:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11840. [2023-08-12 09:44:54] doctrine.DEBUG: SELECT DATABASE() [] []
  11841. [2023-08-12 09:44:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11842. [2023-08-12 09:44:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11843. [2023-08-12 09:44:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11844. [2023-08-12 09:44:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11845. [2023-08-12 09:44:55] doctrine.DEBUG: SELECT DATABASE() [] []
  11846. [2023-08-12 12:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11847. [2023-08-12 12:02:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11848. [2023-08-12 12:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11849. [2023-08-12 12:02:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11850. [2023-08-12 12:02:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11851. [2023-08-12 12:02:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11852. [2023-08-12 12:02:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11853. [2023-08-12 12:02:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11854. [2023-08-12 12:02:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11855. [2023-08-12 12:02:44] doctrine.DEBUG: SELECT DATABASE() [] []
  11856. [2023-08-12 12:02:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11857. [2023-08-12 12:02:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11858. [2023-08-12 12:02:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11859. [2023-08-12 12:02:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11860. [2023-08-12 12:02:46] doctrine.DEBUG: SELECT DATABASE() [] []
  11861. [2023-08-12 14:50:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11862. [2023-08-12 14:50:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11863. [2023-08-12 14:50:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11864. [2023-08-12 14:50:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11865. [2023-08-12 14:50:08] doctrine.DEBUG: SELECT DATABASE() [] []
  11866. [2023-08-12 14:50:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11867. [2023-08-12 14:50:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"POST"} []
  11868. [2023-08-12 14:50:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11869. [2023-08-12 14:50:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11870. [2023-08-12 14:50:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11871. [2023-08-12 14:50:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11872. [2023-08-12 14:50:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11873. [2023-08-12 14:50:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11874. [2023-08-12 14:50:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11875. [2023-08-12 14:50:12] doctrine.DEBUG: SELECT DATABASE() [] []
  11876. [2023-08-13 18:05:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11877. [2023-08-13 18:05:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11878. [2023-08-13 18:05:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11879. [2023-08-13 18:05:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11880. [2023-08-13 18:05:12] doctrine.DEBUG: SELECT DATABASE() [] []
  11881. [2023-08-14 00:17:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11882. [2023-08-14 00:17:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11883. [2023-08-14 00:17:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11884. [2023-08-14 00:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11885. [2023-08-14 00:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11886. [2023-08-14 00:17:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11887. [2023-08-14 00:17:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11888. [2023-08-14 00:17:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11889. [2023-08-14 00:17:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11890. [2023-08-14 00:17:34] doctrine.DEBUG: SELECT DATABASE() [] []
  11891. [2023-08-14 02:53:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11892. [2023-08-14 02:53:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11893. [2023-08-14 02:53:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11894. [2023-08-14 02:53:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11895. [2023-08-14 02:53:41] doctrine.DEBUG: SELECT DATABASE() [] []
  11896. [2023-08-14 14:02:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11897. [2023-08-14 14:02:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11898. [2023-08-14 14:02:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /wp/xmlrpc.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /wp/xmlrpc.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/xmlrpc.php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11899. [2023-08-14 14:02:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /wordpress/xmlrpc.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /wordpress/xmlrpc.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/xmlrpc.php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11900. [2023-08-14 14:02:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11901. [2023-08-14 14:02:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11902. [2023-08-14 14:02:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11903. [2023-08-14 14:02:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11904. [2023-08-14 14:02:58] doctrine.DEBUG: SELECT DATABASE() [] []
  11905. [2023-08-14 14:02:58] doctrine.DEBUG: SELECT DATABASE() [] []
  11906. [2023-08-14 19:29:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11907. [2023-08-14 19:29:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11908. [2023-08-14 19:29:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11909. [2023-08-14 19:29:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11910. [2023-08-14 19:29:47] doctrine.DEBUG: SELECT DATABASE() [] []
  11911. [2023-08-14 21:44:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11912. [2023-08-14 21:44:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11913. [2023-08-14 21:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11914. [2023-08-14 21:44:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11915. [2023-08-14 21:44:42] doctrine.DEBUG: SELECT DATABASE() [] []
  11916. [2023-08-17 19:02:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11917. [2023-08-17 19:02:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11918. [2023-08-17 19:02:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11919. [2023-08-17 19:02:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11920. [2023-08-17 19:02:55] doctrine.DEBUG: SELECT DATABASE() [] []
  11921. [2023-08-17 21:59:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11922. [2023-08-17 21:59:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11923. [2023-08-17 21:59:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11924. [2023-08-17 21:59:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11925. [2023-08-17 21:59:28] doctrine.DEBUG: SELECT DATABASE() [] []
  11926. [2023-08-18 08:59:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11927. [2023-08-18 08:59:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11928. [2023-08-18 08:59:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11929. [2023-08-18 08:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11930. [2023-08-18 08:59:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11931. [2023-08-18 08:59:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11932. [2023-08-18 08:59:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11933. [2023-08-18 08:59:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11934. [2023-08-18 08:59:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11935. [2023-08-18 08:59:37] doctrine.DEBUG: SELECT DATABASE() [] []
  11936. [2023-08-18 16:26:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11937. [2023-08-18 16:26:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11938. [2023-08-18 16:26:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11939. [2023-08-18 16:26:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11940. [2023-08-18 16:26:43] doctrine.DEBUG: SELECT DATABASE() [] []
  11941. [2023-08-18 23:31:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11942. [2023-08-18 23:31:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11943. [2023-08-18 23:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11944. [2023-08-18 23:31:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11945. [2023-08-18 23:31:58] doctrine.DEBUG: SELECT DATABASE() [] []
  11946. [2023-08-19 11:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11947. [2023-08-19 11:52:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  11948. [2023-08-19 11:52:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11949. [2023-08-19 11:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11950. [2023-08-19 11:52:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11951. [2023-08-19 11:52:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11952. [2023-08-19 11:52:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11953. [2023-08-19 11:52:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11954. [2023-08-19 11:52:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11955. [2023-08-19 11:52:10] doctrine.DEBUG: SELECT DATABASE() [] []
  11956. [2023-08-19 11:52:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11957. [2023-08-19 11:52:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11958. [2023-08-19 11:52:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11959. [2023-08-19 11:52:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11960. [2023-08-19 11:52:11] doctrine.DEBUG: SELECT DATABASE() [] []
  11961. [2023-08-19 11:52:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11962. [2023-08-19 11:52:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11963. [2023-08-19 11:52:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11964. [2023-08-19 11:52:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11965. [2023-08-19 11:52:12] doctrine.DEBUG: SELECT DATABASE() [] []
  11966. [2023-08-19 11:52:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11967. [2023-08-19 11:52:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11968. [2023-08-19 11:52:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11969. [2023-08-19 11:52:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11970. [2023-08-19 11:52:12] doctrine.DEBUG: SELECT DATABASE() [] []
  11971. [2023-08-20 20:00:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11972. [2023-08-20 20:00:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11973. [2023-08-20 20:00:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11974. [2023-08-20 20:00:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11975. [2023-08-20 20:00:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11976. [2023-08-20 20:00:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11977. [2023-08-20 20:00:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11978. [2023-08-20 20:00:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11979. [2023-08-20 20:00:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11980. [2023-08-20 20:00:11] doctrine.DEBUG: SELECT DATABASE() [] []
  11981. [2023-08-20 20:14:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11982. [2023-08-20 20:14:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11983. [2023-08-20 20:14:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11984. [2023-08-20 20:14:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11985. [2023-08-20 20:14:30] doctrine.DEBUG: SELECT DATABASE() [] []
  11986. [2023-08-20 20:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11987. [2023-08-20 20:14:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  11988. [2023-08-20 20:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11989. [2023-08-20 20:14:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  11990. [2023-08-20 20:14:34] doctrine.DEBUG: SELECT DATABASE() [] []
  11991. [2023-08-21 10:49:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  11992. [2023-08-21 10:49:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  11993. [2023-08-21 10:49:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  11994. [2023-08-21 10:49:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  11995. [2023-08-21 10:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  11996. [2023-08-21 10:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  11997. [2023-08-21 10:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  11998. [2023-08-21 10:49:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  11999. [2023-08-21 10:49:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12000. [2023-08-21 10:49:39] doctrine.DEBUG: SELECT DATABASE() [] []
  12001. [2023-08-21 15:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12002. [2023-08-21 15:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12003. [2023-08-21 15:24:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12004. [2023-08-21 15:24:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12005. [2023-08-21 15:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12006. [2023-08-21 15:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12007. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12008. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12009. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12010. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12011. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12012. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12013. [2023-08-21 15:25:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12014. [2023-08-21 15:25:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12015. [2023-08-21 15:25:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12016. [2023-08-21 15:25:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12017. [2023-08-21 15:25:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12018. [2023-08-21 15:25:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12019. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT DATABASE() [] []
  12020. [2023-08-21 15:25:00] doctrine.DEBUG: SELECT DATABASE() [] []
  12021. [2023-08-21 15:53:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12022. [2023-08-21 15:53:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12023. [2023-08-21 15:53:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12024. [2023-08-21 15:53:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12025. [2023-08-21 15:53:27] doctrine.DEBUG: SELECT DATABASE() [] []
  12026. [2023-08-21 23:46:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12027. [2023-08-21 23:46:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12028. [2023-08-21 23:46:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12029. [2023-08-21 23:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12030. [2023-08-21 23:46:20] doctrine.DEBUG: SELECT DATABASE() [] []
  12031. [2023-08-23 15:52:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12032. [2023-08-23 15:52:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12033. [2023-08-23 15:52:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12034. [2023-08-23 15:52:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12035. [2023-08-23 15:52:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12036. [2023-08-23 15:52:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12037. [2023-08-23 15:52:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12038. [2023-08-23 15:52:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12039. [2023-08-23 15:52:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12040. [2023-08-23 15:52:15] doctrine.DEBUG: SELECT DATABASE() [] []
  12041. [2023-08-23 15:52:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12042. [2023-08-23 15:52:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12043. [2023-08-23 15:52:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12044. [2023-08-23 15:52:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12045. [2023-08-23 15:52:22] doctrine.DEBUG: SELECT DATABASE() [] []
  12046. [2023-08-23 15:52:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12047. [2023-08-23 15:52:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12048. [2023-08-23 15:52:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12049. [2023-08-23 15:52:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12050. [2023-08-23 15:52:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12051. [2023-08-23 15:52:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12052. [2023-08-23 15:52:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12053. [2023-08-23 15:52:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12054. [2023-08-23 15:52:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12055. [2023-08-23 15:52:23] doctrine.DEBUG: SELECT DATABASE() [] []
  12056. [2023-08-23 15:52:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12057. [2023-08-23 15:52:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12058. [2023-08-23 15:52:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12059. [2023-08-23 15:52:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12060. [2023-08-23 15:52:24] doctrine.DEBUG: SELECT DATABASE() [] []
  12061. [2023-08-24 13:01:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12062. [2023-08-24 13:01:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12063. [2023-08-24 13:01:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12064. [2023-08-24 13:01:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12065. [2023-08-24 13:01:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12066. [2023-08-24 13:01:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12067. [2023-08-24 13:01:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12068. [2023-08-24 13:01:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12069. [2023-08-24 13:01:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12070. [2023-08-24 13:01:20] doctrine.DEBUG: SELECT DATABASE() [] []
  12071. [2023-08-24 13:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12072. [2023-08-24 13:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12073. [2023-08-24 13:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12074. [2023-08-24 13:01:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12075. [2023-08-24 13:01:23] doctrine.DEBUG: SELECT DATABASE() [] []
  12076. [2023-08-24 17:00:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12077. [2023-08-24 17:00:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12078. [2023-08-24 17:00:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12079. [2023-08-24 17:00:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12080. [2023-08-24 17:00:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12081. [2023-08-24 17:00:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12082. [2023-08-24 17:00:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12083. [2023-08-24 17:00:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12084. [2023-08-24 17:00:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12085. [2023-08-24 17:00:30] doctrine.DEBUG: SELECT DATABASE() [] []
  12086. [2023-08-24 17:00:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12087. [2023-08-24 17:00:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12088. [2023-08-24 17:00:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12089. [2023-08-24 17:00:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12090. [2023-08-24 17:00:33] doctrine.DEBUG: SELECT DATABASE() [] []
  12091. [2023-08-24 18:16:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12092. [2023-08-24 18:16:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12093. [2023-08-24 18:16:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12094. [2023-08-24 18:16:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12095. [2023-08-24 18:16:43] doctrine.DEBUG: SELECT DATABASE() [] []
  12096. [2023-08-24 21:34:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12097. [2023-08-24 21:34:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12098. [2023-08-24 21:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12099. [2023-08-24 21:34:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12100. [2023-08-24 21:34:04] doctrine.DEBUG: SELECT DATABASE() [] []
  12101. [2023-08-25 14:23:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12102. [2023-08-25 14:23:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12103. [2023-08-25 14:23:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12104. [2023-08-25 14:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12105. [2023-08-25 14:23:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12106. [2023-08-25 14:23:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12107. [2023-08-25 14:23:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12108. [2023-08-25 14:23:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12109. [2023-08-25 14:23:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12110. [2023-08-25 14:23:54] doctrine.DEBUG: SELECT DATABASE() [] []
  12111. [2023-08-25 14:24:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12112. [2023-08-25 14:24:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12113. [2023-08-25 14:24:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12114. [2023-08-25 14:24:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12115. [2023-08-25 14:24:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12116. [2023-08-25 14:24:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12117. [2023-08-25 14:24:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12118. [2023-08-25 14:24:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12119. [2023-08-25 14:24:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12120. [2023-08-25 14:24:06] doctrine.DEBUG: SELECT DATABASE() [] []
  12121. [2023-08-25 14:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12122. [2023-08-25 14:24:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12123. [2023-08-25 14:24:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12124. [2023-08-25 14:24:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12125. [2023-08-25 14:24:18] doctrine.DEBUG: SELECT DATABASE() [] []
  12126. [2023-08-25 15:00:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12127. [2023-08-25 15:00:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12128. [2023-08-25 15:00:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12129. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12130. [2023-08-25 15:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12131. [2023-08-25 15:00:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12132. [2023-08-25 15:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12133. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12134. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12135. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12136. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12137. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12138. [2023-08-25 15:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12139. [2023-08-25 15:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12140. [2023-08-25 15:00:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12141. [2023-08-25 15:00:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12142. [2023-08-25 15:00:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12143. [2023-08-25 15:00:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12144. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT DATABASE() [] []
  12145. [2023-08-25 15:00:36] doctrine.DEBUG: SELECT DATABASE() [] []
  12146. [2023-08-25 15:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12147. [2023-08-25 15:00:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12148. [2023-08-25 15:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12149. [2023-08-25 15:00:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12150. [2023-08-25 15:00:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12151. [2023-08-25 15:00:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12152. [2023-08-25 15:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12153. [2023-08-25 15:00:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12154. [2023-08-25 15:00:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12155. [2023-08-25 15:00:37] doctrine.DEBUG: SELECT DATABASE() [] []
  12156. [2023-08-25 15:06:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12157. [2023-08-25 15:06:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12158. [2023-08-25 15:06:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12159. [2023-08-25 15:06:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12160. [2023-08-25 15:06:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12161. [2023-08-25 15:06:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12162. [2023-08-25 15:06:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12163. [2023-08-25 15:06:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12164. [2023-08-25 15:06:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12165. [2023-08-25 15:06:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12166. [2023-08-25 15:06:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12167. [2023-08-25 15:06:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12168. [2023-08-25 15:06:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12169. [2023-08-25 15:06:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12170. [2023-08-25 15:06:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12171. [2023-08-25 15:06:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12172. [2023-08-25 15:06:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12173. [2023-08-25 15:06:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12174. [2023-08-25 15:06:24] doctrine.DEBUG: SELECT DATABASE() [] []
  12175. [2023-08-25 15:06:24] doctrine.DEBUG: SELECT DATABASE() [] []
  12176. [2023-08-25 15:06:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12177. [2023-08-25 15:06:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12178. [2023-08-25 15:06:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12179. [2023-08-25 15:06:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12180. [2023-08-25 15:06:25] doctrine.DEBUG: SELECT DATABASE() [] []
  12181. [2023-08-25 15:06:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12182. [2023-08-25 15:06:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12183. [2023-08-25 15:06:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12184. [2023-08-25 15:06:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12185. [2023-08-25 15:06:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12186. [2023-08-25 15:06:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12187. [2023-08-25 15:06:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12188. [2023-08-25 15:06:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12189. [2023-08-25 15:06:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12190. [2023-08-25 15:06:27] doctrine.DEBUG: SELECT DATABASE() [] []
  12191. [2023-08-25 15:08:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12192. [2023-08-25 15:08:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12193. [2023-08-25 15:08:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12194. [2023-08-25 15:08:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12195. [2023-08-25 15:08:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12196. [2023-08-25 15:08:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12197. [2023-08-25 15:08:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12198. [2023-08-25 15:08:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12199. [2023-08-25 15:08:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12200. [2023-08-25 15:08:43] doctrine.DEBUG: SELECT DATABASE() [] []
  12201. [2023-08-25 15:08:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12202. [2023-08-25 15:08:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12203. [2023-08-25 15:08:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12204. [2023-08-25 15:08:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12205. [2023-08-25 15:08:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12206. [2023-08-25 15:08:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12207. [2023-08-25 15:08:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12208. [2023-08-25 15:08:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12209. [2023-08-25 15:08:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12210. [2023-08-25 15:08:43] doctrine.DEBUG: SELECT DATABASE() [] []
  12211. [2023-08-25 15:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12212. [2023-08-25 15:08:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12213. [2023-08-25 15:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12214. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12215. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12216. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12217. [2023-08-25 15:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12218. [2023-08-25 15:08:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12219. [2023-08-25 15:08:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12220. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT DATABASE() [] []
  12221. [2023-08-25 15:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12222. [2023-08-25 15:08:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12223. [2023-08-25 15:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12224. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12225. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12226. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12227. [2023-08-25 15:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12228. [2023-08-25 15:08:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12229. [2023-08-25 15:08:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12230. [2023-08-25 15:08:45] doctrine.DEBUG: SELECT DATABASE() [] []
  12231. [2023-08-25 15:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12232. [2023-08-25 15:09:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12233. [2023-08-25 15:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12234. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12235. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12236. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12237. [2023-08-25 15:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12238. [2023-08-25 15:09:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12239. [2023-08-25 15:09:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12240. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT DATABASE() [] []
  12241. [2023-08-25 15:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12242. [2023-08-25 15:09:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12243. [2023-08-25 15:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12244. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12245. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12246. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12247. [2023-08-25 15:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12248. [2023-08-25 15:09:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12249. [2023-08-25 15:09:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12250. [2023-08-25 15:09:09] doctrine.DEBUG: SELECT DATABASE() [] []
  12251. [2023-08-25 15:09:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12252. [2023-08-25 15:09:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12253. [2023-08-25 15:09:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12254. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12255. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12256. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12257. [2023-08-25 15:09:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12258. [2023-08-25 15:09:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12259. [2023-08-25 15:09:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12260. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT DATABASE() [] []
  12261. [2023-08-25 15:09:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12262. [2023-08-25 15:09:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12263. [2023-08-25 15:09:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12264. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12265. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12266. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12267. [2023-08-25 15:09:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12268. [2023-08-25 15:09:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12269. [2023-08-25 15:09:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12270. [2023-08-25 15:09:10] doctrine.DEBUG: SELECT DATABASE() [] []
  12271. [2023-08-25 15:09:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12272. [2023-08-25 15:09:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12273. [2023-08-25 15:09:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12274. [2023-08-25 15:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12275. [2023-08-25 15:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12276. [2023-08-25 15:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12277. [2023-08-25 15:09:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12278. [2023-08-25 15:09:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12279. [2023-08-25 15:09:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12280. [2023-08-25 15:09:14] doctrine.DEBUG: SELECT DATABASE() [] []
  12281. [2023-08-25 15:09:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12282. [2023-08-25 15:09:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28bf12"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/28bf12","method":"GET"} []
  12283. [2023-08-25 15:09:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12284. [2023-08-25 15:09:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12285. [2023-08-25 15:09:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12286. [2023-08-25 15:09:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12287. [2023-08-25 15:09:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12288. [2023-08-25 15:09:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12289. [2023-08-25 15:09:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12290. [2023-08-25 15:09:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12291. [2023-08-25 15:09:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12292. [2023-08-25 15:09:22] doctrine.DEBUG: SELECT DATABASE() [] []
  12293. [2023-08-25 15:09:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12294. [2023-08-25 15:09:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a276ff"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/a276ff","method":"GET"} []
  12295. [2023-08-25 19:20:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12296. [2023-08-25 19:20:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12297. [2023-08-25 19:20:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12298. [2023-08-25 19:20:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12299. [2023-08-25 19:20:39] doctrine.DEBUG: SELECT DATABASE() [] []
  12300. [2023-08-26 10:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12301. [2023-08-26 10:12:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12302. [2023-08-26 10:12:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12303. [2023-08-26 10:12:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12304. [2023-08-26 10:12:44] doctrine.DEBUG: SELECT DATABASE() [] []
  12305. [2023-08-26 23:09:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12306. [2023-08-26 23:09:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12307. [2023-08-26 23:09:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12308. [2023-08-26 23:09:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12309. [2023-08-26 23:09:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12310. [2023-08-26 23:09:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12311. [2023-08-26 23:09:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12312. [2023-08-26 23:09:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12313. [2023-08-26 23:09:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12314. [2023-08-26 23:09:40] doctrine.DEBUG: SELECT DATABASE() [] []
  12315. [2023-08-26 23:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12316. [2023-08-26 23:09:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12317. [2023-08-26 23:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12318. [2023-08-26 23:09:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12319. [2023-08-26 23:09:42] doctrine.DEBUG: SELECT DATABASE() [] []
  12320. [2023-08-27 13:27:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12321. [2023-08-27 13:27:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12322. [2023-08-27 13:27:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12323. [2023-08-27 13:27:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12324. [2023-08-27 13:27:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12325. [2023-08-27 13:27:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12326. [2023-08-27 13:27:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12327. [2023-08-27 13:27:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12328. [2023-08-27 13:27:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12329. [2023-08-27 13:27:45] doctrine.DEBUG: SELECT DATABASE() [] []
  12330. [2023-08-27 13:27:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12331. [2023-08-27 13:27:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12332. [2023-08-27 13:27:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12333. [2023-08-27 13:27:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12334. [2023-08-27 13:27:53] doctrine.DEBUG: SELECT DATABASE() [] []
  12335. [2023-08-27 15:19:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12336. [2023-08-27 15:19:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12337. [2023-08-27 15:19:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12338. [2023-08-27 15:19:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12339. [2023-08-27 15:19:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12340. [2023-08-27 15:19:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12341. [2023-08-27 15:19:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12342. [2023-08-27 15:19:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12343. [2023-08-27 15:19:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12344. [2023-08-27 15:19:23] doctrine.DEBUG: SELECT DATABASE() [] []
  12345. [2023-08-27 15:19:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12346. [2023-08-27 15:19:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12347. [2023-08-27 15:19:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12348. [2023-08-27 15:19:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12349. [2023-08-27 15:19:25] doctrine.DEBUG: SELECT DATABASE() [] []
  12350. [2023-08-28 15:20:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12351. [2023-08-28 15:20:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12352. [2023-08-28 15:20:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12353. [2023-08-28 15:20:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12354. [2023-08-28 15:20:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12355. [2023-08-28 15:20:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12356. [2023-08-28 15:20:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12357. [2023-08-28 15:20:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12358. [2023-08-28 15:20:57] doctrine.DEBUG: SELECT DATABASE() [] []
  12359. [2023-08-28 15:20:57] doctrine.DEBUG: SELECT DATABASE() [] []
  12360. [2023-08-28 15:21:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12361. [2023-08-28 15:21:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12362. [2023-08-28 15:21:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12363. [2023-08-28 15:21:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12364. [2023-08-28 15:21:19] doctrine.DEBUG: SELECT DATABASE() [] []
  12365. [2023-08-28 15:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12366. [2023-08-28 15:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12367. [2023-08-28 15:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12368. [2023-08-28 15:21:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12369. [2023-08-28 15:21:30] doctrine.DEBUG: SELECT DATABASE() [] []
  12370. [2023-08-28 15:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12371. [2023-08-28 15:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12372. [2023-08-28 15:58:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12373. [2023-08-28 15:58:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12374. [2023-08-28 15:58:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12375. [2023-08-28 15:58:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12376. [2023-08-28 15:58:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12377. [2023-08-28 15:58:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12378. [2023-08-28 15:58:26] doctrine.DEBUG: SELECT DATABASE() [] []
  12379. [2023-08-28 15:58:26] doctrine.DEBUG: SELECT DATABASE() [] []
  12380. [2023-08-28 15:58:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12381. [2023-08-28 15:58:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12382. [2023-08-28 15:58:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12383. [2023-08-28 15:58:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12384. [2023-08-28 15:58:30] doctrine.DEBUG: SELECT DATABASE() [] []
  12385. [2023-08-28 15:58:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12386. [2023-08-28 15:58:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12387. [2023-08-28 15:58:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12388. [2023-08-28 15:58:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12389. [2023-08-28 15:58:34] doctrine.DEBUG: SELECT DATABASE() [] []
  12390. [2023-08-28 15:58:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12391. [2023-08-28 15:58:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12392. [2023-08-28 15:58:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12393. [2023-08-28 15:58:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12394. [2023-08-28 15:58:38] doctrine.DEBUG: SELECT DATABASE() [] []
  12395. [2023-08-28 15:58:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12396. [2023-08-28 15:58:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12397. [2023-08-28 15:58:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12398. [2023-08-28 15:58:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12399. [2023-08-28 15:58:42] doctrine.DEBUG: SELECT DATABASE() [] []
  12400. [2023-08-28 15:58:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12401. [2023-08-28 15:58:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12402. [2023-08-28 15:58:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12403. [2023-08-28 15:58:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12404. [2023-08-28 15:58:47] doctrine.DEBUG: SELECT DATABASE() [] []
  12405. [2023-08-28 15:58:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12406. [2023-08-28 15:58:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12407. [2023-08-28 15:58:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12408. [2023-08-28 15:58:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12409. [2023-08-28 15:58:52] doctrine.DEBUG: SELECT DATABASE() [] []
  12410. [2023-08-28 15:58:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12411. [2023-08-28 15:58:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12412. [2023-08-28 15:58:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12413. [2023-08-28 15:58:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12414. [2023-08-28 15:58:56] doctrine.DEBUG: SELECT DATABASE() [] []
  12415. [2023-08-28 15:59:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12416. [2023-08-28 15:59:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tokenlite_app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tokenlite_app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tokenlite_app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12417. [2023-08-28 15:59:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12418. [2023-08-28 15:59:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12419. [2023-08-28 15:59:01] doctrine.DEBUG: SELECT DATABASE() [] []
  12420. [2023-08-28 15:59:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12421. [2023-08-28 15:59:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12422. [2023-08-28 15:59:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12423. [2023-08-28 15:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12424. [2023-08-28 15:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12425. [2023-08-28 15:59:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12426. [2023-08-28 15:59:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12427. [2023-08-28 15:59:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12428. [2023-08-28 15:59:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12429. [2023-08-28 15:59:08] doctrine.DEBUG: SELECT DATABASE() [] []
  12430. [2023-08-30 09:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12431. [2023-08-30 09:49:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12432. [2023-08-30 09:49:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12433. [2023-08-30 09:49:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12434. [2023-08-30 09:49:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12435. [2023-08-30 09:49:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12436. [2023-08-30 09:49:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12437. [2023-08-30 09:49:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12438. [2023-08-30 09:49:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12439. [2023-08-30 09:49:20] doctrine.DEBUG: SELECT DATABASE() [] []
  12440. [2023-08-30 09:49:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12441. [2023-08-30 09:49:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12442. [2023-08-30 09:49:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12443. [2023-08-30 09:49:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12444. [2023-08-30 09:49:25] doctrine.DEBUG: SELECT DATABASE() [] []
  12445. [2023-08-30 09:49:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12446. [2023-08-30 09:49:32] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  12447. [2023-08-30 09:49:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12448. [2023-08-30 09:49:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12449. [2023-08-30 09:49:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12450. [2023-08-30 09:49:32] doctrine.DEBUG: SELECT DATABASE() [] []
  12451. [2023-08-30 09:49:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12452. [2023-08-30 09:49:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5aa5f3"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/5aa5f3","method":"GET"} []
  12453. [2023-08-30 09:49:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12454. [2023-08-30 09:49:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12455. [2023-08-30 09:49:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12456. [2023-08-30 09:49:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12457. [2023-08-30 09:49:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12458. [2023-08-30 09:49:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12459. [2023-08-30 09:49:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12460. [2023-08-30 09:49:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12461. [2023-08-30 09:49:46] doctrine.DEBUG: SELECT DATABASE() [] []
  12462. [2023-08-30 09:49:46] doctrine.DEBUG: SELECT DATABASE() [] []
  12463. [2023-08-30 09:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12464. [2023-08-30 09:54:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12465. [2023-08-30 09:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12466. [2023-08-30 09:54:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12467. [2023-08-30 09:54:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12468. [2023-08-30 09:54:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12469. [2023-08-30 09:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12470. [2023-08-30 09:54:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12471. [2023-08-30 09:54:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12472. [2023-08-30 09:54:40] doctrine.DEBUG: SELECT DATABASE() [] []
  12473. [2023-08-30 09:54:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12474. [2023-08-30 09:54:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12475. [2023-08-30 09:54:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12476. [2023-08-30 09:54:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12477. [2023-08-30 09:54:49] doctrine.DEBUG: SELECT DATABASE() [] []
  12478. [2023-08-30 09:54:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12479. [2023-08-30 09:54:55] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  12480. [2023-08-30 09:54:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12481. [2023-08-30 09:54:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12482. [2023-08-30 09:54:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12483. [2023-08-30 09:54:56] doctrine.DEBUG: SELECT DATABASE() [] []
  12484. [2023-08-30 09:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12485. [2023-08-30 09:55:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bde996"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/bde996","method":"GET"} []
  12486. [2023-08-30 09:55:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12487. [2023-08-30 09:55:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12488. [2023-08-30 09:55:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12489. [2023-08-30 09:55:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12490. [2023-08-30 09:55:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12491. [2023-08-30 09:55:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12492. [2023-08-30 09:55:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12493. [2023-08-30 09:55:20] doctrine.DEBUG: SELECT DATABASE() [] []
  12494. [2023-08-30 09:55:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12495. [2023-08-30 09:55:20] doctrine.DEBUG: SELECT DATABASE() [] []
  12496. [2023-08-30 10:14:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12497. [2023-08-30 10:14:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12498. [2023-08-30 10:14:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12499. [2023-08-30 10:14:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12500. [2023-08-30 10:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12501. [2023-08-30 10:14:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12502. [2023-08-30 10:14:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12503. [2023-08-30 10:14:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12504. [2023-08-30 10:14:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12505. [2023-08-30 10:14:38] doctrine.DEBUG: SELECT DATABASE() [] []
  12506. [2023-08-30 18:10:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12507. [2023-08-30 18:10:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12508. [2023-08-30 18:10:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12509. [2023-08-30 18:10:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12510. [2023-08-30 18:10:14] doctrine.DEBUG: SELECT DATABASE() [] []
  12511. [2023-08-31 01:02:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12512. [2023-08-31 01:02:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12513. [2023-08-31 01:02:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12514. [2023-08-31 01:02:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12515. [2023-08-31 01:02:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12516. [2023-08-31 01:02:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12517. [2023-08-31 01:02:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12518. [2023-08-31 01:02:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12519. [2023-08-31 01:02:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12520. [2023-08-31 01:02:35] doctrine.DEBUG: SELECT DATABASE() [] []
  12521. [2023-08-31 01:02:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12522. [2023-08-31 01:02:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12523. [2023-08-31 01:02:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12524. [2023-08-31 01:02:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12525. [2023-08-31 01:02:39] doctrine.DEBUG: SELECT DATABASE() [] []
  12526. [2023-08-31 04:04:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12527. [2023-08-31 04:04:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12528. [2023-08-31 04:04:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12529. [2023-08-31 04:04:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12530. [2023-08-31 04:04:19] doctrine.DEBUG: SELECT DATABASE() [] []
  12531. [2023-08-31 04:07:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12532. [2023-08-31 04:07:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12533. [2023-08-31 04:07:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12534. [2023-08-31 04:07:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12535. [2023-08-31 04:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12536. [2023-08-31 04:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12537. [2023-08-31 04:07:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12538. [2023-08-31 04:07:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12539. [2023-08-31 04:07:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12540. [2023-08-31 04:07:43] doctrine.DEBUG: SELECT DATABASE() [] []
  12541. [2023-08-31 04:07:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12542. [2023-08-31 04:07:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12543. [2023-08-31 04:07:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12544. [2023-08-31 04:07:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12545. [2023-08-31 04:07:45] doctrine.DEBUG: SELECT DATABASE() [] []
  12546. [2023-08-31 09:06:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12547. [2023-08-31 09:06:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12548. [2023-08-31 09:06:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12549. [2023-08-31 09:06:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12550. [2023-08-31 09:06:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12551. [2023-08-31 09:06:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12552. [2023-08-31 09:06:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12553. [2023-08-31 09:06:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12554. [2023-08-31 09:06:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12555. [2023-08-31 09:06:07] doctrine.DEBUG: SELECT DATABASE() [] []
  12556. [2023-08-31 09:06:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12557. [2023-08-31 09:06:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12558. [2023-08-31 09:06:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12559. [2023-08-31 09:06:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12560. [2023-08-31 09:06:08] doctrine.DEBUG: SELECT DATABASE() [] []
  12561. [2023-08-31 12:08:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12562. [2023-08-31 12:08:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12563. [2023-08-31 12:08:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12564. [2023-08-31 12:08:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12565. [2023-08-31 12:08:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12566. [2023-08-31 12:08:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12567. [2023-08-31 12:08:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12568. [2023-08-31 12:08:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12569. [2023-08-31 12:08:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12570. [2023-08-31 12:08:16] doctrine.DEBUG: SELECT DATABASE() [] []
  12571. [2023-08-31 12:08:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12572. [2023-08-31 12:08:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12573. [2023-08-31 12:08:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12574. [2023-08-31 12:08:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12575. [2023-08-31 12:08:17] doctrine.DEBUG: SELECT DATABASE() [] []
  12576. [2023-09-01 05:18:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12577. [2023-09-01 05:18:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12578. [2023-09-01 05:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12579. [2023-09-01 05:18:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12580. [2023-09-01 05:18:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12581. [2023-09-01 05:18:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12582. [2023-09-01 05:18:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12583. [2023-09-01 05:18:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12584. [2023-09-01 05:18:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12585. [2023-09-01 05:18:51] doctrine.DEBUG: SELECT DATABASE() [] []
  12586. [2023-09-01 05:21:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12587. [2023-09-01 05:21:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12588. [2023-09-01 05:21:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12589. [2023-09-01 05:21:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12590. [2023-09-01 05:21:01] doctrine.DEBUG: SELECT DATABASE() [] []
  12591. [2023-09-02 04:02:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12592. [2023-09-02 04:02:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12593. [2023-09-02 04:02:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12594. [2023-09-02 04:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12595. [2023-09-02 04:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12596. [2023-09-02 04:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12597. [2023-09-02 04:02:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12598. [2023-09-02 04:02:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12599. [2023-09-02 04:02:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12600. [2023-09-02 04:02:53] doctrine.DEBUG: SELECT DATABASE() [] []
  12601. [2023-09-02 08:27:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12602. [2023-09-02 08:27:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12603. [2023-09-02 08:27:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12604. [2023-09-02 08:27:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12605. [2023-09-02 08:27:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12606. [2023-09-02 08:27:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12607. [2023-09-02 08:27:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12608. [2023-09-02 08:27:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12609. [2023-09-02 08:27:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12610. [2023-09-02 08:27:09] doctrine.DEBUG: SELECT DATABASE() [] []
  12611. [2023-09-02 08:27:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12612. [2023-09-02 08:27:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12613. [2023-09-02 08:27:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12614. [2023-09-02 08:27:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12615. [2023-09-02 08:27:15] doctrine.DEBUG: SELECT DATABASE() [] []
  12616. [2023-09-02 08:27:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12617. [2023-09-02 08:27:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12618. [2023-09-02 08:27:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12619. [2023-09-02 08:27:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12620. [2023-09-02 08:27:16] doctrine.DEBUG: SELECT DATABASE() [] []
  12621. [2023-09-02 08:27:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12622. [2023-09-02 08:27:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12623. [2023-09-02 08:27:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12624. [2023-09-02 08:27:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12625. [2023-09-02 08:27:17] doctrine.DEBUG: SELECT DATABASE() [] []
  12626. [2023-09-03 20:26:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12627. [2023-09-03 20:26:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /xmlrpc.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /xmlrpc.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xmlrpc.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12628. [2023-09-03 20:26:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12629. [2023-09-03 20:26:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12630. [2023-09-03 20:26:52] doctrine.DEBUG: SELECT DATABASE() [] []
  12631. [2023-09-04 04:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12632. [2023-09-04 04:04:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12633. [2023-09-04 04:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12634. [2023-09-04 04:04:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12635. [2023-09-04 04:04:54] doctrine.DEBUG: SELECT DATABASE() [] []
  12636. [2023-09-04 14:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12637. [2023-09-04 14:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12638. [2023-09-04 14:40:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12639. [2023-09-04 14:40:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12640. [2023-09-04 14:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12641. [2023-09-04 14:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12642. [2023-09-04 14:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12643. [2023-09-04 14:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12644. [2023-09-04 14:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12645. [2023-09-04 14:40:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12646. [2023-09-04 14:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12647. [2023-09-04 14:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12648. [2023-09-04 14:40:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12649. [2023-09-04 14:40:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12650. [2023-09-04 14:40:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12651. [2023-09-04 14:40:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12652. [2023-09-04 14:40:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12653. [2023-09-04 14:40:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12654. [2023-09-04 14:40:27] doctrine.DEBUG: SELECT DATABASE() [] []
  12655. [2023-09-04 14:40:27] doctrine.DEBUG: SELECT DATABASE() [] []
  12656. [2023-09-04 18:29:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12657. [2023-09-04 18:29:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12658. [2023-09-04 18:29:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12659. [2023-09-04 18:29:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12660. [2023-09-04 18:29:15] doctrine.DEBUG: SELECT DATABASE() [] []
  12661. [2023-09-04 20:38:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12662. [2023-09-04 20:38:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12663. [2023-09-04 20:38:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12664. [2023-09-04 20:38:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12665. [2023-09-04 20:38:38] doctrine.DEBUG: SELECT DATABASE() [] []
  12666. [2023-09-04 20:43:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12667. [2023-09-04 20:43:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12668. [2023-09-04 20:43:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12669. [2023-09-04 20:43:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12670. [2023-09-04 20:43:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12671. [2023-09-04 20:43:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12672. [2023-09-04 20:43:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12673. [2023-09-04 20:43:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12674. [2023-09-04 20:43:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12675. [2023-09-04 20:43:07] doctrine.DEBUG: SELECT DATABASE() [] []
  12676. [2023-09-04 21:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12677. [2023-09-04 21:30:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12678. [2023-09-04 21:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12679. [2023-09-04 21:30:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12680. [2023-09-04 21:30:20] doctrine.DEBUG: SELECT DATABASE() [] []
  12681. [2023-09-04 22:14:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12682. [2023-09-04 22:14:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12683. [2023-09-04 22:14:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12684. [2023-09-04 22:14:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12685. [2023-09-04 22:14:05] doctrine.DEBUG: SELECT DATABASE() [] []
  12686. [2023-09-04 22:14:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12687. [2023-09-04 22:14:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12688. [2023-09-04 22:14:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12689. [2023-09-04 22:14:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12690. [2023-09-04 22:14:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12691. [2023-09-04 22:14:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12692. [2023-09-04 22:14:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12693. [2023-09-04 22:14:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12694. [2023-09-04 22:14:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12695. [2023-09-04 22:14:07] doctrine.DEBUG: SELECT DATABASE() [] []
  12696. [2023-09-05 06:35:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12697. [2023-09-05 06:35:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12698. [2023-09-05 06:35:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12699. [2023-09-05 06:35:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12700. [2023-09-05 06:35:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12701. [2023-09-05 06:35:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12702. [2023-09-05 06:35:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12703. [2023-09-05 06:35:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12704. [2023-09-05 06:35:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12705. [2023-09-05 06:35:25] doctrine.DEBUG: SELECT DATABASE() [] []
  12706. [2023-09-05 06:35:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12707. [2023-09-05 06:35:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7188e8"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/7188e8","method":"GET"} []
  12708. [2023-09-05 17:54:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12709. [2023-09-05 17:54:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12710. [2023-09-05 17:54:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12711. [2023-09-05 17:54:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12712. [2023-09-05 17:54:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12713. [2023-09-05 17:54:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12714. [2023-09-05 17:54:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12715. [2023-09-05 17:54:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12716. [2023-09-05 17:54:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12717. [2023-09-05 17:54:31] doctrine.DEBUG: SELECT DATABASE() [] []
  12718. [2023-09-06 11:56:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12719. [2023-09-06 11:56:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12720. [2023-09-06 11:56:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12721. [2023-09-06 11:56:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12722. [2023-09-06 11:56:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12723. [2023-09-06 11:56:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12724. [2023-09-06 11:56:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12725. [2023-09-06 11:56:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12726. [2023-09-06 11:56:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12727. [2023-09-06 11:56:55] doctrine.DEBUG: SELECT DATABASE() [] []
  12728. [2023-09-07 22:33:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12729. [2023-09-07 22:33:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/HEAD" (from "http://rbbe.asb-digital.fr/.git/HEAD")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/HEAD\" (from \"http://rbbe.asb-digital.fr/.git/HEAD\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12730. [2023-09-07 22:33:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12731. [2023-09-07 22:33:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12732. [2023-09-07 22:33:48] doctrine.DEBUG: SELECT DATABASE() [] []
  12733. [2023-09-07 23:57:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12734. [2023-09-07 23:57:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12735. [2023-09-07 23:57:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12736. [2023-09-07 23:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12737. [2023-09-07 23:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12738. [2023-09-07 23:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12739. [2023-09-07 23:57:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12740. [2023-09-07 23:57:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12741. [2023-09-07 23:57:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12742. [2023-09-07 23:57:37] doctrine.DEBUG: SELECT DATABASE() [] []
  12743. [2023-09-08 00:09:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12744. [2023-09-08 00:09:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12745. [2023-09-08 00:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12746. [2023-09-08 00:09:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12747. [2023-09-08 00:09:42] doctrine.DEBUG: SELECT DATABASE() [] []
  12748. [2023-09-08 00:09:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12749. [2023-09-08 00:09:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12750. [2023-09-08 00:09:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12751. [2023-09-08 00:09:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12752. [2023-09-08 00:09:43] doctrine.DEBUG: SELECT DATABASE() [] []
  12753. [2023-09-08 08:35:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12754. [2023-09-08 08:35:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12755. [2023-09-08 08:35:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12756. [2023-09-08 08:35:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12757. [2023-09-08 08:35:16] doctrine.DEBUG: SELECT DATABASE() [] []
  12758. [2023-09-08 08:35:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12759. [2023-09-08 08:35:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12760. [2023-09-08 08:35:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12761. [2023-09-08 08:35:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12762. [2023-09-08 08:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12763. [2023-09-08 08:35:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12764. [2023-09-08 08:35:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12765. [2023-09-08 08:35:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12766. [2023-09-08 08:35:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12767. [2023-09-08 08:35:35] doctrine.DEBUG: SELECT DATABASE() [] []
  12768. [2023-09-08 08:35:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12769. [2023-09-08 08:35:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"609a02"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/609a02","method":"GET"} []
  12770. [2023-09-08 12:30:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12771. [2023-09-08 12:30:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12772. [2023-09-08 12:30:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12773. [2023-09-08 12:30:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12774. [2023-09-08 12:30:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12775. [2023-09-08 12:30:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12776. [2023-09-08 12:30:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12777. [2023-09-08 12:30:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12778. [2023-09-08 12:30:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12779. [2023-09-08 12:30:02] doctrine.DEBUG: SELECT DATABASE() [] []
  12780. [2023-09-08 12:30:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12781. [2023-09-08 12:30:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12782. [2023-09-08 12:30:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12783. [2023-09-08 12:30:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12784. [2023-09-08 12:30:03] doctrine.DEBUG: SELECT DATABASE() [] []
  12785. [2023-09-08 12:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12786. [2023-09-08 12:34:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12787. [2023-09-08 12:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12788. [2023-09-08 12:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12789. [2023-09-08 12:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12790. [2023-09-08 12:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12791. [2023-09-08 12:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12792. [2023-09-08 12:34:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12793. [2023-09-08 12:34:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12794. [2023-09-08 12:34:58] doctrine.DEBUG: SELECT DATABASE() [] []
  12795. [2023-09-08 12:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12796. [2023-09-08 12:34:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12797. [2023-09-08 12:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12798. [2023-09-08 12:34:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12799. [2023-09-08 12:34:58] doctrine.DEBUG: SELECT DATABASE() [] []
  12800. [2023-09-08 17:31:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12801. [2023-09-08 17:31:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12802. [2023-09-08 17:31:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12803. [2023-09-08 17:31:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12804. [2023-09-08 17:31:23] doctrine.DEBUG: SELECT DATABASE() [] []
  12805. [2023-09-08 19:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12806. [2023-09-08 19:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12807. [2023-09-08 19:51:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12808. [2023-09-08 19:51:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12809. [2023-09-08 19:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12810. [2023-09-08 19:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12811. [2023-09-08 19:51:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12812. [2023-09-08 19:51:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12813. [2023-09-08 19:51:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12814. [2023-09-08 19:51:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12815. [2023-09-08 19:51:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12816. [2023-09-08 19:51:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12817. [2023-09-08 19:51:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12818. [2023-09-08 19:51:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12819. [2023-09-08 19:51:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12820. [2023-09-08 19:51:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12821. [2023-09-08 19:51:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12822. [2023-09-08 19:51:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12823. [2023-09-08 19:51:46] doctrine.DEBUG: SELECT DATABASE() [] []
  12824. [2023-09-08 19:51:46] doctrine.DEBUG: SELECT DATABASE() [] []
  12825. [2023-09-08 19:51:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12826. [2023-09-08 19:51:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12827. [2023-09-08 19:51:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12828. [2023-09-08 19:51:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12829. [2023-09-08 19:51:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12830. [2023-09-08 19:51:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12831. [2023-09-08 19:51:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12832. [2023-09-08 19:51:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  12833. [2023-09-08 19:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12834. [2023-09-08 19:51:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12835. [2023-09-08 19:51:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12836. [2023-09-08 19:51:58] doctrine.DEBUG: SELECT DATABASE() [] []
  12837. [2023-09-08 19:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12838. [2023-09-08 19:51:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12839. [2023-09-08 19:51:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12840. [2023-09-08 19:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12841. [2023-09-08 19:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12842. [2023-09-08 19:52:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12843. [2023-09-08 19:52:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12844. [2023-09-08 19:52:00] doctrine.DEBUG: SELECT DATABASE() [] []
  12845. [2023-09-08 19:54:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12846. [2023-09-08 19:54:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12847. [2023-09-08 19:54:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12848. [2023-09-08 19:54:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12849. [2023-09-08 19:54:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12850. [2023-09-08 19:54:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12851. [2023-09-08 19:54:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12852. [2023-09-08 19:54:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12853. [2023-09-08 19:54:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12854. [2023-09-08 19:54:21] doctrine.DEBUG: SELECT DATABASE() [] []
  12855. [2023-09-09 03:09:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12856. [2023-09-09 03:09:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12857. [2023-09-09 03:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12858. [2023-09-09 03:09:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12859. [2023-09-09 03:09:09] doctrine.DEBUG: SELECT DATABASE() [] []
  12860. [2023-09-09 13:12:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12861. [2023-09-09 13:12:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  12862. [2023-09-09 13:12:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12863. [2023-09-09 13:12:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12864. [2023-09-09 13:12:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12865. [2023-09-09 13:12:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12866. [2023-09-09 13:12:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12867. [2023-09-09 13:12:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12868. [2023-09-09 13:12:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12869. [2023-09-09 13:12:33] doctrine.DEBUG: SELECT DATABASE() [] []
  12870. [2023-09-09 13:12:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12871. [2023-09-09 13:12:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12872. [2023-09-09 13:12:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12873. [2023-09-09 13:12:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12874. [2023-09-09 13:12:36] doctrine.DEBUG: SELECT DATABASE() [] []
  12875. [2023-09-09 16:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12876. [2023-09-09 16:01:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12877. [2023-09-09 16:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12878. [2023-09-09 16:01:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12879. [2023-09-09 16:01:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12880. [2023-09-09 16:01:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12881. [2023-09-09 16:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12882. [2023-09-09 16:01:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12883. [2023-09-09 16:01:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12884. [2023-09-09 16:01:44] doctrine.DEBUG: SELECT DATABASE() [] []
  12885. [2023-09-09 16:01:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12886. [2023-09-09 16:01:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12887. [2023-09-09 16:01:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12888. [2023-09-09 16:01:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12889. [2023-09-09 16:01:46] doctrine.DEBUG: SELECT DATABASE() [] []
  12890. [2023-09-09 22:04:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12891. [2023-09-09 22:04:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  12892. [2023-09-09 22:04:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12893. [2023-09-09 22:04:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  12894. [2023-09-09 22:04:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  12895. [2023-09-09 22:04:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  12896. [2023-09-09 22:04:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  12897. [2023-09-09 22:04:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  12898. [2023-09-09 22:04:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12899. [2023-09-09 22:04:18] doctrine.DEBUG: SELECT DATABASE() [] []
  12900. [2023-09-09 22:04:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12901. [2023-09-09 22:04:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12902. [2023-09-09 22:04:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12903. [2023-09-09 22:04:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12904. [2023-09-09 22:04:20] doctrine.DEBUG: SELECT DATABASE() [] []
  12905. [2023-09-09 22:04:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12906. [2023-09-09 22:04:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12907. [2023-09-09 22:04:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12908. [2023-09-09 22:04:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12909. [2023-09-09 22:04:22] doctrine.DEBUG: SELECT DATABASE() [] []
  12910. [2023-09-09 22:04:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12911. [2023-09-09 22:04:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12912. [2023-09-09 22:04:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12913. [2023-09-09 22:04:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12914. [2023-09-09 22:04:23] doctrine.DEBUG: SELECT DATABASE() [] []
  12915. [2023-09-09 22:04:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12916. [2023-09-09 22:04:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12917. [2023-09-09 22:04:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12918. [2023-09-09 22:04:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12919. [2023-09-09 22:04:25] doctrine.DEBUG: SELECT DATABASE() [] []
  12920. [2023-09-09 22:04:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12921. [2023-09-09 22:04:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12922. [2023-09-09 22:04:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12923. [2023-09-09 22:04:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12924. [2023-09-09 22:04:29] doctrine.DEBUG: SELECT DATABASE() [] []
  12925. [2023-09-09 22:04:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12926. [2023-09-09 22:04:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12927. [2023-09-09 22:04:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12928. [2023-09-09 22:04:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12929. [2023-09-09 22:04:30] doctrine.DEBUG: SELECT DATABASE() [] []
  12930. [2023-09-09 22:04:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12931. [2023-09-09 22:04:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12932. [2023-09-09 22:04:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12933. [2023-09-09 22:04:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12934. [2023-09-09 22:04:32] doctrine.DEBUG: SELECT DATABASE() [] []
  12935. [2023-09-09 22:04:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12936. [2023-09-09 22:04:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/portal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12937. [2023-09-09 22:04:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12938. [2023-09-09 22:04:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12939. [2023-09-09 22:04:34] doctrine.DEBUG: SELECT DATABASE() [] []
  12940. [2023-09-09 22:04:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12941. [2023-09-09 22:04:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12942. [2023-09-09 22:04:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12943. [2023-09-09 22:04:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12944. [2023-09-09 22:04:35] doctrine.DEBUG: SELECT DATABASE() [] []
  12945. [2023-09-09 22:04:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12946. [2023-09-09 22:04:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12947. [2023-09-09 22:04:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12948. [2023-09-09 22:04:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12949. [2023-09-09 22:04:36] doctrine.DEBUG: SELECT DATABASE() [] []
  12950. [2023-09-09 22:04:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12951. [2023-09-09 22:04:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12952. [2023-09-09 22:04:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12953. [2023-09-09 22:04:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12954. [2023-09-09 22:04:37] doctrine.DEBUG: SELECT DATABASE() [] []
  12955. [2023-09-09 22:04:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12956. [2023-09-09 22:04:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12957. [2023-09-09 22:04:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12958. [2023-09-09 22:04:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12959. [2023-09-09 22:04:38] doctrine.DEBUG: SELECT DATABASE() [] []
  12960. [2023-09-09 22:04:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12961. [2023-09-09 22:04:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12962. [2023-09-09 22:04:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12963. [2023-09-09 22:04:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12964. [2023-09-09 22:04:39] doctrine.DEBUG: SELECT DATABASE() [] []
  12965. [2023-09-09 22:04:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12966. [2023-09-09 22:04:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12967. [2023-09-09 22:04:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12968. [2023-09-09 22:04:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12969. [2023-09-09 22:04:41] doctrine.DEBUG: SELECT DATABASE() [] []
  12970. [2023-09-09 22:04:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12971. [2023-09-09 22:04:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /production/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /production/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12972. [2023-09-09 22:04:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12973. [2023-09-09 22:04:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12974. [2023-09-09 22:04:42] doctrine.DEBUG: SELECT DATABASE() [] []
  12975. [2023-09-09 22:04:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12976. [2023-09-09 22:04:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites/all/libraries/mailchimp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites/all/libraries/mailchimp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12977. [2023-09-09 22:04:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12978. [2023-09-09 22:04:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12979. [2023-09-09 22:04:43] doctrine.DEBUG: SELECT DATABASE() [] []
  12980. [2023-09-09 22:04:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12981. [2023-09-09 22:04:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12982. [2023-09-09 22:04:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12983. [2023-09-09 22:04:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12984. [2023-09-09 22:04:45] doctrine.DEBUG: SELECT DATABASE() [] []
  12985. [2023-09-09 22:04:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12986. [2023-09-09 22:04:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12987. [2023-09-09 22:04:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12988. [2023-09-09 22:04:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12989. [2023-09-09 22:04:46] doctrine.DEBUG: SELECT DATABASE() [] []
  12990. [2023-09-09 22:04:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12991. [2023-09-09 22:04:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12992. [2023-09-09 22:04:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12993. [2023-09-09 22:04:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12994. [2023-09-09 22:04:48] doctrine.DEBUG: SELECT DATABASE() [] []
  12995. [2023-09-09 22:04:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  12996. [2023-09-09 22:04:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /base/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /base/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  12997. [2023-09-09 22:04:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  12998. [2023-09-09 22:04:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  12999. [2023-09-09 22:04:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13000. [2023-09-09 22:04:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13001. [2023-09-09 22:04:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13002. [2023-09-09 22:04:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13003. [2023-09-09 22:04:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13004. [2023-09-09 22:04:50] doctrine.DEBUG: SELECT DATABASE() [] []
  13005. [2023-09-09 22:04:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13006. [2023-09-09 22:04:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13007. [2023-09-09 22:04:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13008. [2023-09-09 22:04:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13009. [2023-09-09 22:04:52] doctrine.DEBUG: SELECT DATABASE() [] []
  13010. [2023-09-09 22:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13011. [2023-09-09 22:04:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13012. [2023-09-09 22:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13013. [2023-09-09 22:04:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13014. [2023-09-09 22:04:54] doctrine.DEBUG: SELECT DATABASE() [] []
  13015. [2023-09-09 22:04:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13016. [2023-09-09 22:04:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13017. [2023-09-09 22:04:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13018. [2023-09-09 22:04:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13019. [2023-09-09 22:04:55] doctrine.DEBUG: SELECT DATABASE() [] []
  13020. [2023-09-09 22:04:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13021. [2023-09-09 22:04:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /library/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /library/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13022. [2023-09-09 22:04:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13023. [2023-09-09 22:04:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13024. [2023-09-09 22:04:56] doctrine.DEBUG: SELECT DATABASE() [] []
  13025. [2023-09-09 22:04:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13026. [2023-09-09 22:04:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13027. [2023-09-09 22:04:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13028. [2023-09-09 22:04:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13029. [2023-09-09 22:04:57] doctrine.DEBUG: SELECT DATABASE() [] []
  13030. [2023-09-09 22:04:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13031. [2023-09-09 22:04:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13032. [2023-09-09 22:04:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13033. [2023-09-09 22:04:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13034. [2023-09-09 22:04:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13035. [2023-09-09 22:04:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13036. [2023-09-09 22:04:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13037. [2023-09-09 22:04:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13038. [2023-09-09 22:04:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13039. [2023-09-09 22:04:59] doctrine.DEBUG: SELECT DATABASE() [] []
  13040. [2023-09-09 22:05:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13041. [2023-09-09 22:05:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /crm/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /crm/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13042. [2023-09-09 22:05:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13043. [2023-09-09 22:05:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13044. [2023-09-09 22:05:00] doctrine.DEBUG: SELECT DATABASE() [] []
  13045. [2023-09-09 22:05:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13046. [2023-09-09 22:05:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /audio/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /audio/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13047. [2023-09-09 22:05:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13048. [2023-09-09 22:05:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13049. [2023-09-09 22:05:03] doctrine.DEBUG: SELECT DATABASE() [] []
  13050. [2023-09-09 22:05:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13051. [2023-09-09 22:05:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13052. [2023-09-09 22:05:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13053. [2023-09-09 22:05:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13054. [2023-09-09 22:05:04] doctrine.DEBUG: SELECT DATABASE() [] []
  13055. [2023-09-09 22:05:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13056. [2023-09-09 22:05:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13057. [2023-09-09 22:05:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13058. [2023-09-09 22:05:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13059. [2023-09-09 22:05:06] doctrine.DEBUG: SELECT DATABASE() [] []
  13060. [2023-09-09 22:05:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13061. [2023-09-09 22:05:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13062. [2023-09-09 22:05:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13063. [2023-09-09 22:05:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13064. [2023-09-09 22:05:07] doctrine.DEBUG: SELECT DATABASE() [] []
  13065. [2023-09-09 22:05:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13066. [2023-09-09 22:05:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13067. [2023-09-09 22:05:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13068. [2023-09-09 22:05:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13069. [2023-09-09 22:05:08] doctrine.DEBUG: SELECT DATABASE() [] []
  13070. [2023-09-09 22:05:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13071. [2023-09-09 22:05:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13072. [2023-09-09 22:05:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13073. [2023-09-09 22:05:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13074. [2023-09-09 22:05:09] doctrine.DEBUG: SELECT DATABASE() [] []
  13075. [2023-09-10 19:44:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13076. [2023-09-10 19:44:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13077. [2023-09-10 19:44:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13078. [2023-09-10 19:44:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13079. [2023-09-10 19:44:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13080. [2023-09-10 19:44:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13081. [2023-09-10 19:44:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13082. [2023-09-10 19:44:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13083. [2023-09-10 19:44:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13084. [2023-09-10 19:44:40] doctrine.DEBUG: SELECT DATABASE() [] []
  13085. [2023-09-10 19:44:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13086. [2023-09-10 19:44:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13087. [2023-09-10 19:44:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13088. [2023-09-10 19:44:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13089. [2023-09-10 19:44:42] doctrine.DEBUG: SELECT DATABASE() [] []
  13090. [2023-09-11 08:40:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13091. [2023-09-11 08:40:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13092. [2023-09-11 08:40:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13093. [2023-09-11 08:40:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13094. [2023-09-11 08:40:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13095. [2023-09-11 08:41:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13096. [2023-09-11 08:41:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  13097. [2023-09-11 08:41:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13098. [2023-09-11 08:41:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13099. [2023-09-11 08:41:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13100. [2023-09-11 08:41:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13101. [2023-09-11 08:41:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13102. [2023-09-11 08:41:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13103. [2023-09-11 08:41:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13104. [2023-09-11 08:41:45] doctrine.DEBUG: SELECT DATABASE() [] []
  13105. [2023-09-11 08:42:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13106. [2023-09-11 08:42:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8392f"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/a8392f","method":"GET"} []
  13107. [2023-09-11 15:40:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13108. [2023-09-11 15:40:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13109. [2023-09-11 15:40:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13110. [2023-09-11 15:40:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13111. [2023-09-11 15:40:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13112. [2023-09-11 15:40:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13113. [2023-09-11 15:40:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13114. [2023-09-11 15:40:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13115. [2023-09-11 15:40:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13116. [2023-09-11 15:40:20] doctrine.DEBUG: SELECT DATABASE() [] []
  13117. [2023-09-12 17:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13118. [2023-09-12 17:01:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13119. [2023-09-12 17:01:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13120. [2023-09-12 17:01:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13121. [2023-09-12 17:01:43] doctrine.DEBUG: SELECT DATABASE() [] []
  13122. [2023-09-13 01:46:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13123. [2023-09-13 01:46:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13124. [2023-09-13 01:46:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13125. [2023-09-13 01:46:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13126. [2023-09-13 01:46:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13127. [2023-09-13 01:46:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13128. [2023-09-13 01:46:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13129. [2023-09-13 01:46:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13130. [2023-09-13 01:46:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13131. [2023-09-13 01:46:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  13132. [2023-09-13 01:46:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13133. [2023-09-13 01:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13134. [2023-09-13 01:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13135. [2023-09-13 01:46:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13136. [2023-09-13 01:46:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13137. [2023-09-13 01:46:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13138. [2023-09-13 01:46:09] doctrine.DEBUG: SELECT DATABASE() [] []
  13139. [2023-09-13 01:46:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13140. [2023-09-13 01:46:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13141. [2023-09-13 01:46:09] doctrine.DEBUG: SELECT DATABASE() [] []
  13142. [2023-09-13 01:46:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13143. [2023-09-13 01:46:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13144. [2023-09-13 01:46:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13145. [2023-09-13 01:46:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13146. [2023-09-13 01:46:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13147. [2023-09-13 01:46:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13148. [2023-09-13 01:46:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13149. [2023-09-13 01:46:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13150. [2023-09-13 01:46:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13151. [2023-09-13 01:46:10] doctrine.DEBUG: SELECT DATABASE() [] []
  13152. [2023-09-13 01:46:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13153. [2023-09-13 01:46:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  13154. [2023-09-13 01:46:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13155. [2023-09-13 01:46:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13156. [2023-09-13 01:46:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13157. [2023-09-13 01:46:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13158. [2023-09-13 01:46:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13159. [2023-09-13 01:46:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13160. [2023-09-13 01:46:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13161. [2023-09-13 01:46:11] doctrine.DEBUG: SELECT DATABASE() [] []
  13162. [2023-09-13 01:46:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13163. [2023-09-13 01:46:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13164. [2023-09-13 01:46:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13165. [2023-09-13 01:46:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13166. [2023-09-13 01:46:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13167. [2023-09-13 01:46:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13168. [2023-09-13 01:46:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13169. [2023-09-13 01:46:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13170. [2023-09-13 01:46:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13171. [2023-09-13 01:46:12] doctrine.DEBUG: SELECT DATABASE() [] []
  13172. [2023-09-14 08:36:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13173. [2023-09-14 08:36:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13174. [2023-09-14 08:36:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13175. [2023-09-14 08:36:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13176. [2023-09-14 08:36:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13177. [2023-09-14 08:37:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13178. [2023-09-14 08:37:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  13179. [2023-09-14 08:37:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13180. [2023-09-14 08:37:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13181. [2023-09-14 08:37:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13182. [2023-09-14 08:37:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13183. [2023-09-14 08:37:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13184. [2023-09-14 08:37:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13185. [2023-09-14 08:37:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13186. [2023-09-14 08:37:06] doctrine.DEBUG: SELECT DATABASE() [] []
  13187. [2023-09-14 08:37:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13188. [2023-09-14 08:37:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f1b84"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/5f1b84","method":"GET"} []
  13189. [2023-09-14 19:32:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13190. [2023-09-14 19:32:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13191. [2023-09-14 19:32:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13192. [2023-09-14 19:32:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13193. [2023-09-14 19:32:55] doctrine.DEBUG: SELECT DATABASE() [] []
  13194. [2023-09-14 22:59:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13195. [2023-09-14 22:59:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13196. [2023-09-14 22:59:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13197. [2023-09-14 22:59:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13198. [2023-09-14 22:59:52] doctrine.DEBUG: SELECT DATABASE() [] []
  13199. [2023-09-15 19:16:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13200. [2023-09-15 19:16:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  13201. [2023-09-15 19:16:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13202. [2023-09-15 19:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13203. [2023-09-15 19:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13204. [2023-09-15 19:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13205. [2023-09-15 19:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13206. [2023-09-15 19:16:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13207. [2023-09-15 19:16:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13208. [2023-09-15 19:16:21] doctrine.DEBUG: SELECT DATABASE() [] []
  13209. [2023-09-15 19:16:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13210. [2023-09-15 19:16:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13211. [2023-09-15 19:16:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13212. [2023-09-15 19:16:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13213. [2023-09-15 19:16:25] doctrine.DEBUG: SELECT DATABASE() [] []
  13214. [2023-09-16 16:29:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13215. [2023-09-16 16:29:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13216. [2023-09-16 16:29:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13217. [2023-09-16 16:29:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13218. [2023-09-16 16:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13219. [2023-09-16 16:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13220. [2023-09-16 16:29:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13221. [2023-09-16 16:29:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13222. [2023-09-16 16:29:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13223. [2023-09-16 16:29:08] doctrine.DEBUG: SELECT DATABASE() [] []
  13224. [2023-09-16 16:29:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13225. [2023-09-16 16:29:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dummy404file.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dummy404file.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dummy404file.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13226. [2023-09-16 16:29:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13227. [2023-09-16 16:29:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13228. [2023-09-16 16:29:18] doctrine.DEBUG: SELECT DATABASE() [] []
  13229. [2023-09-16 16:29:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13230. [2023-09-16 16:29:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/default.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/default.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13231. [2023-09-16 16:29:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13232. [2023-09-16 16:29:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13233. [2023-09-16 16:29:28] doctrine.DEBUG: SELECT DATABASE() [] []
  13234. [2023-09-16 16:29:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13235. [2023-09-16 16:29:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13236. [2023-09-16 16:29:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13237. [2023-09-16 16:29:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13238. [2023-09-16 16:29:37] doctrine.DEBUG: SELECT DATABASE() [] []
  13239. [2023-09-16 16:29:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13240. [2023-09-16 16:29:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13241. [2023-09-16 16:29:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13242. [2023-09-16 16:29:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13243. [2023-09-16 16:29:46] doctrine.DEBUG: SELECT DATABASE() [] []
  13244. [2023-09-16 16:29:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13245. [2023-09-16 16:29:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13246. [2023-09-16 16:29:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13247. [2023-09-16 16:29:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13248. [2023-09-16 16:29:55] doctrine.DEBUG: SELECT DATABASE() [] []
  13249. [2023-09-16 16:30:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13250. [2023-09-16 16:30:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13251. [2023-09-16 16:30:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13252. [2023-09-16 16:30:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13253. [2023-09-16 16:30:04] doctrine.DEBUG: SELECT DATABASE() [] []
  13254. [2023-09-16 16:30:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13255. [2023-09-16 16:30:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13256. [2023-09-16 16:30:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13257. [2023-09-16 16:30:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13258. [2023-09-16 16:30:13] doctrine.DEBUG: SELECT DATABASE() [] []
  13259. [2023-09-16 16:30:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13260. [2023-09-16 16:30:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13261. [2023-09-16 16:30:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13262. [2023-09-16 16:30:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13263. [2023-09-16 16:30:22] doctrine.DEBUG: SELECT DATABASE() [] []
  13264. [2023-09-16 16:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13265. [2023-09-16 16:30:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13266. [2023-09-16 16:30:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13267. [2023-09-16 16:30:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13268. [2023-09-16 16:30:31] doctrine.DEBUG: SELECT DATABASE() [] []
  13269. [2023-09-16 16:30:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13270. [2023-09-16 16:30:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13271. [2023-09-16 16:30:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13272. [2023-09-16 16:30:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13273. [2023-09-16 16:30:40] doctrine.DEBUG: SELECT DATABASE() [] []
  13274. [2023-09-16 16:30:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13275. [2023-09-16 16:30:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13276. [2023-09-16 16:30:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13277. [2023-09-16 16:30:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13278. [2023-09-16 16:30:48] doctrine.DEBUG: SELECT DATABASE() [] []
  13279. [2023-09-16 16:30:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13280. [2023-09-16 16:30:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ENV"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13281. [2023-09-16 16:30:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13282. [2023-09-16 16:30:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13283. [2023-09-16 16:30:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13284. [2023-09-16 16:31:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13285. [2023-09-16 16:31:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SENDGRID.ENV"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SENDGRID.ENV\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/SENDGRID.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13286. [2023-09-16 16:31:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13287. [2023-09-16 16:31:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13288. [2023-09-16 16:31:07] doctrine.DEBUG: SELECT DATABASE() [] []
  13289. [2023-09-16 16:31:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13290. [2023-09-16 16:31:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/app.config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/app.config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/app.config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13291. [2023-09-16 16:31:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13292. [2023-09-16 16:31:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13293. [2023-09-16 16:31:16] doctrine.DEBUG: SELECT DATABASE() [] []
  13294. [2023-09-16 16:31:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13295. [2023-09-16 16:31:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13296. [2023-09-16 16:31:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13297. [2023-09-16 16:31:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13298. [2023-09-16 16:31:24] doctrine.DEBUG: SELECT DATABASE() [] []
  13299. [2023-09-16 16:31:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13300. [2023-09-16 16:31:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13301. [2023-09-16 16:31:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13302. [2023-09-16 16:31:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13303. [2023-09-16 16:31:34] doctrine.DEBUG: SELECT DATABASE() [] []
  13304. [2023-09-16 16:31:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13305. [2023-09-16 16:31:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13306. [2023-09-16 16:31:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13307. [2023-09-16 16:31:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13308. [2023-09-16 16:31:43] doctrine.DEBUG: SELECT DATABASE() [] []
  13309. [2023-09-16 16:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13310. [2023-09-16 16:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13311. [2023-09-16 16:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13312. [2023-09-16 16:31:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13313. [2023-09-16 16:31:52] doctrine.DEBUG: SELECT DATABASE() [] []
  13314. [2023-09-16 16:32:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13315. [2023-09-16 16:32:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13316. [2023-09-16 16:32:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13317. [2023-09-16 16:32:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13318. [2023-09-16 16:32:01] doctrine.DEBUG: SELECT DATABASE() [] []
  13319. [2023-09-16 16:32:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13320. [2023-09-16 16:32:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /django/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /django/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13321. [2023-09-16 16:32:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13322. [2023-09-16 16:32:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13323. [2023-09-16 16:32:10] doctrine.DEBUG: SELECT DATABASE() [] []
  13324. [2023-09-16 16:32:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13325. [2023-09-16 16:32:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13326. [2023-09-16 16:32:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13327. [2023-09-16 16:32:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13328. [2023-09-16 16:32:19] doctrine.DEBUG: SELECT DATABASE() [] []
  13329. [2023-09-16 16:32:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13330. [2023-09-16 16:32:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13331. [2023-09-16 16:32:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13332. [2023-09-16 16:32:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13333. [2023-09-16 16:32:28] doctrine.DEBUG: SELECT DATABASE() [] []
  13334. [2023-09-16 16:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13335. [2023-09-16 16:32:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13336. [2023-09-16 16:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13337. [2023-09-16 16:32:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13338. [2023-09-16 16:32:37] doctrine.DEBUG: SELECT DATABASE() [] []
  13339. [2023-09-16 16:32:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13340. [2023-09-16 16:32:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13341. [2023-09-16 16:32:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13342. [2023-09-16 16:32:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13343. [2023-09-16 16:32:46] doctrine.DEBUG: SELECT DATABASE() [] []
  13344. [2023-09-16 16:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13345. [2023-09-16 16:32:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13346. [2023-09-16 16:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13347. [2023-09-16 16:32:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13348. [2023-09-16 16:32:54] doctrine.DEBUG: SELECT DATABASE() [] []
  13349. [2023-09-16 16:33:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13350. [2023-09-16 16:33:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13351. [2023-09-16 16:33:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13352. [2023-09-16 16:33:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13353. [2023-09-16 16:33:04] doctrine.DEBUG: SELECT DATABASE() [] []
  13354. [2023-09-16 16:33:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13355. [2023-09-16 16:33:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redmine/config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redmine/config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13356. [2023-09-16 16:33:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13357. [2023-09-16 16:33:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13358. [2023-09-16 16:33:13] doctrine.DEBUG: SELECT DATABASE() [] []
  13359. [2023-09-16 16:33:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13360. [2023-09-16 16:33:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13361. [2023-09-16 16:33:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13362. [2023-09-16 16:33:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13363. [2023-09-16 16:33:22] doctrine.DEBUG: SELECT DATABASE() [] []
  13364. [2023-09-16 16:33:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13365. [2023-09-16 16:33:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13366. [2023-09-16 16:33:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13367. [2023-09-16 16:33:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13368. [2023-09-16 16:33:31] doctrine.DEBUG: SELECT DATABASE() [] []
  13369. [2023-09-16 16:33:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13370. [2023-09-16 16:33:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13371. [2023-09-16 16:33:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13372. [2023-09-16 16:33:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13373. [2023-09-16 16:33:40] doctrine.DEBUG: SELECT DATABASE() [] []
  13374. [2023-09-16 16:33:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13375. [2023-09-16 16:33:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13376. [2023-09-16 16:33:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13377. [2023-09-16 16:33:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13378. [2023-09-16 16:33:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13379. [2023-09-16 16:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13380. [2023-09-16 16:33:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13381. [2023-09-16 16:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13382. [2023-09-16 16:33:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13383. [2023-09-16 16:33:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13384. [2023-09-16 16:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13385. [2023-09-16 16:34:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13386. [2023-09-16 16:34:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13387. [2023-09-16 16:34:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13388. [2023-09-16 16:34:07] doctrine.DEBUG: SELECT DATABASE() [] []
  13389. [2023-09-16 16:34:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13390. [2023-09-16 16:34:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13391. [2023-09-16 16:34:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13392. [2023-09-16 16:34:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13393. [2023-09-16 16:34:16] doctrine.DEBUG: SELECT DATABASE() [] []
  13394. [2023-09-16 16:34:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13395. [2023-09-16 16:34:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13396. [2023-09-16 16:34:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13397. [2023-09-16 16:34:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13398. [2023-09-16 16:34:25] doctrine.DEBUG: SELECT DATABASE() [] []
  13399. [2023-09-16 16:34:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13400. [2023-09-16 16:34:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13401. [2023-09-16 16:34:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13402. [2023-09-16 16:34:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13403. [2023-09-16 16:34:34] doctrine.DEBUG: SELECT DATABASE() [] []
  13404. [2023-09-16 16:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13405. [2023-09-16 16:34:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13406. [2023-09-16 16:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13407. [2023-09-16 16:34:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13408. [2023-09-16 16:34:42] doctrine.DEBUG: SELECT DATABASE() [] []
  13409. [2023-09-16 16:34:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13410. [2023-09-16 16:34:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13411. [2023-09-16 16:34:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13412. [2023-09-16 16:34:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13413. [2023-09-16 16:34:52] doctrine.DEBUG: SELECT DATABASE() [] []
  13414. [2023-09-16 16:35:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13415. [2023-09-16 16:35:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13416. [2023-09-16 16:35:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13417. [2023-09-16 16:35:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13418. [2023-09-16 16:35:01] doctrine.DEBUG: SELECT DATABASE() [] []
  13419. [2023-09-16 16:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13420. [2023-09-16 16:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13421. [2023-09-16 16:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13422. [2023-09-16 16:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13423. [2023-09-16 16:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  13424. [2023-09-16 16:35:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13425. [2023-09-16 16:35:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13426. [2023-09-16 16:35:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13427. [2023-09-16 16:35:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13428. [2023-09-16 16:35:19] doctrine.DEBUG: SELECT DATABASE() [] []
  13429. [2023-09-16 16:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13430. [2023-09-16 16:35:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13431. [2023-09-16 16:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13432. [2023-09-16 16:35:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13433. [2023-09-16 16:35:28] doctrine.DEBUG: SELECT DATABASE() [] []
  13434. [2023-09-16 16:35:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13435. [2023-09-16 16:35:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13436. [2023-09-16 16:35:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13437. [2023-09-16 16:35:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13438. [2023-09-16 16:35:37] doctrine.DEBUG: SELECT DATABASE() [] []
  13439. [2023-09-16 16:35:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13440. [2023-09-16 16:35:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13441. [2023-09-16 16:35:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13442. [2023-09-16 16:35:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13443. [2023-09-16 16:35:46] doctrine.DEBUG: SELECT DATABASE() [] []
  13444. [2023-09-16 16:35:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13445. [2023-09-16 16:35:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13446. [2023-09-16 16:35:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13447. [2023-09-16 16:35:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13448. [2023-09-16 16:35:55] doctrine.DEBUG: SELECT DATABASE() [] []
  13449. [2023-09-16 16:36:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13450. [2023-09-16 16:36:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13451. [2023-09-16 16:36:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13452. [2023-09-16 16:36:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13453. [2023-09-16 16:36:04] doctrine.DEBUG: SELECT DATABASE() [] []
  13454. [2023-09-16 16:36:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13455. [2023-09-16 16:36:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13456. [2023-09-16 16:36:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13457. [2023-09-16 16:36:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13458. [2023-09-16 16:36:13] doctrine.DEBUG: SELECT DATABASE() [] []
  13459. [2023-09-16 16:36:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13460. [2023-09-16 16:36:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13461. [2023-09-16 16:36:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13462. [2023-09-16 16:36:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13463. [2023-09-16 16:36:22] doctrine.DEBUG: SELECT DATABASE() [] []
  13464. [2023-09-16 16:36:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13465. [2023-09-16 16:36:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13466. [2023-09-16 16:36:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13467. [2023-09-16 16:36:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13468. [2023-09-16 16:36:31] doctrine.DEBUG: SELECT DATABASE() [] []
  13469. [2023-09-16 16:36:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13470. [2023-09-16 16:36:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13471. [2023-09-16 16:36:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13472. [2023-09-16 16:36:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13473. [2023-09-16 16:36:40] doctrine.DEBUG: SELECT DATABASE() [] []
  13474. [2023-09-16 16:36:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13475. [2023-09-16 16:36:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13476. [2023-09-16 16:36:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13477. [2023-09-16 16:36:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13478. [2023-09-16 16:36:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13479. [2023-09-16 16:36:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13480. [2023-09-16 16:36:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13481. [2023-09-16 16:36:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13482. [2023-09-16 16:36:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13483. [2023-09-16 16:36:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13484. [2023-09-16 16:37:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13485. [2023-09-16 16:37:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13486. [2023-09-16 16:37:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13487. [2023-09-16 16:37:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13488. [2023-09-16 16:37:07] doctrine.DEBUG: SELECT DATABASE() [] []
  13489. [2023-09-16 16:37:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13490. [2023-09-16 16:37:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13491. [2023-09-16 16:37:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13492. [2023-09-16 16:37:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13493. [2023-09-16 16:37:16] doctrine.DEBUG: SELECT DATABASE() [] []
  13494. [2023-09-16 16:37:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13495. [2023-09-16 16:37:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13496. [2023-09-16 16:37:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13497. [2023-09-16 16:37:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13498. [2023-09-16 16:37:25] doctrine.DEBUG: SELECT DATABASE() [] []
  13499. [2023-09-16 16:37:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13500. [2023-09-16 16:37:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13501. [2023-09-16 16:37:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13502. [2023-09-16 16:37:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13503. [2023-09-16 16:37:34] doctrine.DEBUG: SELECT DATABASE() [] []
  13504. [2023-09-16 16:37:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13505. [2023-09-16 16:37:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13506. [2023-09-16 16:37:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13507. [2023-09-16 16:37:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13508. [2023-09-16 16:37:43] doctrine.DEBUG: SELECT DATABASE() [] []
  13509. [2023-09-16 16:37:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13510. [2023-09-16 16:37:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13511. [2023-09-16 16:37:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13512. [2023-09-16 16:37:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13513. [2023-09-16 16:37:52] doctrine.DEBUG: SELECT DATABASE() [] []
  13514. [2023-09-16 16:38:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13515. [2023-09-16 16:38:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13516. [2023-09-16 16:38:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13517. [2023-09-16 16:38:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13518. [2023-09-16 16:38:01] doctrine.DEBUG: SELECT DATABASE() [] []
  13519. [2023-09-16 16:38:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13520. [2023-09-16 16:38:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13521. [2023-09-16 16:38:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13522. [2023-09-16 16:38:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13523. [2023-09-16 16:38:10] doctrine.DEBUG: SELECT DATABASE() [] []
  13524. [2023-09-16 16:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13525. [2023-09-16 16:38:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13526. [2023-09-16 16:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13527. [2023-09-16 16:38:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13528. [2023-09-16 16:38:19] doctrine.DEBUG: SELECT DATABASE() [] []
  13529. [2023-09-16 16:38:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13530. [2023-09-16 16:38:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13531. [2023-09-16 16:38:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13532. [2023-09-16 16:38:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13533. [2023-09-16 16:38:28] doctrine.DEBUG: SELECT DATABASE() [] []
  13534. [2023-09-16 16:38:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13535. [2023-09-16 16:38:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13536. [2023-09-16 16:38:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13537. [2023-09-16 16:38:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13538. [2023-09-16 16:38:37] doctrine.DEBUG: SELECT DATABASE() [] []
  13539. [2023-09-16 16:38:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13540. [2023-09-16 16:38:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13541. [2023-09-16 16:38:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13542. [2023-09-16 16:38:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13543. [2023-09-16 16:38:46] doctrine.DEBUG: SELECT DATABASE() [] []
  13544. [2023-09-16 16:38:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13545. [2023-09-16 16:38:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13546. [2023-09-16 16:38:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13547. [2023-09-16 16:38:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13548. [2023-09-16 16:38:54] doctrine.DEBUG: SELECT DATABASE() [] []
  13549. [2023-09-16 16:39:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13550. [2023-09-16 16:39:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13551. [2023-09-16 16:39:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13552. [2023-09-16 16:39:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13553. [2023-09-16 16:39:04] doctrine.DEBUG: SELECT DATABASE() [] []
  13554. [2023-09-16 16:39:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13555. [2023-09-16 16:39:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13556. [2023-09-16 16:39:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13557. [2023-09-16 16:39:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13558. [2023-09-16 16:39:12] doctrine.DEBUG: SELECT DATABASE() [] []
  13559. [2023-09-16 16:39:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13560. [2023-09-16 16:39:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13561. [2023-09-16 16:39:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13562. [2023-09-16 16:39:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13563. [2023-09-16 16:39:22] doctrine.DEBUG: SELECT DATABASE() [] []
  13564. [2023-09-16 16:39:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13565. [2023-09-16 16:39:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13566. [2023-09-16 16:39:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13567. [2023-09-16 16:39:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13568. [2023-09-16 16:39:31] doctrine.DEBUG: SELECT DATABASE() [] []
  13569. [2023-09-16 16:39:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13570. [2023-09-16 16:39:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13571. [2023-09-16 16:39:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13572. [2023-09-16 16:39:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13573. [2023-09-16 16:39:40] doctrine.DEBUG: SELECT DATABASE() [] []
  13574. [2023-09-16 16:39:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13575. [2023-09-16 16:39:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13576. [2023-09-16 16:39:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13577. [2023-09-16 16:39:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13578. [2023-09-16 16:39:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13579. [2023-09-16 16:39:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13580. [2023-09-16 16:39:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13581. [2023-09-16 16:39:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13582. [2023-09-16 16:39:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13583. [2023-09-16 16:39:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13584. [2023-09-16 16:40:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13585. [2023-09-16 16:40:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13586. [2023-09-16 16:40:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13587. [2023-09-16 16:40:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13588. [2023-09-16 16:40:07] doctrine.DEBUG: SELECT DATABASE() [] []
  13589. [2023-09-16 16:40:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13590. [2023-09-16 16:40:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.production"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.production\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13591. [2023-09-16 16:40:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13592. [2023-09-16 16:40:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13593. [2023-09-16 16:40:17] doctrine.DEBUG: SELECT DATABASE() [] []
  13594. [2023-09-16 16:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13595. [2023-09-16 16:40:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.example"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.example\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13596. [2023-09-16 16:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13597. [2023-09-16 16:40:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13598. [2023-09-16 16:40:26] doctrine.DEBUG: SELECT DATABASE() [] []
  13599. [2023-09-16 16:40:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13600. [2023-09-16 16:40:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.local"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13601. [2023-09-16 16:40:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13602. [2023-09-16 16:40:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13603. [2023-09-16 16:40:35] doctrine.DEBUG: SELECT DATABASE() [] []
  13604. [2023-09-16 16:40:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13605. [2023-09-16 16:40:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13606. [2023-09-16 16:40:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13607. [2023-09-16 16:40:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13608. [2023-09-16 16:40:44] doctrine.DEBUG: SELECT DATABASE() [] []
  13609. [2023-09-16 16:40:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13610. [2023-09-16 16:40:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13611. [2023-09-16 16:40:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13612. [2023-09-16 16:40:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13613. [2023-09-16 16:40:53] doctrine.DEBUG: SELECT DATABASE() [] []
  13614. [2023-09-16 16:41:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13615. [2023-09-16 16:41:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13616. [2023-09-16 16:41:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13617. [2023-09-16 16:41:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13618. [2023-09-16 16:41:02] doctrine.DEBUG: SELECT DATABASE() [] []
  13619. [2023-09-16 16:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13620. [2023-09-16 16:41:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13621. [2023-09-16 16:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13622. [2023-09-16 16:41:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13623. [2023-09-16 16:41:11] doctrine.DEBUG: SELECT DATABASE() [] []
  13624. [2023-09-16 16:41:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13625. [2023-09-16 16:41:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13626. [2023-09-16 16:41:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13627. [2023-09-16 16:41:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13628. [2023-09-16 16:41:25] doctrine.DEBUG: SELECT DATABASE() [] []
  13629. [2023-09-16 16:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13630. [2023-09-16 16:41:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13631. [2023-09-16 16:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13632. [2023-09-16 16:41:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13633. [2023-09-16 16:41:34] doctrine.DEBUG: SELECT DATABASE() [] []
  13634. [2023-09-16 16:41:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13635. [2023-09-16 16:41:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13636. [2023-09-16 16:41:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13637. [2023-09-16 16:41:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13638. [2023-09-16 16:41:44] doctrine.DEBUG: SELECT DATABASE() [] []
  13639. [2023-09-16 16:41:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13640. [2023-09-16 16:41:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13641. [2023-09-16 16:41:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13642. [2023-09-16 16:41:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13643. [2023-09-16 16:41:53] doctrine.DEBUG: SELECT DATABASE() [] []
  13644. [2023-09-16 16:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13645. [2023-09-16 16:42:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13646. [2023-09-16 16:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13647. [2023-09-16 16:42:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13648. [2023-09-16 16:42:02] doctrine.DEBUG: SELECT DATABASE() [] []
  13649. [2023-09-16 16:42:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13650. [2023-09-16 16:42:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13651. [2023-09-16 16:42:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13652. [2023-09-16 16:42:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13653. [2023-09-16 16:42:11] doctrine.DEBUG: SELECT DATABASE() [] []
  13654. [2023-09-16 16:42:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13655. [2023-09-16 16:42:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13656. [2023-09-16 16:42:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13657. [2023-09-16 16:42:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13658. [2023-09-16 16:42:20] doctrine.DEBUG: SELECT DATABASE() [] []
  13659. [2023-09-16 16:42:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13660. [2023-09-16 16:42:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13661. [2023-09-16 16:42:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13662. [2023-09-16 16:42:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13663. [2023-09-16 16:42:29] doctrine.DEBUG: SELECT DATABASE() [] []
  13664. [2023-09-16 16:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13665. [2023-09-16 16:42:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13666. [2023-09-16 16:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13667. [2023-09-16 16:42:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13668. [2023-09-16 16:42:38] doctrine.DEBUG: SELECT DATABASE() [] []
  13669. [2023-09-16 16:42:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13670. [2023-09-16 16:42:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13671. [2023-09-16 16:42:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13672. [2023-09-16 16:42:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13673. [2023-09-16 16:42:47] doctrine.DEBUG: SELECT DATABASE() [] []
  13674. [2023-09-16 16:42:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13675. [2023-09-16 16:42:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13676. [2023-09-16 16:42:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13677. [2023-09-16 16:42:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13678. [2023-09-16 16:42:55] doctrine.DEBUG: SELECT DATABASE() [] []
  13679. [2023-09-16 16:43:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13680. [2023-09-16 16:43:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13681. [2023-09-16 16:43:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13682. [2023-09-16 16:43:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13683. [2023-09-16 16:43:05] doctrine.DEBUG: SELECT DATABASE() [] []
  13684. [2023-09-16 16:43:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13685. [2023-09-16 16:43:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13686. [2023-09-16 16:43:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13687. [2023-09-16 16:43:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13688. [2023-09-16 16:43:14] doctrine.DEBUG: SELECT DATABASE() [] []
  13689. [2023-09-16 16:43:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13690. [2023-09-16 16:43:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /docker/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13691. [2023-09-16 16:43:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13692. [2023-09-16 16:43:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13693. [2023-09-16 16:43:23] doctrine.DEBUG: SELECT DATABASE() [] []
  13694. [2023-09-16 16:43:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13695. [2023-09-16 16:43:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13696. [2023-09-16 16:43:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13697. [2023-09-16 16:43:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13698. [2023-09-16 16:43:32] doctrine.DEBUG: SELECT DATABASE() [] []
  13699. [2023-09-16 16:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13700. [2023-09-16 16:43:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13701. [2023-09-16 16:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13702. [2023-09-16 16:43:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13703. [2023-09-16 16:43:42] doctrine.DEBUG: SELECT DATABASE() [] []
  13704. [2023-09-16 16:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13705. [2023-09-16 16:43:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13706. [2023-09-16 16:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13707. [2023-09-16 16:43:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13708. [2023-09-16 16:43:50] doctrine.DEBUG: SELECT DATABASE() [] []
  13709. [2023-09-16 16:44:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13710. [2023-09-16 16:44:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13711. [2023-09-16 16:44:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13712. [2023-09-16 16:44:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13713. [2023-09-16 16:44:00] doctrine.DEBUG: SELECT DATABASE() [] []
  13714. [2023-09-16 16:44:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13715. [2023-09-16 16:44:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13716. [2023-09-16 16:44:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13717. [2023-09-16 16:44:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13718. [2023-09-16 16:44:09] doctrine.DEBUG: SELECT DATABASE() [] []
  13719. [2023-09-16 16:44:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13720. [2023-09-16 16:44:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13721. [2023-09-16 16:44:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13722. [2023-09-16 16:44:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13723. [2023-09-16 16:44:18] doctrine.DEBUG: SELECT DATABASE() [] []
  13724. [2023-09-16 16:44:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13725. [2023-09-16 16:44:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13726. [2023-09-16 16:44:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13727. [2023-09-16 16:44:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13728. [2023-09-16 16:44:28] doctrine.DEBUG: SELECT DATABASE() [] []
  13729. [2023-09-16 16:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13730. [2023-09-16 16:44:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13731. [2023-09-16 16:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13732. [2023-09-16 16:44:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13733. [2023-09-16 16:44:37] doctrine.DEBUG: SELECT DATABASE() [] []
  13734. [2023-09-16 16:44:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13735. [2023-09-16 16:44:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13736. [2023-09-16 16:44:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13737. [2023-09-16 16:44:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13738. [2023-09-16 16:44:45] doctrine.DEBUG: SELECT DATABASE() [] []
  13739. [2023-09-16 16:44:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13740. [2023-09-16 16:44:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13741. [2023-09-16 16:44:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13742. [2023-09-16 16:44:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13743. [2023-09-16 16:44:55] doctrine.DEBUG: SELECT DATABASE() [] []
  13744. [2023-09-16 16:45:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13745. [2023-09-16 16:45:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13746. [2023-09-16 16:45:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13747. [2023-09-16 16:45:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13748. [2023-09-16 16:45:04] doctrine.DEBUG: SELECT DATABASE() [] []
  13749. [2023-09-16 16:45:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13750. [2023-09-16 16:45:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13751. [2023-09-16 16:45:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13752. [2023-09-16 16:45:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13753. [2023-09-16 16:45:13] doctrine.DEBUG: SELECT DATABASE() [] []
  13754. [2023-09-16 16:45:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13755. [2023-09-16 16:45:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13756. [2023-09-16 16:45:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13757. [2023-09-16 16:45:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13758. [2023-09-16 16:45:21] doctrine.DEBUG: SELECT DATABASE() [] []
  13759. [2023-09-16 16:45:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13760. [2023-09-16 16:45:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13761. [2023-09-16 16:45:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13762. [2023-09-16 16:45:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13763. [2023-09-16 16:45:31] doctrine.DEBUG: SELECT DATABASE() [] []
  13764. [2023-09-16 16:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13765. [2023-09-16 16:45:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13766. [2023-09-16 16:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13767. [2023-09-16 16:45:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13768. [2023-09-16 16:45:40] doctrine.DEBUG: SELECT DATABASE() [] []
  13769. [2023-09-16 16:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13770. [2023-09-16 16:45:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13771. [2023-09-16 16:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13772. [2023-09-16 16:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13773. [2023-09-16 16:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13774. [2023-09-16 16:45:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13775. [2023-09-16 16:45:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13776. [2023-09-16 16:45:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13777. [2023-09-16 16:45:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13778. [2023-09-16 16:45:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13779. [2023-09-16 16:46:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13780. [2023-09-16 16:46:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13781. [2023-09-16 16:46:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13782. [2023-09-16 16:46:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13783. [2023-09-16 16:46:07] doctrine.DEBUG: SELECT DATABASE() [] []
  13784. [2023-09-16 16:46:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13785. [2023-09-16 16:46:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13786. [2023-09-16 16:46:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13787. [2023-09-16 16:46:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13788. [2023-09-16 16:46:15] doctrine.DEBUG: SELECT DATABASE() [] []
  13789. [2023-09-16 16:46:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13790. [2023-09-16 16:46:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13791. [2023-09-16 16:46:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13792. [2023-09-16 16:46:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13793. [2023-09-16 16:46:25] doctrine.DEBUG: SELECT DATABASE() [] []
  13794. [2023-09-16 16:46:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13795. [2023-09-16 16:46:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13796. [2023-09-16 16:46:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13797. [2023-09-16 16:46:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13798. [2023-09-16 16:46:34] doctrine.DEBUG: SELECT DATABASE() [] []
  13799. [2023-09-16 16:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13800. [2023-09-16 16:46:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13801. [2023-09-16 16:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13802. [2023-09-16 16:46:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13803. [2023-09-16 16:46:43] doctrine.DEBUG: SELECT DATABASE() [] []
  13804. [2023-09-16 16:46:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13805. [2023-09-16 16:46:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13806. [2023-09-16 16:46:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13807. [2023-09-16 16:46:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13808. [2023-09-16 16:46:53] doctrine.DEBUG: SELECT DATABASE() [] []
  13809. [2023-09-16 16:47:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13810. [2023-09-16 16:47:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13811. [2023-09-16 16:47:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13812. [2023-09-16 16:47:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13813. [2023-09-16 16:47:01] doctrine.DEBUG: SELECT DATABASE() [] []
  13814. [2023-09-16 16:47:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13815. [2023-09-16 16:47:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13816. [2023-09-16 16:47:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13817. [2023-09-16 16:47:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13818. [2023-09-16 16:47:11] doctrine.DEBUG: SELECT DATABASE() [] []
  13819. [2023-09-16 16:47:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13820. [2023-09-16 16:47:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13821. [2023-09-16 16:47:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13822. [2023-09-16 16:47:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13823. [2023-09-16 16:47:20] doctrine.DEBUG: SELECT DATABASE() [] []
  13824. [2023-09-16 16:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13825. [2023-09-16 16:47:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13826. [2023-09-16 16:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13827. [2023-09-16 16:47:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13828. [2023-09-16 16:47:30] doctrine.DEBUG: SELECT DATABASE() [] []
  13829. [2023-09-16 22:21:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13830. [2023-09-16 22:21:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13831. [2023-09-16 22:21:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13832. [2023-09-16 22:21:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13833. [2023-09-16 22:21:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13834. [2023-09-16 22:21:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13835. [2023-09-16 22:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13836. [2023-09-16 22:21:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13837. [2023-09-16 22:21:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13838. [2023-09-16 22:21:28] doctrine.DEBUG: SELECT DATABASE() [] []
  13839. [2023-09-16 22:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13840. [2023-09-16 22:21:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13841. [2023-09-16 22:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13842. [2023-09-16 22:21:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13843. [2023-09-16 22:21:29] doctrine.DEBUG: SELECT DATABASE() [] []
  13844. [2023-09-17 08:48:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13845. [2023-09-17 08:48:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13846. [2023-09-17 08:48:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13847. [2023-09-17 08:48:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13848. [2023-09-17 08:48:58] doctrine.DEBUG: SELECT DATABASE() [] []
  13849. [2023-09-17 08:49:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13850. [2023-09-17 08:49:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  13851. [2023-09-17 08:49:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13852. [2023-09-17 08:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13853. [2023-09-17 08:49:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13854. [2023-09-17 08:49:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13855. [2023-09-17 08:49:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13856. [2023-09-17 08:49:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13857. [2023-09-17 08:49:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13858. [2023-09-17 08:49:51] doctrine.DEBUG: SELECT DATABASE() [] []
  13859. [2023-09-17 08:49:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13860. [2023-09-17 08:49:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6b286"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/d6b286","method":"GET"} []
  13861. [2023-09-17 10:10:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13862. [2023-09-17 10:10:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.well-known/security.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.well-known/security.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.well-known/security.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13863. [2023-09-17 10:10:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13864. [2023-09-17 10:10:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13865. [2023-09-17 10:10:57] doctrine.DEBUG: SELECT DATABASE() [] []
  13866. [2023-09-17 19:33:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13867. [2023-09-17 19:33:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13868. [2023-09-17 19:33:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13869. [2023-09-17 19:33:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13870. [2023-09-17 19:33:46] doctrine.DEBUG: SELECT DATABASE() [] []
  13871. [2023-09-17 20:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13872. [2023-09-17 20:47:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13873. [2023-09-17 20:47:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13874. [2023-09-17 20:47:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13875. [2023-09-17 20:47:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13876. [2023-09-17 20:47:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13877. [2023-09-17 20:47:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13878. [2023-09-17 20:47:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13879. [2023-09-17 20:47:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13880. [2023-09-17 20:47:10] doctrine.DEBUG: SELECT DATABASE() [] []
  13881. [2023-09-17 20:47:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13882. [2023-09-17 20:47:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13883. [2023-09-17 20:47:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13884. [2023-09-17 20:47:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13885. [2023-09-17 20:47:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13886. [2023-09-17 20:47:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13887. [2023-09-17 20:47:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13888. [2023-09-17 20:47:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13889. [2023-09-17 20:47:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13890. [2023-09-17 20:47:13] doctrine.DEBUG: SELECT DATABASE() [] []
  13891. [2023-09-17 20:47:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13892. [2023-09-17 20:47:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13893. [2023-09-17 20:47:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13894. [2023-09-17 20:47:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13895. [2023-09-17 20:47:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13896. [2023-09-17 20:47:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13897. [2023-09-17 20:47:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13898. [2023-09-17 20:47:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13899. [2023-09-17 20:47:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13900. [2023-09-17 20:47:25] doctrine.DEBUG: SELECT DATABASE() [] []
  13901. [2023-09-17 20:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13902. [2023-09-17 20:47:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13903. [2023-09-17 20:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13904. [2023-09-17 20:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13905. [2023-09-17 20:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13906. [2023-09-17 20:47:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13907. [2023-09-17 20:47:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13908. [2023-09-17 20:47:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13909. [2023-09-17 20:47:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13910. [2023-09-17 20:47:31] doctrine.DEBUG: SELECT DATABASE() [] []
  13911. [2023-09-17 20:47:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13912. [2023-09-17 20:47:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13913. [2023-09-17 20:47:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13914. [2023-09-17 20:47:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13915. [2023-09-17 20:47:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13916. [2023-09-17 20:47:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13917. [2023-09-17 20:47:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13918. [2023-09-17 20:47:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13919. [2023-09-17 20:47:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13920. [2023-09-17 20:47:45] doctrine.DEBUG: SELECT DATABASE() [] []
  13921. [2023-09-17 20:47:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13922. [2023-09-17 20:47:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13923. [2023-09-17 20:47:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13924. [2023-09-17 20:47:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13925. [2023-09-17 20:47:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13926. [2023-09-17 20:47:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13927. [2023-09-17 20:47:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13928. [2023-09-17 20:47:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13929. [2023-09-17 20:47:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13930. [2023-09-17 20:47:50] doctrine.DEBUG: SELECT DATABASE() [] []
  13931. [2023-09-17 20:48:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13932. [2023-09-17 20:48:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  13933. [2023-09-17 20:48:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13934. [2023-09-17 20:48:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13935. [2023-09-17 20:48:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13936. [2023-09-17 20:48:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13937. [2023-09-17 20:48:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13938. [2023-09-17 20:48:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13939. [2023-09-17 20:48:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13940. [2023-09-17 20:48:13] doctrine.DEBUG: SELECT DATABASE() [] []
  13941. [2023-09-17 20:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13942. [2023-09-17 20:48:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  13943. [2023-09-17 20:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13944. [2023-09-17 20:48:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13945. [2023-09-17 20:48:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13946. [2023-09-17 20:48:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13947. [2023-09-17 20:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13948. [2023-09-17 20:48:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13949. [2023-09-17 20:48:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13950. [2023-09-17 20:48:55] doctrine.DEBUG: SELECT DATABASE() [] []
  13951. [2023-09-17 20:53:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13952. [2023-09-17 20:53:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13953. [2023-09-17 20:53:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13954. [2023-09-17 20:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13955. [2023-09-17 20:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13956. [2023-09-17 20:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13957. [2023-09-17 20:53:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13958. [2023-09-17 20:53:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13959. [2023-09-17 20:53:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13960. [2023-09-17 20:53:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13961. [2023-09-17 20:53:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13962. [2023-09-17 20:53:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13963. [2023-09-17 20:53:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13964. [2023-09-17 20:53:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13965. [2023-09-17 20:53:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13966. [2023-09-17 20:53:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13967. [2023-09-17 20:53:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13968. [2023-09-17 20:53:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13969. [2023-09-17 20:53:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13970. [2023-09-17 20:53:53] doctrine.DEBUG: SELECT DATABASE() [] []
  13971. [2023-09-17 20:54:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13972. [2023-09-17 20:54:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13973. [2023-09-17 20:54:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13974. [2023-09-17 20:54:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13975. [2023-09-17 20:54:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13976. [2023-09-17 20:54:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13977. [2023-09-17 20:54:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13978. [2023-09-17 20:54:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13979. [2023-09-17 20:54:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13980. [2023-09-17 20:54:34] doctrine.DEBUG: SELECT DATABASE() [] []
  13981. [2023-09-17 23:43:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13982. [2023-09-17 23:43:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13983. [2023-09-17 23:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13984. [2023-09-17 23:43:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13985. [2023-09-17 23:43:43] doctrine.DEBUG: SELECT DATABASE() [] []
  13986. [2023-09-18 03:05:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13987. [2023-09-18 03:05:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  13988. [2023-09-18 03:05:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13989. [2023-09-18 03:05:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  13990. [2023-09-18 03:05:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  13991. [2023-09-18 03:05:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  13992. [2023-09-18 03:05:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  13993. [2023-09-18 03:05:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  13994. [2023-09-18 03:05:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  13995. [2023-09-18 03:05:49] doctrine.DEBUG: SELECT DATABASE() [] []
  13996. [2023-09-18 03:05:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  13997. [2023-09-18 03:05:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  13998. [2023-09-18 03:05:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  13999. [2023-09-18 03:05:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14000. [2023-09-18 03:05:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14001. [2023-09-18 03:05:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14002. [2023-09-18 03:05:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14003. [2023-09-18 03:05:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14004. [2023-09-18 03:05:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14005. [2023-09-18 03:05:52] doctrine.DEBUG: SELECT DATABASE() [] []
  14006. [2023-09-18 03:05:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14007. [2023-09-18 03:05:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14008. [2023-09-18 03:05:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14009. [2023-09-18 03:05:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14010. [2023-09-18 03:05:53] doctrine.DEBUG: SELECT DATABASE() [] []
  14011. [2023-09-18 05:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14012. [2023-09-18 05:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14013. [2023-09-18 05:48:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14014. [2023-09-18 05:48:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14015. [2023-09-18 05:48:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14016. [2023-09-18 05:48:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14017. [2023-09-18 05:48:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14018. [2023-09-18 05:48:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14019. [2023-09-18 05:48:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14020. [2023-09-18 05:48:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14021. [2023-09-18 05:48:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14022. [2023-09-18 05:48:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14023. [2023-09-18 05:48:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14024. [2023-09-18 05:48:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14025. [2023-09-18 05:48:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14026. [2023-09-18 05:48:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14027. [2023-09-18 05:48:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14028. [2023-09-18 05:48:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14029. [2023-09-18 05:48:43] doctrine.DEBUG: SELECT DATABASE() [] []
  14030. [2023-09-18 05:48:43] doctrine.DEBUG: SELECT DATABASE() [] []
  14031. [2023-09-18 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14032. [2023-09-18 18:35:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14033. [2023-09-18 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14034. [2023-09-18 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14035. [2023-09-18 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  14036. [2023-09-19 09:29:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14037. [2023-09-19 09:29:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14038. [2023-09-19 09:29:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14039. [2023-09-19 09:29:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14040. [2023-09-19 09:29:15] doctrine.DEBUG: SELECT DATABASE() [] []
  14041. [2023-09-19 22:11:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14042. [2023-09-19 22:11:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14043. [2023-09-19 22:11:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  14044. [2023-09-19 22:11:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  14045. [2023-09-19 22:11:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14046. [2023-09-19 22:11:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14047. [2023-09-19 22:11:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14048. [2023-09-19 22:11:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14049. [2023-09-19 22:11:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14050. [2023-09-19 22:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14051. [2023-09-19 22:11:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14052. [2023-09-19 22:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14053. [2023-09-19 22:11:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  14054. [2023-09-19 22:11:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  14055. [2023-09-19 22:11:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14056. [2023-09-19 22:11:26] doctrine.DEBUG: SELECT DATABASE() [] []
  14057. [2023-09-19 22:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14058. [2023-09-19 22:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14059. [2023-09-19 22:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14060. [2023-09-19 22:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14061. [2023-09-19 22:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14062. [2023-09-19 22:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14063. [2023-09-19 22:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14064. [2023-09-19 22:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14065. [2023-09-19 22:11:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14066. [2023-09-19 22:11:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14067. [2023-09-19 22:11:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14068. [2023-09-19 22:11:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14069. [2023-09-19 22:11:28] doctrine.DEBUG: SELECT DATABASE() [] []
  14070. [2023-09-19 22:11:28] doctrine.DEBUG: SELECT DATABASE() [] []
  14071. [2023-09-19 22:11:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14072. [2023-09-19 22:11:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14073. [2023-09-19 22:11:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14074. [2023-09-19 22:11:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14075. [2023-09-19 22:11:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14076. [2023-09-19 22:11:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14077. [2023-09-19 22:11:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14078. [2023-09-19 22:11:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14079. [2023-09-19 22:11:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14080. [2023-09-19 22:11:35] doctrine.DEBUG: SELECT DATABASE() [] []
  14081. [2023-09-19 22:11:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14082. [2023-09-19 22:11:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  14083. [2023-09-19 22:11:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14084. [2023-09-19 22:11:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14085. [2023-09-19 22:11:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14086. [2023-09-19 22:11:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14087. [2023-09-19 22:11:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14088. [2023-09-19 22:11:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14089. [2023-09-19 22:11:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14090. [2023-09-19 22:11:40] doctrine.DEBUG: SELECT DATABASE() [] []
  14091. [2023-09-19 22:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14092. [2023-09-19 22:12:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14093. [2023-09-19 22:12:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14094. [2023-09-19 22:12:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14095. [2023-09-19 22:12:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14096. [2023-09-19 22:12:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14097. [2023-09-19 22:12:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14098. [2023-09-19 22:12:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14099. [2023-09-19 22:12:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14100. [2023-09-19 22:12:44] doctrine.DEBUG: SELECT DATABASE() [] []
  14101. [2023-09-20 08:37:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14102. [2023-09-20 08:37:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14103. [2023-09-20 08:37:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14104. [2023-09-20 08:37:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14105. [2023-09-20 08:37:42] doctrine.DEBUG: SELECT DATABASE() [] []
  14106. [2023-09-20 08:38:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14107. [2023-09-20 08:38:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14108. [2023-09-20 08:38:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14109. [2023-09-20 08:38:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14110. [2023-09-20 08:38:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14111. [2023-09-20 08:38:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14112. [2023-09-20 08:38:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14113. [2023-09-20 08:38:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14114. [2023-09-20 08:38:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14115. [2023-09-20 08:38:23] doctrine.DEBUG: SELECT DATABASE() [] []
  14116. [2023-09-20 08:38:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14117. [2023-09-20 08:38:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb42b7"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/fb42b7","method":"GET"} []
  14118. [2023-09-20 17:45:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14119. [2023-09-20 17:45:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14120. [2023-09-20 17:45:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14121. [2023-09-20 17:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14122. [2023-09-20 17:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14123. [2023-09-20 17:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14124. [2023-09-20 17:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14125. [2023-09-20 17:45:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14126. [2023-09-20 17:45:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14127. [2023-09-20 17:45:43] doctrine.DEBUG: SELECT DATABASE() [] []
  14128. [2023-09-20 17:45:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14129. [2023-09-20 17:45:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dummy404file.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dummy404file.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dummy404file.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14130. [2023-09-20 17:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14131. [2023-09-20 17:45:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14132. [2023-09-20 17:45:53] doctrine.DEBUG: SELECT DATABASE() [] []
  14133. [2023-09-20 17:46:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14134. [2023-09-20 17:46:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/default.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/default.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14135. [2023-09-20 17:46:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14136. [2023-09-20 17:46:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14137. [2023-09-20 17:46:02] doctrine.DEBUG: SELECT DATABASE() [] []
  14138. [2023-09-20 17:46:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14139. [2023-09-20 17:46:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14140. [2023-09-20 17:46:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14141. [2023-09-20 17:46:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14142. [2023-09-20 17:46:11] doctrine.DEBUG: SELECT DATABASE() [] []
  14143. [2023-09-20 17:46:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14144. [2023-09-20 17:46:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14145. [2023-09-20 17:46:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14146. [2023-09-20 17:46:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14147. [2023-09-20 17:46:20] doctrine.DEBUG: SELECT DATABASE() [] []
  14148. [2023-09-20 17:46:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14149. [2023-09-20 17:46:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14150. [2023-09-20 17:46:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14151. [2023-09-20 17:46:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14152. [2023-09-20 17:46:28] doctrine.DEBUG: SELECT DATABASE() [] []
  14153. [2023-09-20 17:46:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14154. [2023-09-20 17:46:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14155. [2023-09-20 17:46:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14156. [2023-09-20 17:46:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14157. [2023-09-20 17:46:38] doctrine.DEBUG: SELECT DATABASE() [] []
  14158. [2023-09-20 17:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14159. [2023-09-20 17:46:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14160. [2023-09-20 17:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14161. [2023-09-20 17:46:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14162. [2023-09-20 17:46:47] doctrine.DEBUG: SELECT DATABASE() [] []
  14163. [2023-09-20 17:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14164. [2023-09-20 17:46:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14165. [2023-09-20 17:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14166. [2023-09-20 17:46:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14167. [2023-09-20 17:46:56] doctrine.DEBUG: SELECT DATABASE() [] []
  14168. [2023-09-20 17:47:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14169. [2023-09-20 17:47:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14170. [2023-09-20 17:47:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14171. [2023-09-20 17:47:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14172. [2023-09-20 17:47:05] doctrine.DEBUG: SELECT DATABASE() [] []
  14173. [2023-09-20 17:47:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14174. [2023-09-20 17:47:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14175. [2023-09-20 17:47:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14176. [2023-09-20 17:47:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14177. [2023-09-20 17:47:15] doctrine.DEBUG: SELECT DATABASE() [] []
  14178. [2023-09-20 17:47:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14179. [2023-09-20 17:47:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14180. [2023-09-20 17:47:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14181. [2023-09-20 17:47:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14182. [2023-09-20 17:47:24] doctrine.DEBUG: SELECT DATABASE() [] []
  14183. [2023-09-20 17:47:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14184. [2023-09-20 17:47:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ENV"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14185. [2023-09-20 17:47:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14186. [2023-09-20 17:47:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14187. [2023-09-20 17:47:33] doctrine.DEBUG: SELECT DATABASE() [] []
  14188. [2023-09-20 17:47:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14189. [2023-09-20 17:47:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SENDGRID.ENV"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SENDGRID.ENV\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/SENDGRID.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14190. [2023-09-20 17:47:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14191. [2023-09-20 17:47:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14192. [2023-09-20 17:47:41] doctrine.DEBUG: SELECT DATABASE() [] []
  14193. [2023-09-20 17:47:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14194. [2023-09-20 17:47:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/app.config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/app.config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/app.config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14195. [2023-09-20 17:47:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14196. [2023-09-20 17:47:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14197. [2023-09-20 17:47:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14198. [2023-09-20 17:47:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14199. [2023-09-20 17:47:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14200. [2023-09-20 17:48:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14201. [2023-09-20 17:48:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14202. [2023-09-20 17:48:00] doctrine.DEBUG: SELECT DATABASE() [] []
  14203. [2023-09-20 17:48:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14204. [2023-09-20 17:48:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14205. [2023-09-20 17:48:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14206. [2023-09-20 17:48:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14207. [2023-09-20 17:48:09] doctrine.DEBUG: SELECT DATABASE() [] []
  14208. [2023-09-20 17:48:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14209. [2023-09-20 17:48:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14210. [2023-09-20 17:48:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14211. [2023-09-20 17:48:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14212. [2023-09-20 17:48:18] doctrine.DEBUG: SELECT DATABASE() [] []
  14213. [2023-09-20 17:48:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14214. [2023-09-20 17:48:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14215. [2023-09-20 17:48:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14216. [2023-09-20 17:48:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14217. [2023-09-20 17:48:27] doctrine.DEBUG: SELECT DATABASE() [] []
  14218. [2023-09-20 17:48:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14219. [2023-09-20 17:48:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14220. [2023-09-20 17:48:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14221. [2023-09-20 17:48:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14222. [2023-09-20 17:48:36] doctrine.DEBUG: SELECT DATABASE() [] []
  14223. [2023-09-20 17:48:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14224. [2023-09-20 17:48:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /django/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /django/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14225. [2023-09-20 17:48:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14226. [2023-09-20 17:48:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14227. [2023-09-20 17:48:45] doctrine.DEBUG: SELECT DATABASE() [] []
  14228. [2023-09-20 17:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14229. [2023-09-20 17:48:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14230. [2023-09-20 17:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14231. [2023-09-20 17:48:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14232. [2023-09-20 17:48:53] doctrine.DEBUG: SELECT DATABASE() [] []
  14233. [2023-09-20 17:49:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14234. [2023-09-20 17:49:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14235. [2023-09-20 17:49:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14236. [2023-09-20 17:49:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14237. [2023-09-20 17:49:03] doctrine.DEBUG: SELECT DATABASE() [] []
  14238. [2023-09-20 17:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14239. [2023-09-20 17:49:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14240. [2023-09-20 17:49:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14241. [2023-09-20 17:49:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14242. [2023-09-20 17:49:12] doctrine.DEBUG: SELECT DATABASE() [] []
  14243. [2023-09-20 17:49:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14244. [2023-09-20 17:49:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14245. [2023-09-20 17:49:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14246. [2023-09-20 17:49:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14247. [2023-09-20 17:49:21] doctrine.DEBUG: SELECT DATABASE() [] []
  14248. [2023-09-20 17:49:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14249. [2023-09-20 17:49:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14250. [2023-09-20 17:49:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14251. [2023-09-20 17:49:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14252. [2023-09-20 17:49:30] doctrine.DEBUG: SELECT DATABASE() [] []
  14253. [2023-09-20 17:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14254. [2023-09-20 17:49:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14255. [2023-09-20 17:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14256. [2023-09-20 17:49:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14257. [2023-09-20 17:49:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14258. [2023-09-20 17:49:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14259. [2023-09-20 17:49:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redmine/config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redmine/config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14260. [2023-09-20 17:49:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14261. [2023-09-20 17:49:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14262. [2023-09-20 17:49:48] doctrine.DEBUG: SELECT DATABASE() [] []
  14263. [2023-09-20 17:49:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14264. [2023-09-20 17:49:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14265. [2023-09-20 17:49:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14266. [2023-09-20 17:49:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14267. [2023-09-20 17:49:57] doctrine.DEBUG: SELECT DATABASE() [] []
  14268. [2023-09-20 17:50:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14269. [2023-09-20 17:50:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14270. [2023-09-20 17:50:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14271. [2023-09-20 17:50:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14272. [2023-09-20 17:50:05] doctrine.DEBUG: SELECT DATABASE() [] []
  14273. [2023-09-20 17:50:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14274. [2023-09-20 17:50:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14275. [2023-09-20 17:50:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14276. [2023-09-20 17:50:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14277. [2023-09-20 17:50:15] doctrine.DEBUG: SELECT DATABASE() [] []
  14278. [2023-09-20 17:50:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14279. [2023-09-20 17:50:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14280. [2023-09-20 17:50:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14281. [2023-09-20 17:50:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14282. [2023-09-20 17:50:23] doctrine.DEBUG: SELECT DATABASE() [] []
  14283. [2023-09-20 17:50:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14284. [2023-09-20 17:50:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14285. [2023-09-20 17:50:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14286. [2023-09-20 17:50:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14287. [2023-09-20 17:50:33] doctrine.DEBUG: SELECT DATABASE() [] []
  14288. [2023-09-20 17:50:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14289. [2023-09-20 17:50:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14290. [2023-09-20 17:50:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14291. [2023-09-20 17:50:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14292. [2023-09-20 17:50:42] doctrine.DEBUG: SELECT DATABASE() [] []
  14293. [2023-09-20 17:50:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14294. [2023-09-20 17:50:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14295. [2023-09-20 17:50:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14296. [2023-09-20 17:50:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14297. [2023-09-20 17:50:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14298. [2023-09-20 17:50:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14299. [2023-09-20 17:50:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14300. [2023-09-20 17:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14301. [2023-09-20 17:51:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14302. [2023-09-20 17:51:00] doctrine.DEBUG: SELECT DATABASE() [] []
  14303. [2023-09-20 17:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14304. [2023-09-20 17:51:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14305. [2023-09-20 17:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14306. [2023-09-20 17:51:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14307. [2023-09-20 17:51:09] doctrine.DEBUG: SELECT DATABASE() [] []
  14308. [2023-09-20 17:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14309. [2023-09-20 17:51:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14310. [2023-09-20 17:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14311. [2023-09-20 17:51:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14312. [2023-09-20 17:51:18] doctrine.DEBUG: SELECT DATABASE() [] []
  14313. [2023-09-20 17:51:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14314. [2023-09-20 17:51:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14315. [2023-09-20 17:51:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14316. [2023-09-20 17:51:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14317. [2023-09-20 17:51:27] doctrine.DEBUG: SELECT DATABASE() [] []
  14318. [2023-09-20 17:51:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14319. [2023-09-20 17:51:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14320. [2023-09-20 17:51:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14321. [2023-09-20 17:51:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14322. [2023-09-20 17:51:35] doctrine.DEBUG: SELECT DATABASE() [] []
  14323. [2023-09-20 17:51:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14324. [2023-09-20 17:51:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14325. [2023-09-20 17:51:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14326. [2023-09-20 17:51:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14327. [2023-09-20 17:51:45] doctrine.DEBUG: SELECT DATABASE() [] []
  14328. [2023-09-20 17:51:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14329. [2023-09-20 17:51:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14330. [2023-09-20 17:51:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14331. [2023-09-20 17:51:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14332. [2023-09-20 17:51:54] doctrine.DEBUG: SELECT DATABASE() [] []
  14333. [2023-09-20 17:52:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14334. [2023-09-20 17:52:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14335. [2023-09-20 17:52:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14336. [2023-09-20 17:52:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14337. [2023-09-20 17:52:03] doctrine.DEBUG: SELECT DATABASE() [] []
  14338. [2023-09-20 17:52:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14339. [2023-09-20 17:52:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14340. [2023-09-20 17:52:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14341. [2023-09-20 17:52:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14342. [2023-09-20 17:52:12] doctrine.DEBUG: SELECT DATABASE() [] []
  14343. [2023-09-20 17:52:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14344. [2023-09-20 17:52:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14345. [2023-09-20 17:52:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14346. [2023-09-20 17:52:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14347. [2023-09-20 17:52:21] doctrine.DEBUG: SELECT DATABASE() [] []
  14348. [2023-09-20 17:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14349. [2023-09-20 17:52:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14350. [2023-09-20 17:52:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14351. [2023-09-20 17:52:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14352. [2023-09-20 17:52:30] doctrine.DEBUG: SELECT DATABASE() [] []
  14353. [2023-09-20 17:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14354. [2023-09-20 17:52:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14355. [2023-09-20 17:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14356. [2023-09-20 17:52:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14357. [2023-09-20 17:52:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14358. [2023-09-20 17:52:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14359. [2023-09-20 17:52:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14360. [2023-09-20 17:52:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14361. [2023-09-20 17:52:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14362. [2023-09-20 17:52:47] doctrine.DEBUG: SELECT DATABASE() [] []
  14363. [2023-09-20 17:52:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14364. [2023-09-20 17:52:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14365. [2023-09-20 17:52:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14366. [2023-09-20 17:52:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14367. [2023-09-20 17:52:57] doctrine.DEBUG: SELECT DATABASE() [] []
  14368. [2023-09-20 17:53:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14369. [2023-09-20 17:53:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14370. [2023-09-20 17:53:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14371. [2023-09-20 17:53:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14372. [2023-09-20 17:53:06] doctrine.DEBUG: SELECT DATABASE() [] []
  14373. [2023-09-20 17:53:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14374. [2023-09-20 17:53:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14375. [2023-09-20 17:53:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14376. [2023-09-20 17:53:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14377. [2023-09-20 17:53:15] doctrine.DEBUG: SELECT DATABASE() [] []
  14378. [2023-09-20 17:53:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14379. [2023-09-20 17:53:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14380. [2023-09-20 17:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14381. [2023-09-20 17:53:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14382. [2023-09-20 17:53:24] doctrine.DEBUG: SELECT DATABASE() [] []
  14383. [2023-09-20 17:53:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14384. [2023-09-20 17:53:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14385. [2023-09-20 17:53:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14386. [2023-09-20 17:53:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14387. [2023-09-20 17:53:33] doctrine.DEBUG: SELECT DATABASE() [] []
  14388. [2023-09-20 17:53:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14389. [2023-09-20 17:53:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14390. [2023-09-20 17:53:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14391. [2023-09-20 17:53:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14392. [2023-09-20 17:53:41] doctrine.DEBUG: SELECT DATABASE() [] []
  14393. [2023-09-20 17:53:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14394. [2023-09-20 17:53:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14395. [2023-09-20 17:53:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14396. [2023-09-20 17:53:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14397. [2023-09-20 17:53:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14398. [2023-09-20 17:53:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14399. [2023-09-20 17:53:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14400. [2023-09-20 17:53:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14401. [2023-09-20 17:53:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14402. [2023-09-20 17:53:59] doctrine.DEBUG: SELECT DATABASE() [] []
  14403. [2023-09-20 17:54:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14404. [2023-09-20 17:54:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14405. [2023-09-20 17:54:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14406. [2023-09-20 17:54:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14407. [2023-09-20 17:54:09] doctrine.DEBUG: SELECT DATABASE() [] []
  14408. [2023-09-20 17:54:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14409. [2023-09-20 17:54:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14410. [2023-09-20 17:54:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14411. [2023-09-20 17:54:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14412. [2023-09-20 17:54:18] doctrine.DEBUG: SELECT DATABASE() [] []
  14413. [2023-09-20 17:54:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14414. [2023-09-20 17:54:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14415. [2023-09-20 17:54:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14416. [2023-09-20 17:54:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14417. [2023-09-20 17:54:27] doctrine.DEBUG: SELECT DATABASE() [] []
  14418. [2023-09-20 17:54:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14419. [2023-09-20 17:54:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14420. [2023-09-20 17:54:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14421. [2023-09-20 17:54:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14422. [2023-09-20 17:54:36] doctrine.DEBUG: SELECT DATABASE() [] []
  14423. [2023-09-20 17:54:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14424. [2023-09-20 17:54:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14425. [2023-09-20 17:54:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14426. [2023-09-20 17:54:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14427. [2023-09-20 17:54:45] doctrine.DEBUG: SELECT DATABASE() [] []
  14428. [2023-09-20 17:54:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14429. [2023-09-20 17:54:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14430. [2023-09-20 17:54:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14431. [2023-09-20 17:54:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14432. [2023-09-20 17:54:53] doctrine.DEBUG: SELECT DATABASE() [] []
  14433. [2023-09-20 17:55:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14434. [2023-09-20 17:55:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14435. [2023-09-20 17:55:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14436. [2023-09-20 17:55:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14437. [2023-09-20 17:55:03] doctrine.DEBUG: SELECT DATABASE() [] []
  14438. [2023-09-20 17:55:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14439. [2023-09-20 17:55:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14440. [2023-09-20 17:55:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14441. [2023-09-20 17:55:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14442. [2023-09-20 17:55:12] doctrine.DEBUG: SELECT DATABASE() [] []
  14443. [2023-09-20 17:55:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14444. [2023-09-20 17:55:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14445. [2023-09-20 17:55:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14446. [2023-09-20 17:55:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14447. [2023-09-20 17:55:21] doctrine.DEBUG: SELECT DATABASE() [] []
  14448. [2023-09-20 17:55:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14449. [2023-09-20 17:55:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14450. [2023-09-20 17:55:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14451. [2023-09-20 17:55:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14452. [2023-09-20 17:55:30] doctrine.DEBUG: SELECT DATABASE() [] []
  14453. [2023-09-20 17:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14454. [2023-09-20 17:55:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14455. [2023-09-20 17:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14456. [2023-09-20 17:55:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14457. [2023-09-20 17:55:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14458. [2023-09-20 17:55:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14459. [2023-09-20 17:55:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14460. [2023-09-20 17:55:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14461. [2023-09-20 17:55:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14462. [2023-09-20 17:55:48] doctrine.DEBUG: SELECT DATABASE() [] []
  14463. [2023-09-20 17:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14464. [2023-09-20 17:55:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14465. [2023-09-20 17:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14466. [2023-09-20 17:55:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14467. [2023-09-20 17:55:57] doctrine.DEBUG: SELECT DATABASE() [] []
  14468. [2023-09-20 17:56:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14469. [2023-09-20 17:56:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14470. [2023-09-20 17:56:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14471. [2023-09-20 17:56:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14472. [2023-09-20 17:56:06] doctrine.DEBUG: SELECT DATABASE() [] []
  14473. [2023-09-20 17:56:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14474. [2023-09-20 17:56:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14475. [2023-09-20 17:56:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14476. [2023-09-20 17:56:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14477. [2023-09-20 17:56:15] doctrine.DEBUG: SELECT DATABASE() [] []
  14478. [2023-09-20 17:56:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14479. [2023-09-20 17:56:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14480. [2023-09-20 17:56:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14481. [2023-09-20 17:56:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14482. [2023-09-20 17:56:24] doctrine.DEBUG: SELECT DATABASE() [] []
  14483. [2023-09-20 17:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14484. [2023-09-20 17:56:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14485. [2023-09-20 17:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14486. [2023-09-20 17:56:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14487. [2023-09-20 17:56:33] doctrine.DEBUG: SELECT DATABASE() [] []
  14488. [2023-09-20 17:56:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14489. [2023-09-20 17:56:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14490. [2023-09-20 17:56:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14491. [2023-09-20 17:56:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14492. [2023-09-20 17:56:42] doctrine.DEBUG: SELECT DATABASE() [] []
  14493. [2023-09-20 17:56:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14494. [2023-09-20 17:56:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.production"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.production\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14495. [2023-09-20 17:56:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14496. [2023-09-20 17:56:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14497. [2023-09-20 17:56:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14498. [2023-09-20 17:56:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14499. [2023-09-20 17:56:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.example"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.example\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14500. [2023-09-20 17:56:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14501. [2023-09-20 17:56:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14502. [2023-09-20 17:56:59] doctrine.DEBUG: SELECT DATABASE() [] []
  14503. [2023-09-20 17:57:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14504. [2023-09-20 17:57:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.local"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14505. [2023-09-20 17:57:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14506. [2023-09-20 17:57:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14507. [2023-09-20 17:57:09] doctrine.DEBUG: SELECT DATABASE() [] []
  14508. [2023-09-20 17:57:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14509. [2023-09-20 17:57:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14510. [2023-09-20 17:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14511. [2023-09-20 17:57:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14512. [2023-09-20 17:57:18] doctrine.DEBUG: SELECT DATABASE() [] []
  14513. [2023-09-20 17:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14514. [2023-09-20 17:57:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14515. [2023-09-20 17:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14516. [2023-09-20 17:57:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14517. [2023-09-20 17:57:27] doctrine.DEBUG: SELECT DATABASE() [] []
  14518. [2023-09-20 17:57:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14519. [2023-09-20 17:57:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14520. [2023-09-20 17:57:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14521. [2023-09-20 17:57:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14522. [2023-09-20 17:57:35] doctrine.DEBUG: SELECT DATABASE() [] []
  14523. [2023-09-20 17:57:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14524. [2023-09-20 17:57:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14525. [2023-09-20 17:57:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14526. [2023-09-20 17:57:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14527. [2023-09-20 17:57:45] doctrine.DEBUG: SELECT DATABASE() [] []
  14528. [2023-09-20 17:57:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14529. [2023-09-20 17:57:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14530. [2023-09-20 17:57:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14531. [2023-09-20 17:57:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14532. [2023-09-20 17:57:54] doctrine.DEBUG: SELECT DATABASE() [] []
  14533. [2023-09-20 17:58:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14534. [2023-09-20 17:58:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14535. [2023-09-20 17:58:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14536. [2023-09-20 17:58:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14537. [2023-09-20 17:58:03] doctrine.DEBUG: SELECT DATABASE() [] []
  14538. [2023-09-20 17:58:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14539. [2023-09-20 17:58:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14540. [2023-09-20 17:58:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14541. [2023-09-20 17:58:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14542. [2023-09-20 17:58:12] doctrine.DEBUG: SELECT DATABASE() [] []
  14543. [2023-09-20 17:58:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14544. [2023-09-20 17:58:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14545. [2023-09-20 17:58:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14546. [2023-09-20 17:58:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14547. [2023-09-20 17:58:21] doctrine.DEBUG: SELECT DATABASE() [] []
  14548. [2023-09-20 17:58:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14549. [2023-09-20 17:58:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14550. [2023-09-20 17:58:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14551. [2023-09-20 17:58:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14552. [2023-09-20 17:58:30] doctrine.DEBUG: SELECT DATABASE() [] []
  14553. [2023-09-20 17:58:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14554. [2023-09-20 17:58:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14555. [2023-09-20 17:58:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14556. [2023-09-20 17:58:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14557. [2023-09-20 17:58:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14558. [2023-09-20 17:58:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14559. [2023-09-20 17:58:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14560. [2023-09-20 17:58:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14561. [2023-09-20 17:58:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14562. [2023-09-20 17:58:48] doctrine.DEBUG: SELECT DATABASE() [] []
  14563. [2023-09-20 17:58:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14564. [2023-09-20 17:58:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14565. [2023-09-20 17:58:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14566. [2023-09-20 17:58:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14567. [2023-09-20 17:58:57] doctrine.DEBUG: SELECT DATABASE() [] []
  14568. [2023-09-20 17:59:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14569. [2023-09-20 17:59:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14570. [2023-09-20 17:59:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14571. [2023-09-20 17:59:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14572. [2023-09-20 17:59:06] doctrine.DEBUG: SELECT DATABASE() [] []
  14573. [2023-09-20 17:59:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14574. [2023-09-20 17:59:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14575. [2023-09-20 17:59:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14576. [2023-09-20 17:59:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14577. [2023-09-20 17:59:15] doctrine.DEBUG: SELECT DATABASE() [] []
  14578. [2023-09-20 17:59:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14579. [2023-09-20 17:59:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14580. [2023-09-20 17:59:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14581. [2023-09-20 17:59:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14582. [2023-09-20 17:59:24] doctrine.DEBUG: SELECT DATABASE() [] []
  14583. [2023-09-20 17:59:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14584. [2023-09-20 17:59:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14585. [2023-09-20 17:59:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14586. [2023-09-20 17:59:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14587. [2023-09-20 17:59:33] doctrine.DEBUG: SELECT DATABASE() [] []
  14588. [2023-09-20 17:59:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14589. [2023-09-20 17:59:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14590. [2023-09-20 17:59:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14591. [2023-09-20 17:59:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14592. [2023-09-20 17:59:42] doctrine.DEBUG: SELECT DATABASE() [] []
  14593. [2023-09-20 17:59:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14594. [2023-09-20 17:59:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /docker/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14595. [2023-09-20 17:59:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14596. [2023-09-20 17:59:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14597. [2023-09-20 17:59:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14598. [2023-09-20 18:00:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14599. [2023-09-20 18:00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14600. [2023-09-20 18:00:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14601. [2023-09-20 18:00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14602. [2023-09-20 18:00:00] doctrine.DEBUG: SELECT DATABASE() [] []
  14603. [2023-09-20 18:00:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14604. [2023-09-20 18:00:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14605. [2023-09-20 18:00:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14606. [2023-09-20 18:00:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14607. [2023-09-20 18:00:09] doctrine.DEBUG: SELECT DATABASE() [] []
  14608. [2023-09-20 18:00:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14609. [2023-09-20 18:00:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14610. [2023-09-20 18:00:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14611. [2023-09-20 18:00:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14612. [2023-09-20 18:00:19] doctrine.DEBUG: SELECT DATABASE() [] []
  14613. [2023-09-20 18:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14614. [2023-09-20 18:00:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14615. [2023-09-20 18:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14616. [2023-09-20 18:00:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14617. [2023-09-20 18:00:28] doctrine.DEBUG: SELECT DATABASE() [] []
  14618. [2023-09-20 18:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14619. [2023-09-20 18:00:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14620. [2023-09-20 18:00:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14621. [2023-09-20 18:00:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14622. [2023-09-20 18:00:37] doctrine.DEBUG: SELECT DATABASE() [] []
  14623. [2023-09-20 18:00:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14624. [2023-09-20 18:00:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14625. [2023-09-20 18:00:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14626. [2023-09-20 18:00:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14627. [2023-09-20 18:00:46] doctrine.DEBUG: SELECT DATABASE() [] []
  14628. [2023-09-20 18:00:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14629. [2023-09-20 18:00:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14630. [2023-09-20 18:00:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14631. [2023-09-20 18:00:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14632. [2023-09-20 18:00:55] doctrine.DEBUG: SELECT DATABASE() [] []
  14633. [2023-09-20 18:01:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14634. [2023-09-20 18:01:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14635. [2023-09-20 18:01:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14636. [2023-09-20 18:01:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14637. [2023-09-20 18:01:04] doctrine.DEBUG: SELECT DATABASE() [] []
  14638. [2023-09-20 18:01:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14639. [2023-09-20 18:01:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14640. [2023-09-20 18:01:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14641. [2023-09-20 18:01:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14642. [2023-09-20 18:01:13] doctrine.DEBUG: SELECT DATABASE() [] []
  14643. [2023-09-20 18:01:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14644. [2023-09-20 18:01:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14645. [2023-09-20 18:01:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14646. [2023-09-20 18:01:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14647. [2023-09-20 18:01:22] doctrine.DEBUG: SELECT DATABASE() [] []
  14648. [2023-09-20 18:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14649. [2023-09-20 18:01:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14650. [2023-09-20 18:01:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14651. [2023-09-20 18:01:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14652. [2023-09-20 18:01:31] doctrine.DEBUG: SELECT DATABASE() [] []
  14653. [2023-09-20 18:01:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14654. [2023-09-20 18:01:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14655. [2023-09-20 18:01:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14656. [2023-09-20 18:01:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14657. [2023-09-20 18:01:40] doctrine.DEBUG: SELECT DATABASE() [] []
  14658. [2023-09-20 18:01:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14659. [2023-09-20 18:01:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14660. [2023-09-20 18:01:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14661. [2023-09-20 18:01:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14662. [2023-09-20 18:01:49] doctrine.DEBUG: SELECT DATABASE() [] []
  14663. [2023-09-20 18:01:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14664. [2023-09-20 18:01:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14665. [2023-09-20 18:01:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14666. [2023-09-20 18:01:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14667. [2023-09-20 18:01:58] doctrine.DEBUG: SELECT DATABASE() [] []
  14668. [2023-09-20 18:02:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14669. [2023-09-20 18:02:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14670. [2023-09-20 18:02:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14671. [2023-09-20 18:02:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14672. [2023-09-20 18:02:07] doctrine.DEBUG: SELECT DATABASE() [] []
  14673. [2023-09-20 18:02:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14674. [2023-09-20 18:02:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14675. [2023-09-20 18:02:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14676. [2023-09-20 18:02:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14677. [2023-09-20 18:02:15] doctrine.DEBUG: SELECT DATABASE() [] []
  14678. [2023-09-20 18:02:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14679. [2023-09-20 18:02:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14680. [2023-09-20 18:02:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14681. [2023-09-20 18:02:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14682. [2023-09-20 18:02:25] doctrine.DEBUG: SELECT DATABASE() [] []
  14683. [2023-09-20 18:02:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14684. [2023-09-20 18:02:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14685. [2023-09-20 18:02:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14686. [2023-09-20 18:02:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14687. [2023-09-20 18:02:33] doctrine.DEBUG: SELECT DATABASE() [] []
  14688. [2023-09-20 18:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14689. [2023-09-20 18:02:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14690. [2023-09-20 18:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14691. [2023-09-20 18:02:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14692. [2023-09-20 18:02:43] doctrine.DEBUG: SELECT DATABASE() [] []
  14693. [2023-09-20 18:02:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14694. [2023-09-20 18:02:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14695. [2023-09-20 18:02:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14696. [2023-09-20 18:02:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14697. [2023-09-20 18:02:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14698. [2023-09-20 18:03:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14699. [2023-09-20 18:03:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14700. [2023-09-20 18:03:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14701. [2023-09-20 18:03:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14702. [2023-09-20 18:03:01] doctrine.DEBUG: SELECT DATABASE() [] []
  14703. [2023-09-20 18:03:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14704. [2023-09-20 18:03:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14705. [2023-09-20 18:03:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14706. [2023-09-20 18:03:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14707. [2023-09-20 18:03:10] doctrine.DEBUG: SELECT DATABASE() [] []
  14708. [2023-09-20 18:03:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14709. [2023-09-20 18:03:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14710. [2023-09-20 18:03:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14711. [2023-09-20 18:03:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14712. [2023-09-20 18:03:19] doctrine.DEBUG: SELECT DATABASE() [] []
  14713. [2023-09-20 18:03:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14714. [2023-09-20 18:03:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14715. [2023-09-20 18:03:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14716. [2023-09-20 18:03:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14717. [2023-09-20 18:03:28] doctrine.DEBUG: SELECT DATABASE() [] []
  14718. [2023-09-20 18:03:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14719. [2023-09-20 18:03:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14720. [2023-09-20 18:03:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14721. [2023-09-20 18:03:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14722. [2023-09-20 18:03:37] doctrine.DEBUG: SELECT DATABASE() [] []
  14723. [2023-09-20 18:03:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14724. [2023-09-20 18:03:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14725. [2023-09-20 18:03:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14726. [2023-09-20 18:03:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14727. [2023-09-20 18:03:45] doctrine.DEBUG: SELECT DATABASE() [] []
  14728. [2023-09-20 18:03:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14729. [2023-09-20 18:03:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14730. [2023-09-20 18:03:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14731. [2023-09-20 18:03:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14732. [2023-09-20 18:03:55] doctrine.DEBUG: SELECT DATABASE() [] []
  14733. [2023-09-23 09:53:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14734. [2023-09-23 09:53:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14735. [2023-09-23 09:53:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14736. [2023-09-23 09:53:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14737. [2023-09-23 09:54:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14738. [2023-09-23 09:54:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14739. [2023-09-23 09:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14740. [2023-09-23 09:54:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14741. [2023-09-23 09:54:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14742. [2023-09-23 09:54:00] doctrine.DEBUG: SELECT DATABASE() [] []
  14743. [2023-09-23 09:54:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14744. [2023-09-23 09:54:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14745. [2023-09-23 09:54:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14746. [2023-09-23 09:54:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14747. [2023-09-23 09:54:03] doctrine.DEBUG: SELECT DATABASE() [] []
  14748. [2023-09-23 17:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14749. [2023-09-23 17:41:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14750. [2023-09-23 17:41:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14751. [2023-09-23 17:41:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14752. [2023-09-23 17:41:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14753. [2023-09-23 17:41:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14754. [2023-09-23 17:41:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14755. [2023-09-23 17:41:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14756. [2023-09-23 17:41:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14757. [2023-09-23 17:41:37] doctrine.DEBUG: SELECT DATABASE() [] []
  14758. [2023-09-23 17:41:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14759. [2023-09-23 17:41:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14760. [2023-09-23 17:41:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14761. [2023-09-23 17:41:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14762. [2023-09-23 17:41:41] doctrine.DEBUG: SELECT DATABASE() [] []
  14763. [2023-09-24 22:06:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14764. [2023-09-24 22:06:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14765. [2023-09-24 22:06:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14766. [2023-09-24 22:06:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14767. [2023-09-24 22:06:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14768. [2023-09-24 22:06:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14769. [2023-09-24 22:06:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14770. [2023-09-24 22:06:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14771. [2023-09-24 22:06:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14772. [2023-09-24 22:06:08] doctrine.DEBUG: SELECT DATABASE() [] []
  14773. [2023-09-24 22:06:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14774. [2023-09-24 22:06:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14775. [2023-09-24 22:06:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14776. [2023-09-24 22:06:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14777. [2023-09-24 22:06:10] doctrine.DEBUG: SELECT DATABASE() [] []
  14778. [2023-09-24 23:33:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14779. [2023-09-24 23:33:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14780. [2023-09-24 23:33:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14781. [2023-09-24 23:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14782. [2023-09-24 23:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14783. [2023-09-24 23:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14784. [2023-09-24 23:33:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14785. [2023-09-24 23:33:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14786. [2023-09-24 23:33:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14787. [2023-09-24 23:33:40] doctrine.DEBUG: SELECT DATABASE() [] []
  14788. [2023-09-24 23:33:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14789. [2023-09-24 23:33:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14790. [2023-09-24 23:33:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14791. [2023-09-24 23:33:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14792. [2023-09-24 23:33:42] doctrine.DEBUG: SELECT DATABASE() [] []
  14793. [2023-09-26 18:09:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14794. [2023-09-26 18:09:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14795. [2023-09-26 18:09:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14796. [2023-09-26 18:09:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14797. [2023-09-26 18:09:57] doctrine.DEBUG: SELECT DATABASE() [] []
  14798. [2023-09-27 18:25:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14799. [2023-09-27 18:25:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14800. [2023-09-27 18:25:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14801. [2023-09-27 18:25:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14802. [2023-09-27 18:25:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14803. [2023-09-28 14:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14804. [2023-09-28 14:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14805. [2023-09-28 14:53:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14806. [2023-09-28 14:53:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14807. [2023-09-28 14:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14808. [2023-09-28 14:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14809. [2023-09-28 14:53:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14810. [2023-09-28 14:53:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14811. [2023-09-28 14:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14812. [2023-09-28 14:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14813. [2023-09-28 14:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14814. [2023-09-28 14:53:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14815. [2023-09-28 14:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14816. [2023-09-28 14:53:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14817. [2023-09-28 14:53:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14818. [2023-09-28 14:53:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14819. [2023-09-28 14:53:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14820. [2023-09-28 14:53:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14821. [2023-09-28 14:53:47] doctrine.DEBUG: SELECT DATABASE() [] []
  14822. [2023-09-28 14:53:47] doctrine.DEBUG: SELECT DATABASE() [] []
  14823. [2023-09-28 15:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14824. [2023-09-28 15:41:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14825. [2023-09-28 15:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14826. [2023-09-28 15:41:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14827. [2023-09-28 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14828. [2023-09-28 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14829. [2023-09-28 15:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14830. [2023-09-28 15:41:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14831. [2023-09-28 15:41:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14832. [2023-09-28 15:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  14833. [2023-09-28 15:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14834. [2023-09-28 15:41:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14835. [2023-09-28 15:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14836. [2023-09-28 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14837. [2023-09-28 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14838. [2023-09-28 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14839. [2023-09-28 15:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14840. [2023-09-28 15:41:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14841. [2023-09-28 15:41:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14842. [2023-09-28 15:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  14843. [2023-09-29 09:31:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14844. [2023-09-29 09:31:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14845. [2023-09-29 09:31:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14846. [2023-09-29 09:31:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14847. [2023-09-29 09:31:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14848. [2023-09-29 09:31:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14849. [2023-09-29 09:31:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14850. [2023-09-29 09:31:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14851. [2023-09-29 09:31:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14852. [2023-09-29 09:31:48] doctrine.DEBUG: SELECT DATABASE() [] []
  14853. [2023-09-29 09:31:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14854. [2023-09-29 09:31:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14855. [2023-09-29 09:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14856. [2023-09-29 09:31:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14857. [2023-09-29 09:31:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14858. [2023-09-29 09:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14859. [2023-09-29 09:31:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14860. [2023-09-29 09:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14861. [2023-09-29 09:31:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14862. [2023-09-29 09:31:51] doctrine.DEBUG: SELECT DATABASE() [] []
  14863. [2023-09-29 09:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14864. [2023-09-29 09:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14865. [2023-09-29 09:31:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14866. [2023-09-29 09:31:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14867. [2023-09-29 09:31:53] doctrine.DEBUG: SELECT DATABASE() [] []
  14868. [2023-09-30 03:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14869. [2023-09-30 03:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14870. [2023-09-30 03:51:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  14871. [2023-09-30 03:51:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  14872. [2023-09-30 03:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14873. [2023-09-30 03:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14874. [2023-09-30 03:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14875. [2023-09-30 03:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14876. [2023-09-30 03:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14877. [2023-09-30 03:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14878. [2023-09-30 03:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14879. [2023-09-30 03:51:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14880. [2023-09-30 03:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14881. [2023-09-30 03:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14882. [2023-09-30 03:51:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14883. [2023-09-30 03:51:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14884. [2023-09-30 03:51:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14885. [2023-09-30 03:51:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14886. [2023-09-30 03:51:12] doctrine.DEBUG: SELECT DATABASE() [] []
  14887. [2023-09-30 03:51:12] doctrine.DEBUG: SELECT DATABASE() [] []
  14888. [2023-09-30 03:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14889. [2023-09-30 03:51:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14890. [2023-09-30 03:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14891. [2023-09-30 03:51:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14892. [2023-09-30 03:51:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14893. [2023-09-30 03:51:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14894. [2023-09-30 03:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14895. [2023-09-30 03:51:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14896. [2023-09-30 03:51:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14897. [2023-09-30 03:51:13] doctrine.DEBUG: SELECT DATABASE() [] []
  14898. [2023-09-30 03:54:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14899. [2023-09-30 03:54:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14900. [2023-09-30 03:54:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14901. [2023-09-30 03:54:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14902. [2023-09-30 03:54:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14903. [2023-09-30 03:54:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14904. [2023-09-30 03:54:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14905. [2023-09-30 03:54:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14906. [2023-09-30 03:54:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14907. [2023-09-30 03:54:28] doctrine.DEBUG: SELECT DATABASE() [] []
  14908. [2023-09-30 03:54:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14909. [2023-09-30 03:54:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14910. [2023-09-30 03:54:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14911. [2023-09-30 03:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14912. [2023-09-30 03:54:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14913. [2023-09-30 03:54:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14914. [2023-09-30 03:54:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14915. [2023-09-30 03:54:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14916. [2023-09-30 03:54:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14917. [2023-09-30 03:54:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14918. [2023-09-30 03:54:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14919. [2023-09-30 03:54:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14920. [2023-09-30 03:54:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14921. [2023-09-30 03:54:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14922. [2023-09-30 03:54:40] doctrine.DEBUG: SELECT DATABASE() [] []
  14923. [2023-09-30 03:54:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14924. [2023-09-30 03:54:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14925. [2023-09-30 03:54:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14926. [2023-09-30 03:54:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14927. [2023-09-30 03:54:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14928. [2023-09-30 03:54:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14929. [2023-09-30 03:54:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14930. [2023-09-30 03:54:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14931. [2023-09-30 03:54:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14932. [2023-09-30 03:54:42] doctrine.DEBUG: SELECT DATABASE() [] []
  14933. [2023-09-30 03:54:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14934. [2023-09-30 03:54:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14935. [2023-09-30 03:54:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14936. [2023-09-30 03:54:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14937. [2023-09-30 03:54:43] doctrine.DEBUG: SELECT DATABASE() [] []
  14938. [2023-10-02 05:45:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14939. [2023-10-02 05:45:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14940. [2023-10-02 05:45:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14941. [2023-10-02 05:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14942. [2023-10-02 05:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14943. [2023-10-02 05:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14944. [2023-10-02 05:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14945. [2023-10-02 05:45:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14946. [2023-10-02 05:45:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14947. [2023-10-02 05:45:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14948. [2023-10-02 05:45:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14949. [2023-10-02 05:45:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14950. [2023-10-02 05:45:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14951. [2023-10-02 05:45:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14952. [2023-10-02 05:45:42] doctrine.DEBUG: SELECT DATABASE() [] []
  14953. [2023-10-02 06:27:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14954. [2023-10-02 06:27:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14955. [2023-10-02 06:27:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14956. [2023-10-02 06:27:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14957. [2023-10-02 06:27:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14958. [2023-10-02 06:27:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14959. [2023-10-02 06:27:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14960. [2023-10-02 06:27:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14961. [2023-10-02 06:27:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14962. [2023-10-02 06:27:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14963. [2023-10-02 06:27:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14964. [2023-10-02 06:27:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14965. [2023-10-02 06:27:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14966. [2023-10-02 06:27:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14967. [2023-10-02 06:27:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14968. [2023-10-02 06:27:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14969. [2023-10-02 06:27:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14970. [2023-10-02 06:27:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14971. [2023-10-02 06:27:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14972. [2023-10-02 06:27:39] doctrine.DEBUG: SELECT DATABASE() [] []
  14973. [2023-10-02 07:33:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14974. [2023-10-02 07:33:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  14975. [2023-10-02 07:33:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14976. [2023-10-02 07:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14977. [2023-10-02 07:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14978. [2023-10-02 07:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14979. [2023-10-02 07:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14980. [2023-10-02 07:33:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14981. [2023-10-02 07:33:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14982. [2023-10-02 07:33:58] doctrine.DEBUG: SELECT DATABASE() [] []
  14983. [2023-10-02 07:33:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14984. [2023-10-02 07:33:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  14985. [2023-10-02 07:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14986. [2023-10-02 07:34:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14987. [2023-10-02 07:34:00] doctrine.DEBUG: SELECT DATABASE() [] []
  14988. [2023-10-02 15:14:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14989. [2023-10-02 15:14:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  14990. [2023-10-02 15:14:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  14991. [2023-10-02 15:14:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  14992. [2023-10-02 15:14:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  14993. [2023-10-02 15:14:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  14994. [2023-10-02 15:14:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  14995. [2023-10-02 15:14:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  14996. [2023-10-02 15:14:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  14997. [2023-10-02 15:14:34] doctrine.DEBUG: SELECT DATABASE() [] []
  14998. [2023-10-02 15:15:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  14999. [2023-10-02 15:15:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15000. [2023-10-02 15:15:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15001. [2023-10-02 15:15:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15002. [2023-10-02 15:15:37] doctrine.DEBUG: SELECT DATABASE() [] []
  15003. [2023-10-02 15:15:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15004. [2023-10-02 15:15:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15005. [2023-10-02 15:15:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15006. [2023-10-02 15:15:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15007. [2023-10-02 15:15:47] doctrine.DEBUG: SELECT DATABASE() [] []
  15008. [2023-10-02 17:12:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15009. [2023-10-02 17:12:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15010. [2023-10-02 17:12:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15011. [2023-10-02 17:12:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15012. [2023-10-02 17:12:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15013. [2023-10-02 17:12:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15014. [2023-10-02 17:12:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15015. [2023-10-02 17:12:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15016. [2023-10-02 17:12:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15017. [2023-10-02 17:12:13] doctrine.DEBUG: SELECT DATABASE() [] []
  15018. [2023-10-02 17:13:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15019. [2023-10-02 17:13:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15020. [2023-10-02 17:13:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15021. [2023-10-02 17:13:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15022. [2023-10-02 17:13:03] doctrine.DEBUG: SELECT DATABASE() [] []
  15023. [2023-10-02 17:13:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15024. [2023-10-02 17:13:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15025. [2023-10-02 17:13:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15026. [2023-10-02 17:13:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15027. [2023-10-02 17:13:10] doctrine.DEBUG: SELECT DATABASE() [] []
  15028. [2023-10-02 20:48:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15029. [2023-10-02 20:48:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15030. [2023-10-02 20:48:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15031. [2023-10-02 20:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15032. [2023-10-02 20:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15033. [2023-10-02 20:48:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15034. [2023-10-02 20:48:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15035. [2023-10-02 20:48:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15036. [2023-10-02 20:48:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15037. [2023-10-02 20:48:45] doctrine.DEBUG: SELECT DATABASE() [] []
  15038. [2023-10-02 20:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15039. [2023-10-02 20:49:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15040. [2023-10-02 20:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15041. [2023-10-02 20:49:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15042. [2023-10-02 20:49:43] doctrine.DEBUG: SELECT DATABASE() [] []
  15043. [2023-10-02 20:49:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15044. [2023-10-02 20:49:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sitemap.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sitemap.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15045. [2023-10-02 20:49:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15046. [2023-10-02 20:49:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15047. [2023-10-02 20:49:48] doctrine.DEBUG: SELECT DATABASE() [] []
  15048. [2023-10-03 23:14:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15049. [2023-10-03 23:14:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15050. [2023-10-03 23:14:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15051. [2023-10-03 23:14:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15052. [2023-10-03 23:14:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15053. [2023-10-03 23:14:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15054. [2023-10-03 23:14:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15055. [2023-10-03 23:14:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15056. [2023-10-03 23:14:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15057. [2023-10-03 23:14:17] doctrine.DEBUG: SELECT DATABASE() [] []
  15058. [2023-10-03 23:14:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15059. [2023-10-03 23:14:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15060. [2023-10-03 23:14:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15061. [2023-10-03 23:14:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15062. [2023-10-03 23:14:19] doctrine.DEBUG: SELECT DATABASE() [] []
  15063. [2023-10-04 02:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15064. [2023-10-04 02:19:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15065. [2023-10-04 02:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15066. [2023-10-04 02:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15067. [2023-10-04 02:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15068. [2023-10-04 02:19:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15069. [2023-10-04 02:19:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15070. [2023-10-04 02:19:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15071. [2023-10-04 02:19:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15072. [2023-10-04 02:19:18] doctrine.DEBUG: SELECT DATABASE() [] []
  15073. [2023-10-04 02:19:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15074. [2023-10-04 02:19:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15075. [2023-10-04 02:19:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15076. [2023-10-04 02:19:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15077. [2023-10-04 02:19:19] doctrine.DEBUG: SELECT DATABASE() [] []
  15078. [2023-10-05 18:27:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15079. [2023-10-05 18:27:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15080. [2023-10-05 18:27:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15081. [2023-10-05 18:27:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15082. [2023-10-05 18:27:37] doctrine.DEBUG: SELECT DATABASE() [] []
  15083. [2023-10-05 19:35:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15084. [2023-10-05 19:35:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15085. [2023-10-05 19:35:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15086. [2023-10-05 19:35:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15087. [2023-10-05 19:35:26] doctrine.DEBUG: SELECT DATABASE() [] []
  15088. [2023-10-06 02:45:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15089. [2023-10-06 02:45:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15090. [2023-10-06 02:45:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15091. [2023-10-06 02:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15092. [2023-10-06 02:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15093. [2023-10-06 02:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15094. [2023-10-06 02:45:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15095. [2023-10-06 02:45:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15096. [2023-10-06 02:45:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15097. [2023-10-06 02:45:38] doctrine.DEBUG: SELECT DATABASE() [] []
  15098. [2023-10-06 02:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15099. [2023-10-06 02:45:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15100. [2023-10-06 02:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15101. [2023-10-06 02:45:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15102. [2023-10-06 02:45:39] doctrine.DEBUG: SELECT DATABASE() [] []
  15103. [2023-10-06 04:03:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15104. [2023-10-06 04:03:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15105. [2023-10-06 04:03:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15106. [2023-10-06 04:03:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15107. [2023-10-06 04:03:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15108. [2023-10-06 04:03:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15109. [2023-10-06 04:03:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15110. [2023-10-06 04:03:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15111. [2023-10-06 04:03:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15112. [2023-10-06 04:03:51] doctrine.DEBUG: SELECT DATABASE() [] []
  15113. [2023-10-06 04:03:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15114. [2023-10-06 04:03:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15115. [2023-10-06 04:03:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15116. [2023-10-06 04:03:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15117. [2023-10-06 04:03:52] doctrine.DEBUG: SELECT DATABASE() [] []
  15118. [2023-10-06 23:37:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15119. [2023-10-06 23:37:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15120. [2023-10-06 23:37:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15121. [2023-10-06 23:37:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15122. [2023-10-06 23:37:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15123. [2023-10-06 23:37:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15124. [2023-10-06 23:37:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15125. [2023-10-06 23:37:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15126. [2023-10-06 23:37:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15127. [2023-10-06 23:37:08] doctrine.DEBUG: SELECT DATABASE() [] []
  15128. [2023-10-06 23:37:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15129. [2023-10-06 23:37:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15130. [2023-10-06 23:37:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15131. [2023-10-06 23:37:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15132. [2023-10-06 23:37:10] doctrine.DEBUG: SELECT DATABASE() [] []
  15133. [2023-10-07 00:08:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15134. [2023-10-07 00:08:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15135. [2023-10-07 00:08:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15136. [2023-10-07 00:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15137. [2023-10-07 00:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15138. [2023-10-07 00:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15139. [2023-10-07 00:08:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15140. [2023-10-07 00:08:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15141. [2023-10-07 00:08:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15142. [2023-10-07 00:08:05] doctrine.DEBUG: SELECT DATABASE() [] []
  15143. [2023-10-07 00:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15144. [2023-10-07 00:08:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15145. [2023-10-07 00:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15146. [2023-10-07 00:08:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15147. [2023-10-07 00:08:06] doctrine.DEBUG: SELECT DATABASE() [] []
  15148. [2023-10-08 21:09:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15149. [2023-10-08 21:09:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15150. [2023-10-08 21:09:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15151. [2023-10-08 21:09:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15152. [2023-10-08 21:09:12] doctrine.DEBUG: SELECT DATABASE() [] []
  15153. [2023-10-08 22:39:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15154. [2023-10-08 22:39:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15155. [2023-10-08 22:39:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15156. [2023-10-08 22:39:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15157. [2023-10-08 22:39:10] doctrine.DEBUG: SELECT DATABASE() [] []
  15158. [2023-10-10 01:18:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15159. [2023-10-10 01:18:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15160. [2023-10-10 01:18:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15161. [2023-10-10 01:18:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15162. [2023-10-10 01:18:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15163. [2023-10-10 01:18:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15164. [2023-10-10 01:18:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15165. [2023-10-10 01:18:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15166. [2023-10-10 01:18:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15167. [2023-10-10 01:18:35] doctrine.DEBUG: SELECT DATABASE() [] []
  15168. [2023-10-10 01:18:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15169. [2023-10-10 01:18:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15170. [2023-10-10 01:18:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15171. [2023-10-10 01:18:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15172. [2023-10-10 01:18:36] doctrine.DEBUG: SELECT DATABASE() [] []
  15173. [2023-10-10 01:18:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15174. [2023-10-10 01:18:46] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  15175. [2023-10-10 01:18:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15176. [2023-10-10 01:18:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15177. [2023-10-10 01:18:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15178. [2023-10-10 01:18:46] doctrine.DEBUG: SELECT DATABASE() [] []
  15179. [2023-10-10 01:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15180. [2023-10-10 01:18:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"638fbf"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/638fbf","method":"GET"} []
  15181. [2023-10-10 01:19:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15182. [2023-10-10 01:19:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15183. [2023-10-10 01:19:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15184. [2023-10-10 01:19:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15185. [2023-10-10 01:19:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15186. [2023-10-10 01:19:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15187. [2023-10-10 01:19:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15188. [2023-10-10 01:19:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15189. [2023-10-10 01:19:00] doctrine.DEBUG: SELECT DATABASE() [] []
  15190. [2023-10-10 01:19:00] doctrine.DEBUG: SELECT DATABASE() [] []
  15191. [2023-10-10 01:22:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15192. [2023-10-10 01:22:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15193. [2023-10-10 01:22:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15194. [2023-10-10 01:22:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15195. [2023-10-10 01:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15196. [2023-10-10 01:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15197. [2023-10-10 01:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15198. [2023-10-10 01:22:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15199. [2023-10-10 01:22:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15200. [2023-10-10 01:22:48] doctrine.DEBUG: SELECT DATABASE() [] []
  15201. [2023-10-10 01:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15202. [2023-10-10 01:22:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15203. [2023-10-10 01:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15204. [2023-10-10 01:22:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15205. [2023-10-10 01:22:48] doctrine.DEBUG: SELECT DATABASE() [] []
  15206. [2023-10-10 01:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15207. [2023-10-10 01:23:17] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  15208. [2023-10-10 01:23:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15209. [2023-10-10 01:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15210. [2023-10-10 01:23:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15211. [2023-10-10 01:23:17] doctrine.DEBUG: SELECT DATABASE() [] []
  15212. [2023-10-10 01:23:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15213. [2023-10-10 01:23:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27f264"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/27f264","method":"GET"} []
  15214. [2023-10-11 00:57:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15215. [2023-10-11 00:57:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15216. [2023-10-11 00:57:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15217. [2023-10-11 00:57:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15218. [2023-10-11 00:57:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15219. [2023-10-11 00:57:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15220. [2023-10-11 00:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15221. [2023-10-11 00:57:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15222. [2023-10-11 00:57:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15223. [2023-10-11 00:57:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15224. [2023-10-11 00:57:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15225. [2023-10-11 00:57:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15226. [2023-10-11 00:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15227. [2023-10-11 00:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15228. [2023-10-11 00:57:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15229. [2023-10-11 00:57:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15230. [2023-10-11 00:57:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15231. [2023-10-11 00:57:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15232. [2023-10-11 00:57:27] doctrine.DEBUG: SELECT DATABASE() [] []
  15233. [2023-10-11 00:57:27] doctrine.DEBUG: SELECT DATABASE() [] []
  15234. [2023-10-11 00:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15235. [2023-10-11 00:57:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15236. [2023-10-11 00:57:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15237. [2023-10-11 00:57:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15238. [2023-10-11 00:57:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15239. [2023-10-11 00:57:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15240. [2023-10-11 00:57:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15241. [2023-10-11 00:57:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15242. [2023-10-11 00:57:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15243. [2023-10-11 00:57:29] doctrine.DEBUG: SELECT DATABASE() [] []
  15244. [2023-10-11 00:57:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15245. [2023-10-11 00:57:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15246. [2023-10-11 00:57:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15247. [2023-10-11 00:57:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15248. [2023-10-11 00:57:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15249. [2023-10-11 00:57:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15250. [2023-10-11 00:57:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15251. [2023-10-11 00:57:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15252. [2023-10-11 00:57:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15253. [2023-10-11 00:57:33] doctrine.DEBUG: SELECT DATABASE() [] []
  15254. [2023-10-11 00:58:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15255. [2023-10-11 00:58:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15256. [2023-10-11 00:58:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15257. [2023-10-11 00:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15258. [2023-10-11 00:58:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15259. [2023-10-11 00:58:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15260. [2023-10-11 00:58:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15261. [2023-10-11 00:58:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15262. [2023-10-11 00:58:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15263. [2023-10-11 00:58:41] doctrine.DEBUG: SELECT DATABASE() [] []
  15264. [2023-10-11 00:58:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15265. [2023-10-11 00:58:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15266. [2023-10-11 00:58:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15267. [2023-10-11 00:58:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15268. [2023-10-11 00:58:42] doctrine.DEBUG: SELECT DATABASE() [] []
  15269. [2023-10-11 00:58:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15270. [2023-10-11 00:58:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15271. [2023-10-11 00:58:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15272. [2023-10-11 00:58:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15273. [2023-10-11 00:58:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15274. [2023-10-11 00:58:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15275. [2023-10-11 00:58:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15276. [2023-10-11 00:58:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15277. [2023-10-11 00:58:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15278. [2023-10-11 00:58:44] doctrine.DEBUG: SELECT DATABASE() [] []
  15279. [2023-10-11 00:58:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15280. [2023-10-11 00:58:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15281. [2023-10-11 00:58:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15282. [2023-10-11 00:58:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15283. [2023-10-11 00:58:45] doctrine.DEBUG: SELECT DATABASE() [] []
  15284. [2023-10-11 00:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15285. [2023-10-11 00:58:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15286. [2023-10-11 00:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15287. [2023-10-11 00:58:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15288. [2023-10-11 00:58:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15289. [2023-10-11 00:58:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15290. [2023-10-11 00:58:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15291. [2023-10-11 00:58:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15292. [2023-10-11 00:58:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15293. [2023-10-11 00:58:47] doctrine.DEBUG: SELECT DATABASE() [] []
  15294. [2023-10-11 00:59:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15295. [2023-10-11 00:59:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15296. [2023-10-11 00:59:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15297. [2023-10-11 00:59:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15298. [2023-10-11 00:59:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15299. [2023-10-11 00:59:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15300. [2023-10-11 00:59:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15301. [2023-10-11 00:59:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15302. [2023-10-11 00:59:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15303. [2023-10-11 00:59:00] doctrine.DEBUG: SELECT DATABASE() [] []
  15304. [2023-10-12 01:21:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15305. [2023-10-12 01:21:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15306. [2023-10-12 01:21:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15307. [2023-10-12 01:21:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15308. [2023-10-12 01:21:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15309. [2023-10-12 01:21:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15310. [2023-10-12 01:21:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15311. [2023-10-12 01:21:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15312. [2023-10-12 01:21:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15313. [2023-10-12 01:21:40] doctrine.DEBUG: SELECT DATABASE() [] []
  15314. [2023-10-12 01:21:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15315. [2023-10-12 01:21:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15316. [2023-10-12 01:21:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15317. [2023-10-12 01:21:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15318. [2023-10-12 01:21:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15319. [2023-10-12 01:21:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15320. [2023-10-12 01:21:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15321. [2023-10-12 01:21:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15322. [2023-10-12 01:21:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15323. [2023-10-12 01:21:41] doctrine.DEBUG: SELECT DATABASE() [] []
  15324. [2023-10-12 23:44:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15325. [2023-10-12 23:44:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15326. [2023-10-12 23:44:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15327. [2023-10-12 23:44:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15328. [2023-10-12 23:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15329. [2023-10-12 23:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15330. [2023-10-12 23:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15331. [2023-10-12 23:44:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15332. [2023-10-12 23:44:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15333. [2023-10-12 23:44:29] doctrine.DEBUG: SELECT DATABASE() [] []
  15334. [2023-10-12 23:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15335. [2023-10-12 23:44:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15336. [2023-10-12 23:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15337. [2023-10-12 23:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15338. [2023-10-12 23:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15339. [2023-10-12 23:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15340. [2023-10-12 23:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15341. [2023-10-12 23:44:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15342. [2023-10-12 23:44:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15343. [2023-10-12 23:44:29] doctrine.DEBUG: SELECT DATABASE() [] []
  15344. [2023-10-12 23:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15345. [2023-10-12 23:44:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15346. [2023-10-12 23:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15347. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15348. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15349. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15350. [2023-10-12 23:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15351. [2023-10-12 23:44:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15352. [2023-10-12 23:44:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15353. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT DATABASE() [] []
  15354. [2023-10-12 23:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15355. [2023-10-12 23:44:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15356. [2023-10-12 23:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15357. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15358. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15359. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15360. [2023-10-12 23:44:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15361. [2023-10-12 23:44:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15362. [2023-10-12 23:44:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15363. [2023-10-12 23:44:31] doctrine.DEBUG: SELECT DATABASE() [] []
  15364. [2023-10-12 23:44:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15365. [2023-10-12 23:44:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15366. [2023-10-12 23:44:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15367. [2023-10-12 23:44:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15368. [2023-10-12 23:44:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15369. [2023-10-12 23:44:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15370. [2023-10-12 23:44:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15371. [2023-10-12 23:44:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15372. [2023-10-12 23:44:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15373. [2023-10-12 23:44:35] doctrine.DEBUG: SELECT DATABASE() [] []
  15374. [2023-10-12 23:44:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15375. [2023-10-12 23:44:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adb320"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/adb320","method":"GET"} []
  15376. [2023-10-12 23:44:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15377. [2023-10-12 23:44:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15378. [2023-10-12 23:44:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15379. [2023-10-12 23:44:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15380. [2023-10-12 23:44:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15381. [2023-10-12 23:44:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15382. [2023-10-12 23:44:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15383. [2023-10-12 23:44:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15384. [2023-10-12 23:44:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15385. [2023-10-12 23:44:43] doctrine.DEBUG: SELECT DATABASE() [] []
  15386. [2023-10-12 23:44:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15387. [2023-10-12 23:44:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07c662"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/07c662","method":"GET"} []
  15388. [2023-10-12 23:50:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15389. [2023-10-12 23:50:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15390. [2023-10-12 23:50:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15391. [2023-10-12 23:50:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15392. [2023-10-12 23:50:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15393. [2023-10-12 23:50:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15394. [2023-10-12 23:50:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15395. [2023-10-12 23:50:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15396. [2023-10-12 23:50:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15397. [2023-10-12 23:50:22] doctrine.DEBUG: SELECT DATABASE() [] []
  15398. [2023-10-12 23:50:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15399. [2023-10-12 23:50:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15400. [2023-10-12 23:50:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15401. [2023-10-12 23:50:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15402. [2023-10-12 23:50:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15403. [2023-10-12 23:50:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15404. [2023-10-12 23:50:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15405. [2023-10-12 23:50:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15406. [2023-10-12 23:50:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15407. [2023-10-12 23:50:23] doctrine.DEBUG: SELECT DATABASE() [] []
  15408. [2023-10-12 23:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15409. [2023-10-12 23:50:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15410. [2023-10-12 23:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15411. [2023-10-12 23:50:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15412. [2023-10-12 23:50:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15413. [2023-10-12 23:50:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15414. [2023-10-12 23:50:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15415. [2023-10-12 23:50:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15416. [2023-10-12 23:50:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15417. [2023-10-12 23:50:24] doctrine.DEBUG: SELECT DATABASE() [] []
  15418. [2023-10-12 23:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15419. [2023-10-12 23:50:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15420. [2023-10-12 23:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15421. [2023-10-12 23:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15422. [2023-10-12 23:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15423. [2023-10-12 23:50:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15424. [2023-10-12 23:50:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15425. [2023-10-12 23:50:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15426. [2023-10-12 23:50:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15427. [2023-10-12 23:50:25] doctrine.DEBUG: SELECT DATABASE() [] []
  15428. [2023-10-14 04:46:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15429. [2023-10-14 04:46:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15430. [2023-10-14 04:46:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15431. [2023-10-14 04:46:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15432. [2023-10-14 04:46:26] doctrine.DEBUG: SELECT DATABASE() [] []
  15433. [2023-10-14 06:26:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15434. [2023-10-14 06:26:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15435. [2023-10-14 06:26:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15436. [2023-10-14 06:26:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15437. [2023-10-14 06:26:58] doctrine.DEBUG: SELECT DATABASE() [] []
  15438. [2023-10-15 00:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15439. [2023-10-15 00:20:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15440. [2023-10-15 00:20:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15441. [2023-10-15 00:20:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15442. [2023-10-15 00:20:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15443. [2023-10-15 00:20:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15444. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15445. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15446. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15447. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15448. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15449. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15450. [2023-10-15 00:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15451. [2023-10-15 00:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15452. [2023-10-15 00:20:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15453. [2023-10-15 00:20:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15454. [2023-10-15 00:20:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15455. [2023-10-15 00:20:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15456. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT DATABASE() [] []
  15457. [2023-10-15 00:20:10] doctrine.DEBUG: SELECT DATABASE() [] []
  15458. [2023-10-15 00:26:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15459. [2023-10-15 00:26:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15460. [2023-10-15 00:26:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15461. [2023-10-15 00:26:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15462. [2023-10-15 00:26:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15463. [2023-10-15 00:26:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15464. [2023-10-15 00:26:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15465. [2023-10-15 00:26:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15466. [2023-10-15 00:26:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15467. [2023-10-15 00:26:07] doctrine.DEBUG: SELECT DATABASE() [] []
  15468. [2023-10-15 00:26:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15469. [2023-10-15 00:26:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15470. [2023-10-15 00:26:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15471. [2023-10-15 00:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15472. [2023-10-15 00:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15473. [2023-10-15 00:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15474. [2023-10-15 00:26:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15475. [2023-10-15 00:26:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15476. [2023-10-15 00:26:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15477. [2023-10-15 00:26:12] doctrine.DEBUG: SELECT DATABASE() [] []
  15478. [2023-10-15 00:26:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15479. [2023-10-15 00:26:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15480. [2023-10-15 00:26:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15481. [2023-10-15 00:26:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15482. [2023-10-15 00:26:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15483. [2023-10-15 00:26:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15484. [2023-10-15 00:26:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15485. [2023-10-15 00:26:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15486. [2023-10-15 00:26:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15487. [2023-10-15 00:26:33] doctrine.DEBUG: SELECT DATABASE() [] []
  15488. [2023-10-15 00:26:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15489. [2023-10-15 00:26:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15490. [2023-10-15 00:26:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15491. [2023-10-15 00:26:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15492. [2023-10-15 00:26:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15493. [2023-10-15 00:26:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15494. [2023-10-15 00:26:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15495. [2023-10-15 00:26:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15496. [2023-10-15 00:26:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15497. [2023-10-15 00:26:52] doctrine.DEBUG: SELECT DATABASE() [] []
  15498. [2023-10-15 00:27:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15499. [2023-10-15 00:27:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15500. [2023-10-15 00:27:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15501. [2023-10-15 00:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15502. [2023-10-15 00:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15503. [2023-10-15 00:27:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15504. [2023-10-15 00:27:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15505. [2023-10-15 00:27:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15506. [2023-10-15 00:27:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15507. [2023-10-15 00:27:18] doctrine.DEBUG: SELECT DATABASE() [] []
  15508. [2023-10-15 00:27:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15509. [2023-10-15 00:27:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15510. [2023-10-15 00:27:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15511. [2023-10-15 00:27:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15512. [2023-10-15 00:27:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15513. [2023-10-15 00:27:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15514. [2023-10-15 00:27:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15515. [2023-10-15 00:27:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15516. [2023-10-15 00:27:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15517. [2023-10-15 00:27:51] doctrine.DEBUG: SELECT DATABASE() [] []
  15518. [2023-10-16 20:02:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15519. [2023-10-16 20:02:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15520. [2023-10-16 20:02:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15521. [2023-10-16 20:02:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15522. [2023-10-16 20:02:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15523. [2023-10-16 20:02:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15524. [2023-10-16 20:02:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15525. [2023-10-16 20:02:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15526. [2023-10-16 20:02:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15527. [2023-10-16 20:02:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15528. [2023-10-16 20:02:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15529. [2023-10-16 20:02:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15530. [2023-10-16 20:02:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15531. [2023-10-16 20:02:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15532. [2023-10-16 20:02:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15533. [2023-10-16 20:02:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15534. [2023-10-16 20:02:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15535. [2023-10-16 20:02:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15536. [2023-10-16 20:02:37] doctrine.DEBUG: SELECT DATABASE() [] []
  15537. [2023-10-16 20:02:37] doctrine.DEBUG: SELECT DATABASE() [] []
  15538. [2023-10-17 12:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15539. [2023-10-17 12:56:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/HEAD"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/HEAD\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15540. [2023-10-17 12:56:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15541. [2023-10-17 12:56:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15542. [2023-10-17 12:56:49] doctrine.DEBUG: SELECT DATABASE() [] []
  15543. [2023-10-17 21:05:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15544. [2023-10-17 21:05:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15545. [2023-10-17 21:05:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15546. [2023-10-17 21:05:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15547. [2023-10-17 21:05:45] doctrine.DEBUG: SELECT DATABASE() [] []
  15548. [2023-10-17 23:39:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15549. [2023-10-17 23:39:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15550. [2023-10-17 23:39:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15551. [2023-10-17 23:39:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15552. [2023-10-17 23:39:52] doctrine.DEBUG: SELECT DATABASE() [] []
  15553. [2023-10-22 17:59:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15554. [2023-10-22 17:59:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15555. [2023-10-22 17:59:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15556. [2023-10-22 17:59:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15557. [2023-10-22 17:59:42] doctrine.DEBUG: SELECT DATABASE() [] []
  15558. [2023-10-22 21:00:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15559. [2023-10-22 21:00:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15560. [2023-10-22 21:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15561. [2023-10-22 21:00:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15562. [2023-10-22 21:00:28] doctrine.DEBUG: SELECT DATABASE() [] []
  15563. [2023-10-24 09:56:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15564. [2023-10-24 09:56:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15565. [2023-10-24 09:56:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15566. [2023-10-24 09:56:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15567. [2023-10-24 09:56:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15568. [2023-10-24 09:56:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15569. [2023-10-24 09:56:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15570. [2023-10-24 09:56:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15571. [2023-10-24 09:56:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15572. [2023-10-24 09:56:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15573. [2023-10-24 09:56:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15574. [2023-10-24 09:56:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15575. [2023-10-24 09:56:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15576. [2023-10-24 09:56:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15577. [2023-10-24 09:56:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15578. [2023-10-24 09:56:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15579. [2023-10-24 09:56:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15580. [2023-10-24 09:56:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15581. [2023-10-24 09:56:21] doctrine.DEBUG: SELECT DATABASE() [] []
  15582. [2023-10-24 09:56:21] doctrine.DEBUG: SELECT DATABASE() [] []
  15583. [2023-10-24 09:56:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15584. [2023-10-24 09:56:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15585. [2023-10-24 09:56:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15586. [2023-10-24 09:56:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15587. [2023-10-24 09:56:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15588. [2023-10-24 09:56:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15589. [2023-10-24 09:56:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15590. [2023-10-24 09:56:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15591. [2023-10-24 09:56:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15592. [2023-10-24 09:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15593. [2023-10-24 09:56:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15594. [2023-10-24 09:56:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15595. [2023-10-24 09:56:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15596. [2023-10-24 09:56:33] doctrine.DEBUG: SELECT DATABASE() [] []
  15597. [2023-10-24 09:56:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15598. [2023-10-24 09:56:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15599. [2023-10-24 09:56:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15600. [2023-10-24 09:56:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15601. [2023-10-24 09:56:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15602. [2023-10-24 09:56:34] doctrine.DEBUG: SELECT DATABASE() [] []
  15603. [2023-10-24 09:58:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15604. [2023-10-24 09:58:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15605. [2023-10-24 09:58:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15606. [2023-10-24 09:58:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15607. [2023-10-24 09:58:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15608. [2023-10-24 09:58:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15609. [2023-10-24 09:58:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15610. [2023-10-24 09:58:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15611. [2023-10-24 09:58:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15612. [2023-10-24 09:58:12] doctrine.DEBUG: SELECT DATABASE() [] []
  15613. [2023-10-25 16:07:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15614. [2023-10-25 16:07:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15615. [2023-10-25 16:07:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15616. [2023-10-25 16:07:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15617. [2023-10-25 16:07:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15618. [2023-10-25 16:07:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15619. [2023-10-25 16:07:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15620. [2023-10-25 16:07:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15621. [2023-10-25 16:07:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15622. [2023-10-25 16:07:48] doctrine.DEBUG: SELECT DATABASE() [] []
  15623. [2023-10-25 16:07:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15624. [2023-10-25 16:07:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15625. [2023-10-25 16:07:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15626. [2023-10-25 16:07:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15627. [2023-10-25 16:07:52] doctrine.DEBUG: SELECT DATABASE() [] []
  15628. [2023-10-25 18:12:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15629. [2023-10-25 18:12:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15630. [2023-10-25 18:12:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15631. [2023-10-25 18:12:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15632. [2023-10-25 18:12:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15633. [2023-10-25 18:12:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15634. [2023-10-25 18:12:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15635. [2023-10-25 18:12:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15636. [2023-10-25 18:12:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15637. [2023-10-25 18:12:20] doctrine.DEBUG: SELECT DATABASE() [] []
  15638. [2023-10-25 18:12:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15639. [2023-10-25 18:12:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15640. [2023-10-25 18:12:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15641. [2023-10-25 18:12:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15642. [2023-10-25 18:12:24] doctrine.DEBUG: SELECT DATABASE() [] []
  15643. [2023-10-26 08:32:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15644. [2023-10-26 08:32:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15645. [2023-10-26 08:32:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15646. [2023-10-26 08:32:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15647. [2023-10-26 08:32:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15648. [2023-10-26 08:32:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15649. [2023-10-26 08:32:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15650. [2023-10-26 08:32:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15651. [2023-10-26 08:32:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15652. [2023-10-26 08:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15653. [2023-10-26 08:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15654. [2023-10-26 08:32:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15655. [2023-10-26 08:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15656. [2023-10-26 08:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15657. [2023-10-26 08:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15658. [2023-10-26 08:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15659. [2023-10-26 08:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15660. [2023-10-26 08:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15661. [2023-10-26 08:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15662. [2023-10-26 08:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15663. [2023-10-26 08:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15664. [2023-10-26 08:32:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15665. [2023-10-26 08:32:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15666. [2023-10-26 08:32:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15667. [2023-10-26 08:32:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15668. [2023-10-26 08:32:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15669. [2023-10-26 08:32:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15670. [2023-10-26 08:32:16] doctrine.DEBUG: SELECT DATABASE() [] []
  15671. [2023-10-26 08:32:16] doctrine.DEBUG: SELECT DATABASE() [] []
  15672. [2023-10-26 08:32:16] doctrine.DEBUG: SELECT DATABASE() [] []
  15673. [2023-10-26 08:32:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15674. [2023-10-26 08:32:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15675. [2023-10-26 08:32:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15676. [2023-10-26 08:32:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15677. [2023-10-26 08:32:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15678. [2023-10-26 08:32:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15679. [2023-10-26 08:32:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15680. [2023-10-26 08:32:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15681. [2023-10-26 08:32:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15682. [2023-10-26 08:32:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15683. [2023-10-26 08:32:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15684. [2023-10-26 08:32:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15685. [2023-10-26 08:32:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15686. [2023-10-26 08:32:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15687. [2023-10-26 08:32:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15688. [2023-10-26 08:32:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15689. [2023-10-26 08:32:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15690. [2023-10-26 08:32:29] doctrine.DEBUG: SELECT DATABASE() [] []
  15691. [2023-10-26 08:32:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15692. [2023-10-26 08:32:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15693. [2023-10-26 08:32:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15694. [2023-10-26 08:32:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15695. [2023-10-26 08:32:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15696. [2023-10-26 08:32:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15697. [2023-10-26 08:32:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15698. [2023-10-26 08:32:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15699. [2023-10-26 08:32:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15700. [2023-10-26 08:32:49] doctrine.DEBUG: SELECT DATABASE() [] []
  15701. [2023-10-26 08:32:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15702. [2023-10-26 08:32:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15703. [2023-10-26 08:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15704. [2023-10-26 08:32:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15705. [2023-10-26 08:32:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15706. [2023-10-26 08:32:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15707. [2023-10-26 08:32:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15708. [2023-10-26 08:32:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15709. [2023-10-26 08:32:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15710. [2023-10-26 08:32:53] doctrine.DEBUG: SELECT DATABASE() [] []
  15711. [2023-10-26 08:33:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15712. [2023-10-26 08:33:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15713. [2023-10-26 08:33:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15714. [2023-10-26 08:33:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15715. [2023-10-26 08:33:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15716. [2023-10-26 08:33:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15717. [2023-10-26 08:33:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15718. [2023-10-26 08:33:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15719. [2023-10-26 08:33:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15720. [2023-10-26 08:33:14] doctrine.DEBUG: SELECT DATABASE() [] []
  15721. [2023-10-26 08:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15722. [2023-10-26 08:33:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15723. [2023-10-26 08:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15724. [2023-10-26 08:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15725. [2023-10-26 08:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15726. [2023-10-26 08:33:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15727. [2023-10-26 08:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15728. [2023-10-26 08:33:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15729. [2023-10-26 08:33:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15730. [2023-10-26 08:33:18] doctrine.DEBUG: SELECT DATABASE() [] []
  15731. [2023-10-26 08:34:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15732. [2023-10-26 08:34:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15733. [2023-10-26 08:34:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15734. [2023-10-26 08:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15735. [2023-10-26 08:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15736. [2023-10-26 08:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15737. [2023-10-26 08:34:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15738. [2023-10-26 08:34:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15739. [2023-10-26 08:34:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15740. [2023-10-26 08:34:52] doctrine.DEBUG: SELECT DATABASE() [] []
  15741. [2023-10-26 08:38:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15742. [2023-10-26 08:38:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15743. [2023-10-26 08:39:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15744. [2023-10-26 08:39:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15745. [2023-10-26 08:39:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15746. [2023-10-26 08:39:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15747. [2023-10-26 08:39:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15748. [2023-10-26 08:39:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15749. [2023-10-26 08:39:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15750. [2023-10-26 08:39:00] doctrine.DEBUG: SELECT DATABASE() [] []
  15751. [2023-10-26 08:39:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15752. [2023-10-26 08:39:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15753. [2023-10-26 08:39:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15754. [2023-10-26 08:39:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15755. [2023-10-26 08:39:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15756. [2023-10-26 08:39:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15757. [2023-10-26 08:39:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15758. [2023-10-26 08:39:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15759. [2023-10-26 08:39:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15760. [2023-10-26 08:39:18] doctrine.DEBUG: SELECT DATABASE() [] []
  15761. [2023-10-26 08:39:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15762. [2023-10-26 08:39:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15763. [2023-10-26 08:39:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15764. [2023-10-26 08:39:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15765. [2023-10-26 08:39:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15766. [2023-10-26 08:39:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15767. [2023-10-26 08:39:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15768. [2023-10-26 08:39:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15769. [2023-10-26 08:39:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15770. [2023-10-26 08:39:47] doctrine.DEBUG: SELECT DATABASE() [] []
  15771. [2023-10-26 08:44:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15772. [2023-10-26 08:44:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15773. [2023-10-26 08:44:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15774. [2023-10-26 08:44:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15775. [2023-10-26 08:44:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15776. [2023-10-26 08:44:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15777. [2023-10-26 08:44:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15778. [2023-10-26 08:44:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15779. [2023-10-26 08:44:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15780. [2023-10-26 08:44:53] doctrine.DEBUG: SELECT DATABASE() [] []
  15781. [2023-10-26 09:02:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15782. [2023-10-26 09:02:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  15783. [2023-10-26 09:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15784. [2023-10-26 09:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15785. [2023-10-26 09:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15786. [2023-10-26 09:02:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15787. [2023-10-26 09:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15788. [2023-10-26 09:02:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15789. [2023-10-26 09:02:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15790. [2023-10-26 09:02:30] doctrine.DEBUG: SELECT DATABASE() [] []
  15791. [2023-10-26 09:13:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15792. [2023-10-26 09:13:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15793. [2023-10-26 09:13:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15794. [2023-10-26 09:13:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15795. [2023-10-26 09:13:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15796. [2023-10-26 09:13:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15797. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15798. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15799. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15800. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15801. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15802. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15803. [2023-10-26 09:13:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15804. [2023-10-26 09:13:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15805. [2023-10-26 09:13:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15806. [2023-10-26 09:13:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15807. [2023-10-26 09:13:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15808. [2023-10-26 09:13:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15809. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT DATABASE() [] []
  15810. [2023-10-26 09:13:42] doctrine.DEBUG: SELECT DATABASE() [] []
  15811. [2023-10-26 09:20:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15812. [2023-10-26 09:20:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15813. [2023-10-26 09:20:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15814. [2023-10-26 09:20:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15815. [2023-10-26 09:20:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15816. [2023-10-26 09:20:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15817. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15818. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15819. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15820. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15821. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15822. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15823. [2023-10-26 09:20:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15824. [2023-10-26 09:20:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15825. [2023-10-26 09:20:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15826. [2023-10-26 09:20:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15827. [2023-10-26 09:20:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15828. [2023-10-26 09:20:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15829. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT DATABASE() [] []
  15830. [2023-10-26 09:20:41] doctrine.DEBUG: SELECT DATABASE() [] []
  15831. [2023-10-26 10:15:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15832. [2023-10-26 10:15:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15833. [2023-10-26 10:15:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15834. [2023-10-26 10:15:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15835. [2023-10-26 10:15:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15836. [2023-10-26 10:15:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15837. [2023-10-26 10:15:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15838. [2023-10-26 10:15:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15839. [2023-10-26 10:15:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15840. [2023-10-26 10:15:52] doctrine.DEBUG: SELECT DATABASE() [] []
  15841. [2023-10-26 11:38:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15842. [2023-10-26 11:38:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15843. [2023-10-26 11:38:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15844. [2023-10-26 11:38:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15845. [2023-10-26 11:38:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15846. [2023-10-26 11:38:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15847. [2023-10-26 11:38:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15848. [2023-10-26 11:38:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15849. [2023-10-26 11:38:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15850. [2023-10-26 11:38:41] doctrine.DEBUG: SELECT DATABASE() [] []
  15851. [2023-10-26 11:38:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15852. [2023-10-26 11:38:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c86c94"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/c86c94","method":"GET"} []
  15853. [2023-10-26 11:39:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15854. [2023-10-26 11:39:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15855. [2023-10-26 11:39:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15856. [2023-10-26 11:39:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15857. [2023-10-26 11:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15858. [2023-10-26 11:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15859. [2023-10-26 11:39:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15860. [2023-10-26 11:39:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15861. [2023-10-26 11:39:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15862. [2023-10-26 11:39:11] doctrine.DEBUG: SELECT DATABASE() [] []
  15863. [2023-10-26 11:39:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15864. [2023-10-26 11:39:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"810522"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/810522","method":"GET"} []
  15865. [2023-10-26 14:13:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15866. [2023-10-26 14:13:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15867. [2023-10-26 14:13:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15868. [2023-10-26 14:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15869. [2023-10-26 14:13:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15870. [2023-10-26 14:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15871. [2023-10-26 14:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15872. [2023-10-26 14:13:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15873. [2023-10-26 14:13:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15874. [2023-10-26 14:13:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15875. [2023-10-26 14:13:56] doctrine.DEBUG: SELECT DATABASE() [] []
  15876. [2023-10-26 14:13:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15877. [2023-10-26 14:13:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15878. [2023-10-26 14:13:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15879. [2023-10-26 14:13:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15880. [2023-10-26 14:13:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15881. [2023-10-26 14:13:58] doctrine.DEBUG: SELECT DATABASE() [] []
  15882. [2023-10-26 16:55:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15883. [2023-10-26 16:55:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15884. [2023-10-26 16:55:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15885. [2023-10-26 16:55:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15886. [2023-10-26 16:55:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15887. [2023-10-26 16:55:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15888. [2023-10-26 16:55:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15889. [2023-10-26 16:55:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15890. [2023-10-26 16:55:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15891. [2023-10-26 16:55:47] doctrine.DEBUG: SELECT DATABASE() [] []
  15892. [2023-10-26 20:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15893. [2023-10-26 20:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15894. [2023-10-26 20:35:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  15895. [2023-10-26 20:35:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15896. [2023-10-26 20:35:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15897. [2023-10-26 20:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15898. [2023-10-26 20:35:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15899. [2023-10-26 20:35:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15900. [2023-10-26 20:35:30] doctrine.DEBUG: SELECT DATABASE() [] []
  15901. [2023-10-26 20:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15902. [2023-10-26 20:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15903. [2023-10-26 20:35:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15904. [2023-10-26 20:35:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15905. [2023-10-26 20:35:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15906. [2023-10-26 20:35:31] doctrine.DEBUG: SELECT DATABASE() [] []
  15907. [2023-10-26 20:35:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15908. [2023-10-26 20:35:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15909. [2023-10-26 20:35:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15910. [2023-10-26 20:35:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15911. [2023-10-26 20:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15912. [2023-10-26 20:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15913. [2023-10-26 20:35:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15914. [2023-10-26 20:35:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15915. [2023-10-26 20:35:44] doctrine.DEBUG: SELECT DATABASE() [] []
  15916. [2023-10-26 20:35:44] doctrine.DEBUG: SELECT DATABASE() [] []
  15917. [2023-10-26 20:35:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15918. [2023-10-26 20:35:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15919. [2023-10-26 20:35:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15920. [2023-10-26 20:35:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15921. [2023-10-26 20:35:54] doctrine.DEBUG: SELECT DATABASE() [] []
  15922. [2023-10-27 04:58:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15923. [2023-10-27 04:58:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15924. [2023-10-27 04:58:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15925. [2023-10-27 04:58:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15926. [2023-10-27 04:58:58] doctrine.DEBUG: SELECT DATABASE() [] []
  15927. [2023-10-27 05:40:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15928. [2023-10-27 05:40:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15929. [2023-10-27 05:40:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15930. [2023-10-27 05:40:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15931. [2023-10-27 05:40:50] doctrine.DEBUG: SELECT DATABASE() [] []
  15932. [2023-10-27 15:17:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15933. [2023-10-27 15:17:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  15934. [2023-10-27 15:17:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15935. [2023-10-27 15:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15936. [2023-10-27 15:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15937. [2023-10-27 15:17:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15938. [2023-10-27 15:17:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15939. [2023-10-27 15:17:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15940. [2023-10-27 15:17:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15941. [2023-10-27 15:17:34] doctrine.DEBUG: SELECT DATABASE() [] []
  15942. [2023-10-27 15:17:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15943. [2023-10-27 15:17:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15944. [2023-10-27 15:17:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15945. [2023-10-27 15:17:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15946. [2023-10-27 15:17:40] doctrine.DEBUG: SELECT DATABASE() [] []
  15947. [2023-10-27 16:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15948. [2023-10-27 16:11:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"POST"} []
  15949. [2023-10-27 16:11:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15950. [2023-10-27 16:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15951. [2023-10-27 16:11:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15952. [2023-10-27 16:11:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15953. [2023-10-27 16:11:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15954. [2023-10-27 16:11:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15955. [2023-10-27 16:11:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15956. [2023-10-27 16:11:29] doctrine.DEBUG: SELECT DATABASE() [] []
  15957. [2023-10-27 16:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15958. [2023-10-27 16:11:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"POST"} []
  15959. [2023-10-27 16:11:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  15960. [2023-10-27 16:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15961. [2023-10-27 16:11:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  15962. [2023-10-27 16:11:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  15963. [2023-10-27 16:11:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  15964. [2023-10-27 16:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  15965. [2023-10-27 16:11:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15966. [2023-10-27 16:11:35] doctrine.DEBUG: SELECT DATABASE() [] []
  15967. [2023-10-27 16:11:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15968. [2023-10-27 16:11:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15969. [2023-10-27 16:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15970. [2023-10-27 16:11:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15971. [2023-10-27 16:11:44] doctrine.DEBUG: SELECT DATABASE() [] []
  15972. [2023-10-27 16:12:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15973. [2023-10-27 16:12:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15974. [2023-10-27 16:12:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15975. [2023-10-27 16:12:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15976. [2023-10-27 16:12:00] doctrine.DEBUG: SELECT DATABASE() [] []
  15977. [2023-10-27 16:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15978. [2023-10-27 16:12:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15979. [2023-10-27 16:12:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15980. [2023-10-27 16:12:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15981. [2023-10-27 16:12:50] doctrine.DEBUG: SELECT DATABASE() [] []
  15982. [2023-10-27 16:13:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15983. [2023-10-27 16:13:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15984. [2023-10-27 16:13:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15985. [2023-10-27 16:13:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15986. [2023-10-27 16:13:05] doctrine.DEBUG: SELECT DATABASE() [] []
  15987. [2023-10-27 16:13:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15988. [2023-10-27 16:13:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15989. [2023-10-27 16:13:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15990. [2023-10-27 16:13:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15991. [2023-10-27 16:13:37] doctrine.DEBUG: SELECT DATABASE() [] []
  15992. [2023-10-27 16:14:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15993. [2023-10-27 16:14:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15994. [2023-10-27 16:14:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  15995. [2023-10-27 16:14:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  15996. [2023-10-27 16:14:00] doctrine.DEBUG: SELECT DATABASE() [] []
  15997. [2023-10-27 16:14:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  15998. [2023-10-27 16:14:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  15999. [2023-10-27 16:14:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16000. [2023-10-27 16:14:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16001. [2023-10-27 16:14:20] doctrine.DEBUG: SELECT DATABASE() [] []
  16002. [2023-10-27 16:14:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16003. [2023-10-27 16:14:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16004. [2023-10-27 16:14:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16005. [2023-10-27 16:14:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16006. [2023-10-27 16:14:41] doctrine.DEBUG: SELECT DATABASE() [] []
  16007. [2023-10-27 16:15:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16008. [2023-10-27 16:15:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16009. [2023-10-27 16:15:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16010. [2023-10-27 16:15:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16011. [2023-10-27 16:15:10] doctrine.DEBUG: SELECT DATABASE() [] []
  16012. [2023-10-27 16:15:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16013. [2023-10-27 16:15:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16014. [2023-10-27 16:15:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16015. [2023-10-27 16:15:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16016. [2023-10-27 16:15:25] doctrine.DEBUG: SELECT DATABASE() [] []
  16017. [2023-10-27 16:15:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16018. [2023-10-27 16:15:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16019. [2023-10-27 16:15:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16020. [2023-10-27 16:15:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16021. [2023-10-27 16:15:55] doctrine.DEBUG: SELECT DATABASE() [] []
  16022. [2023-10-27 16:16:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16023. [2023-10-27 16:16:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16024. [2023-10-27 16:16:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16025. [2023-10-27 16:16:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16026. [2023-10-27 16:16:09] doctrine.DEBUG: SELECT DATABASE() [] []
  16027. [2023-10-28 05:09:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16028. [2023-10-28 05:09:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16029. [2023-10-28 05:09:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16030. [2023-10-28 05:09:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16031. [2023-10-28 05:09:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16032. [2023-10-28 05:09:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16033. [2023-10-28 05:09:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16034. [2023-10-28 05:09:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16035. [2023-10-28 05:09:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16036. [2023-10-28 05:09:39] doctrine.DEBUG: SELECT DATABASE() [] []
  16037. [2023-10-28 05:09:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16038. [2023-10-28 05:09:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16039. [2023-10-28 05:09:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16040. [2023-10-28 05:09:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16041. [2023-10-28 05:09:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16042. [2023-10-28 05:09:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16043. [2023-10-28 05:09:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16044. [2023-10-28 05:09:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16045. [2023-10-28 05:09:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16046. [2023-10-28 05:09:44] doctrine.DEBUG: SELECT DATABASE() [] []
  16047. [2023-10-28 05:09:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16048. [2023-10-28 05:09:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16049. [2023-10-28 05:09:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16050. [2023-10-28 05:09:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16051. [2023-10-28 05:09:46] doctrine.DEBUG: SELECT DATABASE() [] []
  16052. [2023-10-28 05:09:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16053. [2023-10-28 05:09:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16054. [2023-10-28 05:09:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16055. [2023-10-28 05:09:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16056. [2023-10-28 05:09:46] doctrine.DEBUG: SELECT DATABASE() [] []
  16057. [2023-10-28 06:55:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16058. [2023-10-28 06:55:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16059. [2023-10-28 06:55:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16060. [2023-10-28 06:55:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16061. [2023-10-28 06:55:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16062. [2023-10-28 06:55:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16063. [2023-10-28 06:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16064. [2023-10-28 06:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16065. [2023-10-28 06:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16066. [2023-10-28 06:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16067. [2023-10-28 06:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16068. [2023-10-28 06:55:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16069. [2023-10-28 06:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16070. [2023-10-28 06:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16071. [2023-10-28 06:55:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16072. [2023-10-28 06:55:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16073. [2023-10-28 06:55:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16074. [2023-10-28 06:55:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16075. [2023-10-28 06:55:39] doctrine.DEBUG: SELECT DATABASE() [] []
  16076. [2023-10-28 06:55:39] doctrine.DEBUG: SELECT DATABASE() [] []
  16077. [2023-10-28 08:34:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16078. [2023-10-28 08:34:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"POST"} []
  16079. [2023-10-28 08:34:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16080. [2023-10-28 08:34:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16081. [2023-10-28 08:34:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16082. [2023-10-28 08:34:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"POST"} []
  16083. [2023-10-28 08:34:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16084. [2023-10-28 08:34:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16085. [2023-10-28 08:34:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16086. [2023-10-28 08:34:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16087. [2023-10-28 08:34:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16088. [2023-10-28 08:34:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16089. [2023-10-28 08:34:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16090. [2023-10-28 08:34:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16091. [2023-10-28 08:34:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16092. [2023-10-28 08:34:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16093. [2023-10-28 08:34:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16094. [2023-10-28 08:34:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16095. [2023-10-28 08:34:21] doctrine.DEBUG: SELECT DATABASE() [] []
  16096. [2023-10-28 08:34:21] doctrine.DEBUG: SELECT DATABASE() [] []
  16097. [2023-10-28 08:34:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16098. [2023-10-28 08:34:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16099. [2023-10-28 08:34:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16100. [2023-10-28 08:34:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16101. [2023-10-28 08:34:27] doctrine.DEBUG: SELECT DATABASE() [] []
  16102. [2023-10-28 08:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16103. [2023-10-28 08:34:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16104. [2023-10-28 08:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16105. [2023-10-28 08:34:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16106. [2023-10-28 08:34:45] doctrine.DEBUG: SELECT DATABASE() [] []
  16107. [2023-10-28 08:35:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16108. [2023-10-28 08:35:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16109. [2023-10-28 08:35:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16110. [2023-10-28 08:35:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16111. [2023-10-28 08:35:07] doctrine.DEBUG: SELECT DATABASE() [] []
  16112. [2023-10-28 08:35:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16113. [2023-10-28 08:35:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16114. [2023-10-28 08:35:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16115. [2023-10-28 08:35:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16116. [2023-10-28 08:35:19] doctrine.DEBUG: SELECT DATABASE() [] []
  16117. [2023-10-28 08:36:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16118. [2023-10-28 08:36:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16119. [2023-10-28 08:36:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16120. [2023-10-28 08:36:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16121. [2023-10-28 08:36:01] doctrine.DEBUG: SELECT DATABASE() [] []
  16122. [2023-10-28 08:36:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16123. [2023-10-28 08:36:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16124. [2023-10-28 08:36:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16125. [2023-10-28 08:36:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16126. [2023-10-28 08:36:19] doctrine.DEBUG: SELECT DATABASE() [] []
  16127. [2023-10-28 08:36:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16128. [2023-10-28 08:36:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16129. [2023-10-28 08:36:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16130. [2023-10-28 08:36:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16131. [2023-10-28 08:36:43] doctrine.DEBUG: SELECT DATABASE() [] []
  16132. [2023-10-28 08:37:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16133. [2023-10-28 08:37:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16134. [2023-10-28 08:37:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16135. [2023-10-28 08:37:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16136. [2023-10-28 08:37:02] doctrine.DEBUG: SELECT DATABASE() [] []
  16137. [2023-10-28 08:37:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16138. [2023-10-28 08:37:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16139. [2023-10-28 08:37:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16140. [2023-10-28 08:37:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16141. [2023-10-28 08:37:34] doctrine.DEBUG: SELECT DATABASE() [] []
  16142. [2023-10-28 08:37:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16143. [2023-10-28 08:37:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16144. [2023-10-28 08:37:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16145. [2023-10-28 08:37:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16146. [2023-10-28 08:37:57] doctrine.DEBUG: SELECT DATABASE() [] []
  16147. [2023-10-28 08:38:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16148. [2023-10-28 08:38:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16149. [2023-10-28 08:38:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16150. [2023-10-28 08:38:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16151. [2023-10-28 08:38:37] doctrine.DEBUG: SELECT DATABASE() [] []
  16152. [2023-10-28 08:38:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16153. [2023-10-28 08:38:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16154. [2023-10-28 08:38:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16155. [2023-10-28 08:38:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16156. [2023-10-28 08:38:55] doctrine.DEBUG: SELECT DATABASE() [] []
  16157. [2023-10-28 14:40:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16158. [2023-10-28 14:40:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16159. [2023-10-28 14:40:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16160. [2023-10-28 14:40:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16161. [2023-10-28 14:40:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16162. [2023-10-28 14:40:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16163. [2023-10-28 14:40:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16164. [2023-10-28 14:40:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16165. [2023-10-28 14:40:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16166. [2023-10-28 14:40:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16167. [2023-10-28 14:40:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16168. [2023-10-28 14:40:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16169. [2023-10-28 14:40:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16170. [2023-10-28 14:40:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16171. [2023-10-28 14:40:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16172. [2023-10-28 14:40:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16173. [2023-10-28 14:40:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16174. [2023-10-28 14:40:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16175. [2023-10-28 14:40:09] doctrine.DEBUG: SELECT DATABASE() [] []
  16176. [2023-10-28 14:40:09] doctrine.DEBUG: SELECT DATABASE() [] []
  16177. [2023-10-28 17:38:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16178. [2023-10-28 17:38:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16179. [2023-10-28 17:38:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16180. [2023-10-28 17:38:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16181. [2023-10-28 17:38:53] doctrine.DEBUG: SELECT DATABASE() [] []
  16182. [2023-10-28 19:49:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16183. [2023-10-28 19:49:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16184. [2023-10-28 19:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16185. [2023-10-28 19:49:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16186. [2023-10-28 19:49:39] doctrine.DEBUG: SELECT DATABASE() [] []
  16187. [2023-10-28 21:40:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16188. [2023-10-28 21:40:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16189. [2023-10-28 21:41:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16190. [2023-10-28 21:41:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16191. [2023-10-28 21:41:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16192. [2023-10-28 21:41:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16193. [2023-10-28 21:41:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16194. [2023-10-28 21:41:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16195. [2023-10-28 21:41:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16196. [2023-10-28 21:41:01] doctrine.DEBUG: SELECT DATABASE() [] []
  16197. [2023-10-28 21:41:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16198. [2023-10-28 21:41:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16199. [2023-10-28 21:41:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16200. [2023-10-28 21:41:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16201. [2023-10-28 21:41:07] doctrine.DEBUG: SELECT DATABASE() [] []
  16202. [2023-10-29 20:19:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16203. [2023-10-29 20:19:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16204. [2023-10-29 20:19:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16205. [2023-10-29 20:19:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16206. [2023-10-29 20:19:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16207. [2023-10-29 20:19:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16208. [2023-10-29 20:19:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16209. [2023-10-29 20:19:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16210. [2023-10-29 20:19:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16211. [2023-10-29 20:19:34] doctrine.DEBUG: SELECT DATABASE() [] []
  16212. [2023-10-30 02:19:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16213. [2023-10-30 02:19:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16214. [2023-10-30 02:19:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16215. [2023-10-30 02:19:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16216. [2023-10-30 02:19:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16217. [2023-10-30 02:19:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16218. [2023-10-30 02:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16219. [2023-10-30 02:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16220. [2023-10-30 02:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16221. [2023-10-30 02:19:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16222. [2023-10-30 02:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16223. [2023-10-30 02:19:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16224. [2023-10-30 02:19:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16225. [2023-10-30 02:19:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16226. [2023-10-30 02:19:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16227. [2023-10-30 02:19:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16228. [2023-10-30 02:19:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16229. [2023-10-30 02:19:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16230. [2023-10-30 02:19:07] doctrine.DEBUG: SELECT DATABASE() [] []
  16231. [2023-10-30 02:19:07] doctrine.DEBUG: SELECT DATABASE() [] []
  16232. [2023-10-30 09:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16233. [2023-10-30 09:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16234. [2023-10-30 09:46:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16235. [2023-10-30 09:46:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16236. [2023-10-30 09:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16237. [2023-10-30 09:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16238. [2023-10-30 09:46:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16239. [2023-10-30 09:46:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16240. [2023-10-30 09:46:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16241. [2023-10-30 09:46:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16242. [2023-10-30 09:46:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16243. [2023-10-30 09:46:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16244. [2023-10-30 09:46:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16245. [2023-10-30 09:46:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16246. [2023-10-30 09:46:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16247. [2023-10-30 09:46:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16248. [2023-10-30 09:46:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16249. [2023-10-30 09:46:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16250. [2023-10-30 09:46:45] doctrine.DEBUG: SELECT DATABASE() [] []
  16251. [2023-10-30 09:46:45] doctrine.DEBUG: SELECT DATABASE() [] []
  16252. [2023-10-30 18:26:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16253. [2023-10-30 18:26:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16254. [2023-10-30 18:26:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16255. [2023-10-30 18:26:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16256. [2023-10-30 18:26:14] doctrine.DEBUG: SELECT DATABASE() [] []
  16257. [2023-10-30 20:01:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16258. [2023-10-30 20:01:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16259. [2023-10-30 20:01:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16260. [2023-10-30 20:01:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16261. [2023-10-30 20:01:50] doctrine.DEBUG: SELECT DATABASE() [] []
  16262. [2023-10-30 22:10:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16263. [2023-10-30 22:10:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16264. [2023-10-30 22:10:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16265. [2023-10-30 22:10:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16266. [2023-10-30 22:10:35] doctrine.DEBUG: SELECT DATABASE() [] []
  16267. [2023-10-31 09:04:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16268. [2023-10-31 09:04:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16269. [2023-10-31 09:04:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16270. [2023-10-31 09:04:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16271. [2023-10-31 09:04:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16272. [2023-10-31 09:04:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16273. [2023-10-31 09:04:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16274. [2023-10-31 09:04:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16275. [2023-10-31 09:04:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16276. [2023-10-31 09:04:40] doctrine.DEBUG: SELECT DATABASE() [] []
  16277. [2023-10-31 09:04:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16278. [2023-10-31 09:04:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16279. [2023-10-31 09:04:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16280. [2023-10-31 09:04:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16281. [2023-10-31 09:04:44] doctrine.DEBUG: SELECT DATABASE() [] []
  16282. [2023-10-31 15:10:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16283. [2023-10-31 15:10:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16284. [2023-10-31 15:10:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16285. [2023-10-31 15:10:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16286. [2023-10-31 15:10:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16287. [2023-10-31 15:10:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16288. [2023-10-31 15:10:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16289. [2023-10-31 15:10:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16290. [2023-10-31 15:10:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16291. [2023-10-31 15:10:38] doctrine.DEBUG: SELECT DATABASE() [] []
  16292. [2023-10-31 15:10:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16293. [2023-10-31 15:10:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16294. [2023-10-31 15:10:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16295. [2023-10-31 15:10:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16296. [2023-10-31 15:10:42] doctrine.DEBUG: SELECT DATABASE() [] []
  16297. [2023-11-02 18:10:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16298. [2023-11-02 18:10:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16299. [2023-11-02 18:10:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16300. [2023-11-02 18:10:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16301. [2023-11-02 18:10:21] doctrine.DEBUG: SELECT DATABASE() [] []
  16302. [2023-11-02 18:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16303. [2023-11-02 18:40:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16304. [2023-11-02 18:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16305. [2023-11-02 18:40:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16306. [2023-11-02 18:40:48] doctrine.DEBUG: SELECT DATABASE() [] []
  16307. [2023-11-02 19:57:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16308. [2023-11-02 19:57:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16309. [2023-11-02 19:57:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16310. [2023-11-02 19:57:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16311. [2023-11-02 19:57:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16312. [2023-11-02 19:57:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16313. [2023-11-02 19:57:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16314. [2023-11-02 19:57:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16315. [2023-11-02 19:57:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16316. [2023-11-02 19:57:50] doctrine.DEBUG: SELECT DATABASE() [] []
  16317. [2023-11-02 21:03:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16318. [2023-11-02 21:03:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16319. [2023-11-02 21:03:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16320. [2023-11-02 21:03:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16321. [2023-11-02 21:03:09] doctrine.DEBUG: SELECT DATABASE() [] []
  16322. [2023-11-03 11:36:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16323. [2023-11-03 11:36:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16324. [2023-11-03 11:36:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16325. [2023-11-03 11:36:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16326. [2023-11-03 11:36:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16327. [2023-11-03 11:36:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16328. [2023-11-03 11:36:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16329. [2023-11-03 11:36:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16330. [2023-11-03 11:36:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16331. [2023-11-03 11:36:36] doctrine.DEBUG: SELECT DATABASE() [] []
  16332. [2023-11-03 19:36:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16333. [2023-11-03 19:36:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16334. [2023-11-03 19:36:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16335. [2023-11-03 19:36:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16336. [2023-11-03 19:36:35] doctrine.DEBUG: SELECT DATABASE() [] []
  16337. [2023-11-04 18:38:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16338. [2023-11-04 18:38:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16339. [2023-11-04 18:38:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16340. [2023-11-04 18:38:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16341. [2023-11-04 18:38:11] doctrine.DEBUG: SELECT DATABASE() [] []
  16342. [2023-11-05 19:32:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16343. [2023-11-05 19:32:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16344. [2023-11-05 19:32:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16345. [2023-11-05 19:32:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16346. [2023-11-05 19:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16347. [2023-11-05 19:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16348. [2023-11-05 19:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16349. [2023-11-05 19:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16350. [2023-11-05 19:32:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16351. [2023-11-05 19:32:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16352. [2023-11-05 19:32:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16353. [2023-11-05 19:32:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16354. [2023-11-05 19:32:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16355. [2023-11-05 19:32:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16356. [2023-11-05 19:32:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16357. [2023-11-05 19:32:41] doctrine.DEBUG: SELECT DATABASE() [] []
  16358. [2023-11-05 19:32:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16359. [2023-11-05 19:32:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16360. [2023-11-05 19:32:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16361. [2023-11-05 19:32:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16362. [2023-11-05 19:32:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16363. [2023-11-05 19:32:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16364. [2023-11-05 19:32:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16365. [2023-11-05 19:32:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16366. [2023-11-05 19:32:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16367. [2023-11-05 19:32:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16368. [2023-11-05 19:32:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16369. [2023-11-05 19:32:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16370. [2023-11-05 19:32:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16371. [2023-11-05 19:32:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16372. [2023-11-05 19:32:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16373. [2023-11-05 19:32:48] doctrine.DEBUG: SELECT DATABASE() [] []
  16374. [2023-11-05 19:32:48] doctrine.DEBUG: SELECT DATABASE() [] []
  16375. [2023-11-05 19:32:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16376. [2023-11-05 19:32:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16377. [2023-11-05 19:32:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16378. [2023-11-05 19:32:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16379. [2023-11-05 19:32:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16380. [2023-11-05 19:32:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16381. [2023-11-05 19:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16382. [2023-11-05 19:32:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16383. [2023-11-05 19:32:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16384. [2023-11-05 19:32:52] doctrine.DEBUG: SELECT DATABASE() [] []
  16385. [2023-11-05 19:35:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16386. [2023-11-05 19:35:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16387. [2023-11-05 19:35:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16388. [2023-11-05 19:35:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16389. [2023-11-05 19:35:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16390. [2023-11-05 19:35:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16391. [2023-11-05 19:35:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16392. [2023-11-05 19:35:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16393. [2023-11-05 19:35:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16394. [2023-11-05 19:35:25] doctrine.DEBUG: SELECT DATABASE() [] []
  16395. [2023-11-06 00:18:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16396. [2023-11-06 00:18:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16397. [2023-11-06 00:18:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16398. [2023-11-06 00:18:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16399. [2023-11-06 00:18:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16400. [2023-11-06 00:18:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16401. [2023-11-06 00:18:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16402. [2023-11-06 00:18:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16403. [2023-11-06 00:18:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16404. [2023-11-06 00:18:04] doctrine.DEBUG: SELECT DATABASE() [] []
  16405. [2023-11-07 23:26:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16406. [2023-11-07 23:26:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16407. [2023-11-07 23:26:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16408. [2023-11-07 23:26:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16409. [2023-11-07 23:26:40] doctrine.DEBUG: SELECT DATABASE() [] []
  16410. [2023-11-08 01:00:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16411. [2023-11-08 01:00:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16412. [2023-11-08 01:00:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16413. [2023-11-08 01:00:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16414. [2023-11-08 01:00:30] doctrine.DEBUG: SELECT DATABASE() [] []
  16415. [2023-11-08 22:47:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16416. [2023-11-08 22:47:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16417. [2023-11-08 22:47:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16418. [2023-11-08 22:47:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16419. [2023-11-08 22:47:15] doctrine.DEBUG: SELECT DATABASE() [] []
  16420. [2023-11-09 03:41:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16421. [2023-11-09 03:41:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16422. [2023-11-09 03:41:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16423. [2023-11-09 03:41:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16424. [2023-11-09 03:41:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16425. [2023-11-09 03:41:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16426. [2023-11-09 03:41:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16427. [2023-11-09 03:41:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16428. [2023-11-09 03:41:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16429. [2023-11-09 03:41:49] doctrine.DEBUG: SELECT DATABASE() [] []
  16430. [2023-11-09 03:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16431. [2023-11-09 03:41:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16432. [2023-11-09 03:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16433. [2023-11-09 03:41:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16434. [2023-11-09 03:41:55] doctrine.DEBUG: SELECT DATABASE() [] []
  16435. [2023-11-09 09:16:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16436. [2023-11-09 09:16:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16437. [2023-11-09 09:16:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16438. [2023-11-09 09:16:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16439. [2023-11-09 09:16:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16440. [2023-11-09 09:16:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16441. [2023-11-09 09:16:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16442. [2023-11-09 09:16:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16443. [2023-11-09 09:16:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16444. [2023-11-09 09:16:39] doctrine.DEBUG: SELECT DATABASE() [] []
  16445. [2023-11-09 09:16:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16446. [2023-11-09 09:16:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16447. [2023-11-09 09:16:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16448. [2023-11-09 09:16:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16449. [2023-11-09 09:16:43] doctrine.DEBUG: SELECT DATABASE() [] []
  16450. [2023-11-09 16:53:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16451. [2023-11-09 16:53:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16452. [2023-11-09 16:53:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16453. [2023-11-09 16:53:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16454. [2023-11-09 16:53:16] doctrine.DEBUG: SELECT DATABASE() [] []
  16455. [2023-11-09 19:25:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16456. [2023-11-09 19:25:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16457. [2023-11-09 19:25:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16458. [2023-11-09 19:25:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16459. [2023-11-09 19:25:31] doctrine.DEBUG: SELECT DATABASE() [] []
  16460. [2023-11-13 17:26:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16461. [2023-11-13 17:26:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16462. [2023-11-13 17:26:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16463. [2023-11-13 17:26:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16464. [2023-11-13 17:26:44] doctrine.DEBUG: SELECT DATABASE() [] []
  16465. [2023-11-13 17:26:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16466. [2023-11-13 17:26:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16467. [2023-11-13 17:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16468. [2023-11-13 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16469. [2023-11-13 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16470. [2023-11-13 17:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16471. [2023-11-13 17:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16472. [2023-11-13 17:26:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16473. [2023-11-13 17:26:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16474. [2023-11-13 17:26:45] doctrine.DEBUG: SELECT DATABASE() [] []
  16475. [2023-11-13 17:49:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16476. [2023-11-13 17:49:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16477. [2023-11-13 17:49:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16478. [2023-11-13 17:49:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16479. [2023-11-13 17:49:47] doctrine.DEBUG: SELECT DATABASE() [] []
  16480. [2023-11-13 19:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16481. [2023-11-13 19:31:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16482. [2023-11-13 19:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16483. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16484. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16485. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16486. [2023-11-13 19:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16487. [2023-11-13 19:31:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16488. [2023-11-13 19:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16489. [2023-11-13 19:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16490. [2023-11-13 19:31:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16491. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16492. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16493. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16494. [2023-11-13 19:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16495. [2023-11-13 19:31:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16496. [2023-11-13 19:31:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16497. [2023-11-13 19:31:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16498. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT DATABASE() [] []
  16499. [2023-11-13 19:31:52] doctrine.DEBUG: SELECT DATABASE() [] []
  16500. [2023-11-14 01:25:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16501. [2023-11-14 01:25:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16502. [2023-11-14 01:25:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16503. [2023-11-14 01:25:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16504. [2023-11-14 01:25:03] doctrine.DEBUG: SELECT DATABASE() [] []
  16505. [2023-11-14 03:40:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16506. [2023-11-14 03:40:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16507. [2023-11-14 03:40:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16508. [2023-11-14 03:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16509. [2023-11-14 03:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16510. [2023-11-14 03:40:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16511. [2023-11-14 03:40:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16512. [2023-11-14 03:40:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16513. [2023-11-14 03:40:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16514. [2023-11-14 03:40:37] doctrine.DEBUG: SELECT DATABASE() [] []
  16515. [2023-11-14 03:40:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16516. [2023-11-14 03:40:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16517. [2023-11-14 03:40:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16518. [2023-11-14 03:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16519. [2023-11-14 03:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16520. [2023-11-14 03:40:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16521. [2023-11-14 03:40:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16522. [2023-11-14 03:40:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16523. [2023-11-14 03:40:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16524. [2023-11-14 03:40:38] doctrine.DEBUG: SELECT DATABASE() [] []
  16525. [2023-11-14 03:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16526. [2023-11-14 03:40:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16527. [2023-11-14 03:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16528. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16529. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16530. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16531. [2023-11-14 03:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16532. [2023-11-14 03:40:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16533. [2023-11-14 03:40:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16534. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT DATABASE() [] []
  16535. [2023-11-14 03:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16536. [2023-11-14 03:40:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16537. [2023-11-14 03:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16538. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16539. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16540. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16541. [2023-11-14 03:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16542. [2023-11-14 03:40:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16543. [2023-11-14 03:40:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16544. [2023-11-14 03:40:40] doctrine.DEBUG: SELECT DATABASE() [] []
  16545. [2023-11-15 02:03:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16546. [2023-11-15 02:03:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16547. [2023-11-15 02:03:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16548. [2023-11-15 02:03:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16549. [2023-11-15 02:03:47] doctrine.DEBUG: SELECT DATABASE() [] []
  16550. [2023-11-15 02:03:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16551. [2023-11-15 02:03:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16552. [2023-11-15 02:03:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16553. [2023-11-15 02:03:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16554. [2023-11-15 02:03:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16555. [2023-11-15 02:03:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16556. [2023-11-15 02:03:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16557. [2023-11-15 02:03:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16558. [2023-11-15 02:03:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16559. [2023-11-15 02:03:48] doctrine.DEBUG: SELECT DATABASE() [] []
  16560. [2023-11-16 01:46:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16561. [2023-11-16 01:46:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16562. [2023-11-16 01:46:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16563. [2023-11-16 01:46:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16564. [2023-11-16 01:46:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16565. [2023-11-16 01:46:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16566. [2023-11-16 01:46:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16567. [2023-11-16 01:46:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16568. [2023-11-16 01:46:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16569. [2023-11-16 01:46:38] doctrine.DEBUG: SELECT DATABASE() [] []
  16570. [2023-11-16 01:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16571. [2023-11-16 01:46:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16572. [2023-11-16 01:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16573. [2023-11-16 01:46:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16574. [2023-11-16 01:46:40] doctrine.DEBUG: SELECT DATABASE() [] []
  16575. [2023-11-16 01:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16576. [2023-11-16 01:46:51] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  16577. [2023-11-16 01:46:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16578. [2023-11-16 01:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16579. [2023-11-16 01:46:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16580. [2023-11-16 01:46:51] doctrine.DEBUG: SELECT DATABASE() [] []
  16581. [2023-11-16 01:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16582. [2023-11-16 01:46:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cff2c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/0cff2c","method":"GET"} []
  16583. [2023-11-16 01:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16584. [2023-11-16 01:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16585. [2023-11-16 01:47:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16586. [2023-11-16 01:47:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16587. [2023-11-16 01:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16588. [2023-11-16 01:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16589. [2023-11-16 01:47:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16590. [2023-11-16 01:47:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16591. [2023-11-16 01:47:08] doctrine.DEBUG: SELECT DATABASE() [] []
  16592. [2023-11-16 01:47:08] doctrine.DEBUG: SELECT DATABASE() [] []
  16593. [2023-11-16 01:51:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16594. [2023-11-16 01:51:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16595. [2023-11-16 01:51:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16596. [2023-11-16 01:51:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16597. [2023-11-16 01:51:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16598. [2023-11-16 01:51:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16599. [2023-11-16 01:51:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16600. [2023-11-16 01:51:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16601. [2023-11-16 01:51:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16602. [2023-11-16 01:51:27] doctrine.DEBUG: SELECT DATABASE() [] []
  16603. [2023-11-16 01:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16604. [2023-11-16 01:51:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16605. [2023-11-16 01:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16606. [2023-11-16 01:51:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16607. [2023-11-16 01:51:31] doctrine.DEBUG: SELECT DATABASE() [] []
  16608. [2023-11-16 01:53:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16609. [2023-11-16 01:53:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16610. [2023-11-16 01:53:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16611. [2023-11-16 01:53:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16612. [2023-11-16 01:53:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16613. [2023-11-16 01:53:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16614. [2023-11-16 01:53:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16615. [2023-11-16 01:53:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16616. [2023-11-16 01:53:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16617. [2023-11-16 01:53:51] doctrine.DEBUG: SELECT DATABASE() [] []
  16618. [2023-11-16 01:53:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16619. [2023-11-16 01:53:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16620. [2023-11-16 01:53:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16621. [2023-11-16 01:53:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16622. [2023-11-16 01:53:52] doctrine.DEBUG: SELECT DATABASE() [] []
  16623. [2023-11-16 01:54:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16624. [2023-11-16 01:54:04] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  16625. [2023-11-16 01:54:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16626. [2023-11-16 01:54:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16627. [2023-11-16 01:54:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16628. [2023-11-16 01:54:04] doctrine.DEBUG: SELECT DATABASE() [] []
  16629. [2023-11-16 01:54:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16630. [2023-11-16 01:54:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbb4b4"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/dbb4b4","method":"GET"} []
  16631. [2023-11-16 01:55:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16632. [2023-11-16 01:55:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16633. [2023-11-16 01:55:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16634. [2023-11-16 01:55:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16635. [2023-11-16 01:55:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16636. [2023-11-16 01:55:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16637. [2023-11-16 01:55:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16638. [2023-11-16 01:55:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16639. [2023-11-16 01:55:31] doctrine.DEBUG: SELECT DATABASE() [] []
  16640. [2023-11-16 01:55:31] doctrine.DEBUG: SELECT DATABASE() [] []
  16641. [2023-11-16 06:05:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16642. [2023-11-16 06:05:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16643. [2023-11-16 06:05:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16644. [2023-11-16 06:05:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16645. [2023-11-16 06:05:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16646. [2023-11-16 06:05:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16647. [2023-11-16 06:05:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16648. [2023-11-16 06:05:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16649. [2023-11-16 06:05:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16650. [2023-11-16 06:05:51] doctrine.DEBUG: SELECT DATABASE() [] []
  16651. [2023-11-16 06:05:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16652. [2023-11-16 06:05:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16653. [2023-11-16 06:05:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16654. [2023-11-16 06:05:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16655. [2023-11-16 06:05:56] doctrine.DEBUG: SELECT DATABASE() [] []
  16656. [2023-11-16 10:00:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16657. [2023-11-16 10:00:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16658. [2023-11-16 10:00:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16659. [2023-11-16 10:00:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16660. [2023-11-16 10:00:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16661. [2023-11-16 10:00:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16662. [2023-11-16 10:00:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16663. [2023-11-16 10:00:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16664. [2023-11-16 10:00:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16665. [2023-11-16 10:00:50] doctrine.DEBUG: SELECT DATABASE() [] []
  16666. [2023-11-16 10:00:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16667. [2023-11-16 10:00:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16668. [2023-11-16 10:00:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16669. [2023-11-16 10:00:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16670. [2023-11-16 10:00:54] doctrine.DEBUG: SELECT DATABASE() [] []
  16671. [2023-11-16 10:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16672. [2023-11-16 10:09:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16673. [2023-11-16 10:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16674. [2023-11-16 10:09:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16675. [2023-11-16 10:09:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16676. [2023-11-16 10:09:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16677. [2023-11-16 10:09:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16678. [2023-11-16 10:09:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16679. [2023-11-16 10:09:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16680. [2023-11-16 10:09:25] doctrine.DEBUG: SELECT DATABASE() [] []
  16681. [2023-11-16 10:09:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16682. [2023-11-16 10:09:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16683. [2023-11-16 10:09:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16684. [2023-11-16 10:09:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16685. [2023-11-16 10:09:29] doctrine.DEBUG: SELECT DATABASE() [] []
  16686. [2023-11-16 18:13:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16687. [2023-11-16 18:13:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16688. [2023-11-16 18:13:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16689. [2023-11-16 18:13:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16690. [2023-11-16 18:13:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16691. [2023-11-16 18:13:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16692. [2023-11-16 18:13:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16693. [2023-11-16 18:13:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16694. [2023-11-16 18:13:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16695. [2023-11-16 18:13:59] doctrine.DEBUG: SELECT DATABASE() [] []
  16696. [2023-11-16 18:14:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16697. [2023-11-16 18:14:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16698. [2023-11-16 18:14:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16699. [2023-11-16 18:14:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16700. [2023-11-16 18:14:02] doctrine.DEBUG: SELECT DATABASE() [] []
  16701. [2023-11-16 20:49:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16702. [2023-11-16 20:49:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16703. [2023-11-16 20:49:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16704. [2023-11-16 20:49:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16705. [2023-11-16 20:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16706. [2023-11-16 20:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16707. [2023-11-16 20:49:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16708. [2023-11-16 20:49:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16709. [2023-11-16 20:49:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16710. [2023-11-16 20:49:36] doctrine.DEBUG: SELECT DATABASE() [] []
  16711. [2023-11-16 20:49:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16712. [2023-11-16 20:49:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16713. [2023-11-16 20:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16714. [2023-11-16 20:49:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16715. [2023-11-16 20:49:41] doctrine.DEBUG: SELECT DATABASE() [] []
  16716. [2023-11-16 23:58:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16717. [2023-11-16 23:58:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16718. [2023-11-16 23:58:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16719. [2023-11-16 23:58:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16720. [2023-11-16 23:58:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16721. [2023-11-16 23:58:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16722. [2023-11-16 23:58:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16723. [2023-11-16 23:58:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16724. [2023-11-16 23:58:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16725. [2023-11-16 23:58:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16726. [2023-11-16 23:58:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16727. [2023-11-16 23:58:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16728. [2023-11-16 23:58:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16729. [2023-11-16 23:58:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16730. [2023-11-16 23:58:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16731. [2023-11-16 23:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16732. [2023-11-16 23:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16733. [2023-11-16 23:58:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16734. [2023-11-16 23:58:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16735. [2023-11-16 23:58:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16736. [2023-11-16 23:58:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16737. [2023-11-16 23:58:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16738. [2023-11-16 23:58:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16739. [2023-11-16 23:58:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16740. [2023-11-16 23:58:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16741. [2023-11-16 23:58:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16742. [2023-11-16 23:58:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16743. [2023-11-16 23:58:05] doctrine.DEBUG: SELECT DATABASE() [] []
  16744. [2023-11-16 23:58:05] doctrine.DEBUG: SELECT DATABASE() [] []
  16745. [2023-11-16 23:58:05] doctrine.DEBUG: SELECT DATABASE() [] []
  16746. [2023-11-16 23:58:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16747. [2023-11-16 23:58:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16748. [2023-11-16 23:58:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16749. [2023-11-16 23:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16750. [2023-11-16 23:58:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16751. [2023-11-16 23:58:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16752. [2023-11-16 23:58:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16753. [2023-11-16 23:58:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16754. [2023-11-16 23:58:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16755. [2023-11-16 23:58:23] doctrine.DEBUG: SELECT DATABASE() [] []
  16756. [2023-11-17 00:05:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16757. [2023-11-17 00:05:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16758. [2023-11-17 00:05:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16759. [2023-11-17 00:05:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16760. [2023-11-17 00:05:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16761. [2023-11-17 00:05:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16762. [2023-11-17 00:05:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16763. [2023-11-17 00:05:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16764. [2023-11-17 00:05:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16765. [2023-11-17 00:05:18] doctrine.DEBUG: SELECT DATABASE() [] []
  16766. [2023-11-17 00:05:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16767. [2023-11-17 00:05:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16768. [2023-11-17 00:05:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16769. [2023-11-17 00:05:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16770. [2023-11-17 00:05:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16771. [2023-11-17 00:05:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16772. [2023-11-17 00:05:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16773. [2023-11-17 00:05:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16774. [2023-11-17 00:05:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16775. [2023-11-17 00:05:19] doctrine.DEBUG: SELECT DATABASE() [] []
  16776. [2023-11-17 00:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16777. [2023-11-17 00:07:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16778. [2023-11-17 00:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16779. [2023-11-17 00:07:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16780. [2023-11-17 00:07:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16781. [2023-11-17 00:07:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16782. [2023-11-17 00:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16783. [2023-11-17 00:07:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16784. [2023-11-17 00:07:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16785. [2023-11-17 00:07:21] doctrine.DEBUG: SELECT DATABASE() [] []
  16786. [2023-11-17 00:07:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16787. [2023-11-17 00:07:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16788. [2023-11-17 00:07:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16789. [2023-11-17 00:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16790. [2023-11-17 00:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16791. [2023-11-17 00:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16792. [2023-11-17 00:07:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16793. [2023-11-17 00:07:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16794. [2023-11-17 00:07:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16795. [2023-11-17 00:07:24] doctrine.DEBUG: SELECT DATABASE() [] []
  16796. [2023-11-17 00:07:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16797. [2023-11-17 00:07:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16798. [2023-11-17 00:07:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16799. [2023-11-17 00:07:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16800. [2023-11-17 00:07:26] doctrine.DEBUG: SELECT DATABASE() [] []
  16801. [2023-11-17 00:07:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16802. [2023-11-17 00:07:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16803. [2023-11-17 00:07:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16804. [2023-11-17 00:07:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16805. [2023-11-17 00:07:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16806. [2023-11-17 00:07:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16807. [2023-11-17 00:07:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16808. [2023-11-17 00:07:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16809. [2023-11-17 00:07:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16810. [2023-11-17 00:07:31] doctrine.DEBUG: SELECT DATABASE() [] []
  16811. [2023-11-17 00:07:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16812. [2023-11-17 00:07:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  16813. [2023-11-17 00:07:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16814. [2023-11-17 00:07:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16815. [2023-11-17 00:07:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16816. [2023-11-17 00:07:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16817. [2023-11-17 00:07:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16818. [2023-11-17 00:07:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16819. [2023-11-17 00:07:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16820. [2023-11-17 00:07:55] doctrine.DEBUG: SELECT DATABASE() [] []
  16821. [2023-11-17 00:07:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16822. [2023-11-17 00:07:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  16823. [2023-11-17 00:07:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16824. [2023-11-17 00:07:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16825. [2023-11-17 00:07:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16826. [2023-11-17 00:07:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16827. [2023-11-17 00:07:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16828. [2023-11-17 00:07:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16829. [2023-11-17 00:07:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16830. [2023-11-17 00:07:56] doctrine.DEBUG: SELECT DATABASE() [] []
  16831. [2023-11-19 14:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16832. [2023-11-19 14:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16833. [2023-11-19 14:39:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16834. [2023-11-19 14:39:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16835. [2023-11-19 14:39:56] doctrine.DEBUG: SELECT DATABASE() [] []
  16836. [2023-11-19 14:39:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16837. [2023-11-19 14:39:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16838. [2023-11-19 14:39:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16839. [2023-11-19 14:39:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16840. [2023-11-19 14:39:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16841. [2023-11-19 14:39:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16842. [2023-11-19 14:39:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16843. [2023-11-19 14:39:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16844. [2023-11-19 14:39:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16845. [2023-11-19 14:39:58] doctrine.DEBUG: SELECT DATABASE() [] []
  16846. [2023-11-19 20:45:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16847. [2023-11-19 20:45:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16848. [2023-11-19 20:45:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16849. [2023-11-19 20:45:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16850. [2023-11-19 20:45:17] doctrine.DEBUG: SELECT DATABASE() [] []
  16851. [2023-11-19 22:04:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16852. [2023-11-19 22:04:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16853. [2023-11-19 22:04:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16854. [2023-11-19 22:04:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16855. [2023-11-19 22:04:20] doctrine.DEBUG: SELECT DATABASE() [] []
  16856. [2023-11-20 18:11:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16857. [2023-11-20 18:11:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16858. [2023-11-20 18:11:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16859. [2023-11-20 18:11:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16860. [2023-11-20 18:11:40] doctrine.DEBUG: SELECT DATABASE() [] []
  16861. [2023-11-21 19:05:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16862. [2023-11-21 19:05:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16863. [2023-11-21 19:05:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16864. [2023-11-21 19:05:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16865. [2023-11-21 19:05:39] doctrine.DEBUG: SELECT DATABASE() [] []
  16866. [2023-11-21 21:03:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16867. [2023-11-21 21:03:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16868. [2023-11-21 21:03:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16869. [2023-11-21 21:03:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16870. [2023-11-21 21:03:03] doctrine.DEBUG: SELECT DATABASE() [] []
  16871. [2023-11-22 06:10:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16872. [2023-11-22 06:10:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16873. [2023-11-22 06:10:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16874. [2023-11-22 06:10:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16875. [2023-11-22 06:10:43] doctrine.DEBUG: SELECT DATABASE() [] []
  16876. [2023-11-22 06:10:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16877. [2023-11-22 06:10:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16878. [2023-11-22 06:10:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16879. [2023-11-22 06:10:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16880. [2023-11-22 06:10:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16881. [2023-11-22 06:10:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16882. [2023-11-22 06:10:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16883. [2023-11-22 06:10:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16884. [2023-11-22 06:10:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16885. [2023-11-22 06:10:45] doctrine.DEBUG: SELECT DATABASE() [] []
  16886. [2023-11-23 12:08:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16887. [2023-11-23 12:08:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  16888. [2023-11-23 12:08:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16889. [2023-11-23 12:08:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  16890. [2023-11-23 12:08:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  16891. [2023-11-23 12:08:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  16892. [2023-11-23 12:08:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  16893. [2023-11-23 12:08:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  16894. [2023-11-23 12:08:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16895. [2023-11-23 12:08:34] doctrine.DEBUG: SELECT DATABASE() [] []
  16896. [2023-11-23 12:08:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16897. [2023-11-23 12:08:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dummy404file.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dummy404file.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dummy404file.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16898. [2023-11-23 12:08:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16899. [2023-11-23 12:08:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16900. [2023-11-23 12:08:44] doctrine.DEBUG: SELECT DATABASE() [] []
  16901. [2023-11-23 12:08:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16902. [2023-11-23 12:08:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/default.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/default.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16903. [2023-11-23 12:08:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16904. [2023-11-23 12:08:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16905. [2023-11-23 12:08:53] doctrine.DEBUG: SELECT DATABASE() [] []
  16906. [2023-11-23 12:09:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16907. [2023-11-23 12:09:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16908. [2023-11-23 12:09:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16909. [2023-11-23 12:09:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16910. [2023-11-23 12:09:02] doctrine.DEBUG: SELECT DATABASE() [] []
  16911. [2023-11-23 12:09:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16912. [2023-11-23 12:09:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16913. [2023-11-23 12:09:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16914. [2023-11-23 12:09:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16915. [2023-11-23 12:09:11] doctrine.DEBUG: SELECT DATABASE() [] []
  16916. [2023-11-23 12:09:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16917. [2023-11-23 12:09:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16918. [2023-11-23 12:09:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16919. [2023-11-23 12:09:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16920. [2023-11-23 12:09:20] doctrine.DEBUG: SELECT DATABASE() [] []
  16921. [2023-11-23 12:09:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16922. [2023-11-23 12:09:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16923. [2023-11-23 12:09:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16924. [2023-11-23 12:09:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16925. [2023-11-23 12:09:29] doctrine.DEBUG: SELECT DATABASE() [] []
  16926. [2023-11-23 12:09:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16927. [2023-11-23 12:09:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16928. [2023-11-23 12:09:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16929. [2023-11-23 12:09:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16930. [2023-11-23 12:09:38] doctrine.DEBUG: SELECT DATABASE() [] []
  16931. [2023-11-23 12:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16932. [2023-11-23 12:09:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16933. [2023-11-23 12:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16934. [2023-11-23 12:09:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16935. [2023-11-23 12:09:47] doctrine.DEBUG: SELECT DATABASE() [] []
  16936. [2023-11-23 12:09:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16937. [2023-11-23 12:09:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16938. [2023-11-23 12:09:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16939. [2023-11-23 12:09:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16940. [2023-11-23 12:09:56] doctrine.DEBUG: SELECT DATABASE() [] []
  16941. [2023-11-23 12:10:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16942. [2023-11-23 12:10:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16943. [2023-11-23 12:10:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16944. [2023-11-23 12:10:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16945. [2023-11-23 12:10:05] doctrine.DEBUG: SELECT DATABASE() [] []
  16946. [2023-11-23 12:10:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16947. [2023-11-23 12:10:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16948. [2023-11-23 12:10:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16949. [2023-11-23 12:10:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16950. [2023-11-23 12:10:14] doctrine.DEBUG: SELECT DATABASE() [] []
  16951. [2023-11-23 12:10:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16952. [2023-11-23 12:10:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ENV"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16953. [2023-11-23 12:10:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16954. [2023-11-23 12:10:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16955. [2023-11-23 12:10:23] doctrine.DEBUG: SELECT DATABASE() [] []
  16956. [2023-11-23 12:10:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16957. [2023-11-23 12:10:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SENDGRID.ENV"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SENDGRID.ENV\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/SENDGRID.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16958. [2023-11-23 12:10:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16959. [2023-11-23 12:10:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16960. [2023-11-23 12:10:32] doctrine.DEBUG: SELECT DATABASE() [] []
  16961. [2023-11-23 12:10:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16962. [2023-11-23 12:10:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/app.config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/app.config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/app.config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16963. [2023-11-23 12:10:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16964. [2023-11-23 12:10:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16965. [2023-11-23 12:10:41] doctrine.DEBUG: SELECT DATABASE() [] []
  16966. [2023-11-23 12:10:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16967. [2023-11-23 12:10:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16968. [2023-11-23 12:10:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16969. [2023-11-23 12:10:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16970. [2023-11-23 12:10:50] doctrine.DEBUG: SELECT DATABASE() [] []
  16971. [2023-11-23 12:10:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16972. [2023-11-23 12:10:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16973. [2023-11-23 12:10:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16974. [2023-11-23 12:10:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16975. [2023-11-23 12:10:59] doctrine.DEBUG: SELECT DATABASE() [] []
  16976. [2023-11-23 12:11:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16977. [2023-11-23 12:11:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16978. [2023-11-23 12:11:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16979. [2023-11-23 12:11:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16980. [2023-11-23 12:11:08] doctrine.DEBUG: SELECT DATABASE() [] []
  16981. [2023-11-23 12:11:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16982. [2023-11-23 12:11:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16983. [2023-11-23 12:11:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16984. [2023-11-23 12:11:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16985. [2023-11-23 12:11:17] doctrine.DEBUG: SELECT DATABASE() [] []
  16986. [2023-11-23 12:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16987. [2023-11-23 12:11:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16988. [2023-11-23 12:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16989. [2023-11-23 12:11:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16990. [2023-11-23 12:11:26] doctrine.DEBUG: SELECT DATABASE() [] []
  16991. [2023-11-23 12:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16992. [2023-11-23 12:11:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /django/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /django/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16993. [2023-11-23 12:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16994. [2023-11-23 12:11:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  16995. [2023-11-23 12:11:35] doctrine.DEBUG: SELECT DATABASE() [] []
  16996. [2023-11-23 12:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  16997. [2023-11-23 12:11:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  16998. [2023-11-23 12:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  16999. [2023-11-23 12:11:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17000. [2023-11-23 12:11:44] doctrine.DEBUG: SELECT DATABASE() [] []
  17001. [2023-11-23 12:11:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17002. [2023-11-23 12:11:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17003. [2023-11-23 12:11:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17004. [2023-11-23 12:11:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17005. [2023-11-23 12:11:53] doctrine.DEBUG: SELECT DATABASE() [] []
  17006. [2023-11-23 12:12:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17007. [2023-11-23 12:12:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17008. [2023-11-23 12:12:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17009. [2023-11-23 12:12:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17010. [2023-11-23 12:12:02] doctrine.DEBUG: SELECT DATABASE() [] []
  17011. [2023-11-23 12:12:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17012. [2023-11-23 12:12:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17013. [2023-11-23 12:12:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17014. [2023-11-23 12:12:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17015. [2023-11-23 12:12:11] doctrine.DEBUG: SELECT DATABASE() [] []
  17016. [2023-11-23 12:12:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17017. [2023-11-23 12:12:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17018. [2023-11-23 12:12:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17019. [2023-11-23 12:12:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17020. [2023-11-23 12:12:20] doctrine.DEBUG: SELECT DATABASE() [] []
  17021. [2023-11-23 12:12:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17022. [2023-11-23 12:12:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17023. [2023-11-23 12:12:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17024. [2023-11-23 12:12:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17025. [2023-11-23 12:12:29] doctrine.DEBUG: SELECT DATABASE() [] []
  17026. [2023-11-23 12:12:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17027. [2023-11-23 12:12:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redmine/config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redmine/config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17028. [2023-11-23 12:12:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17029. [2023-11-23 12:12:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17030. [2023-11-23 12:12:38] doctrine.DEBUG: SELECT DATABASE() [] []
  17031. [2023-11-23 12:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17032. [2023-11-23 12:12:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17033. [2023-11-23 12:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17034. [2023-11-23 12:12:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17035. [2023-11-23 12:12:47] doctrine.DEBUG: SELECT DATABASE() [] []
  17036. [2023-11-23 12:12:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17037. [2023-11-23 12:12:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17038. [2023-11-23 12:12:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17039. [2023-11-23 12:12:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17040. [2023-11-23 12:12:56] doctrine.DEBUG: SELECT DATABASE() [] []
  17041. [2023-11-23 12:13:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17042. [2023-11-23 12:13:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17043. [2023-11-23 12:13:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17044. [2023-11-23 12:13:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17045. [2023-11-23 12:13:05] doctrine.DEBUG: SELECT DATABASE() [] []
  17046. [2023-11-23 12:13:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17047. [2023-11-23 12:13:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17048. [2023-11-23 12:13:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17049. [2023-11-23 12:13:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17050. [2023-11-23 12:13:14] doctrine.DEBUG: SELECT DATABASE() [] []
  17051. [2023-11-23 12:13:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17052. [2023-11-23 12:13:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17053. [2023-11-23 12:13:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17054. [2023-11-23 12:13:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17055. [2023-11-23 12:13:23] doctrine.DEBUG: SELECT DATABASE() [] []
  17056. [2023-11-23 12:13:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17057. [2023-11-23 12:13:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17058. [2023-11-23 12:13:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17059. [2023-11-23 12:13:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17060. [2023-11-23 12:13:32] doctrine.DEBUG: SELECT DATABASE() [] []
  17061. [2023-11-23 12:13:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17062. [2023-11-23 12:13:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17063. [2023-11-23 12:13:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17064. [2023-11-23 12:13:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17065. [2023-11-23 12:13:41] doctrine.DEBUG: SELECT DATABASE() [] []
  17066. [2023-11-23 12:13:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17067. [2023-11-23 12:13:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17068. [2023-11-23 12:13:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17069. [2023-11-23 12:13:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17070. [2023-11-23 12:13:50] doctrine.DEBUG: SELECT DATABASE() [] []
  17071. [2023-11-23 12:13:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17072. [2023-11-23 12:13:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17073. [2023-11-23 12:13:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17074. [2023-11-23 12:13:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17075. [2023-11-23 12:13:59] doctrine.DEBUG: SELECT DATABASE() [] []
  17076. [2023-11-23 12:14:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17077. [2023-11-23 12:14:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17078. [2023-11-23 12:14:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17079. [2023-11-23 12:14:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17080. [2023-11-23 12:14:08] doctrine.DEBUG: SELECT DATABASE() [] []
  17081. [2023-11-23 12:14:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17082. [2023-11-23 12:14:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17083. [2023-11-23 12:14:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17084. [2023-11-23 12:14:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17085. [2023-11-23 12:14:17] doctrine.DEBUG: SELECT DATABASE() [] []
  17086. [2023-11-23 12:14:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17087. [2023-11-23 12:14:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17088. [2023-11-23 12:14:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17089. [2023-11-23 12:14:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17090. [2023-11-23 12:14:26] doctrine.DEBUG: SELECT DATABASE() [] []
  17091. [2023-11-23 12:14:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17092. [2023-11-23 12:14:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17093. [2023-11-23 12:14:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17094. [2023-11-23 12:14:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17095. [2023-11-23 12:14:35] doctrine.DEBUG: SELECT DATABASE() [] []
  17096. [2023-11-23 12:14:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17097. [2023-11-23 12:14:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17098. [2023-11-23 12:14:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17099. [2023-11-23 12:14:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17100. [2023-11-23 12:14:44] doctrine.DEBUG: SELECT DATABASE() [] []
  17101. [2023-11-23 12:14:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17102. [2023-11-23 12:14:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17103. [2023-11-23 12:14:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17104. [2023-11-23 12:14:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17105. [2023-11-23 12:14:53] doctrine.DEBUG: SELECT DATABASE() [] []
  17106. [2023-11-23 12:15:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17107. [2023-11-23 12:15:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17108. [2023-11-23 12:15:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17109. [2023-11-23 12:15:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17110. [2023-11-23 12:15:02] doctrine.DEBUG: SELECT DATABASE() [] []
  17111. [2023-11-23 12:15:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17112. [2023-11-23 12:15:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17113. [2023-11-23 12:15:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17114. [2023-11-23 12:15:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17115. [2023-11-23 12:15:11] doctrine.DEBUG: SELECT DATABASE() [] []
  17116. [2023-11-23 12:15:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17117. [2023-11-23 12:15:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17118. [2023-11-23 12:15:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17119. [2023-11-23 12:15:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17120. [2023-11-23 12:15:20] doctrine.DEBUG: SELECT DATABASE() [] []
  17121. [2023-11-23 12:15:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17122. [2023-11-23 12:15:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17123. [2023-11-23 12:15:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17124. [2023-11-23 12:15:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17125. [2023-11-23 12:15:29] doctrine.DEBUG: SELECT DATABASE() [] []
  17126. [2023-11-23 12:15:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17127. [2023-11-23 12:15:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17128. [2023-11-23 12:15:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17129. [2023-11-23 12:15:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17130. [2023-11-23 12:15:38] doctrine.DEBUG: SELECT DATABASE() [] []
  17131. [2023-11-23 12:15:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17132. [2023-11-23 12:15:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17133. [2023-11-23 12:15:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17134. [2023-11-23 12:15:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17135. [2023-11-23 12:15:47] doctrine.DEBUG: SELECT DATABASE() [] []
  17136. [2023-11-23 12:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17137. [2023-11-23 12:15:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17138. [2023-11-23 12:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17139. [2023-11-23 12:15:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17140. [2023-11-23 12:15:56] doctrine.DEBUG: SELECT DATABASE() [] []
  17141. [2023-11-23 12:16:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17142. [2023-11-23 12:16:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17143. [2023-11-23 12:16:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17144. [2023-11-23 12:16:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17145. [2023-11-23 12:16:05] doctrine.DEBUG: SELECT DATABASE() [] []
  17146. [2023-11-23 12:16:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17147. [2023-11-23 12:16:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17148. [2023-11-23 12:16:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17149. [2023-11-23 12:16:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17150. [2023-11-23 12:16:14] doctrine.DEBUG: SELECT DATABASE() [] []
  17151. [2023-11-23 12:16:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17152. [2023-11-23 12:16:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17153. [2023-11-23 12:16:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17154. [2023-11-23 12:16:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17155. [2023-11-23 12:16:23] doctrine.DEBUG: SELECT DATABASE() [] []
  17156. [2023-11-23 12:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17157. [2023-11-23 12:16:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17158. [2023-11-23 12:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17159. [2023-11-23 12:16:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17160. [2023-11-23 12:16:32] doctrine.DEBUG: SELECT DATABASE() [] []
  17161. [2023-11-23 12:16:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17162. [2023-11-23 12:16:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17163. [2023-11-23 12:16:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17164. [2023-11-23 12:16:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17165. [2023-11-23 12:16:41] doctrine.DEBUG: SELECT DATABASE() [] []
  17166. [2023-11-23 12:16:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17167. [2023-11-23 12:16:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17168. [2023-11-23 12:16:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17169. [2023-11-23 12:16:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17170. [2023-11-23 12:16:50] doctrine.DEBUG: SELECT DATABASE() [] []
  17171. [2023-11-23 12:16:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17172. [2023-11-23 12:16:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17173. [2023-11-23 12:16:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17174. [2023-11-23 12:16:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17175. [2023-11-23 12:16:59] doctrine.DEBUG: SELECT DATABASE() [] []
  17176. [2023-11-23 12:17:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17177. [2023-11-23 12:17:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17178. [2023-11-23 12:17:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17179. [2023-11-23 12:17:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17180. [2023-11-23 12:17:08] doctrine.DEBUG: SELECT DATABASE() [] []
  17181. [2023-11-23 12:17:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17182. [2023-11-23 12:17:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17183. [2023-11-23 12:17:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17184. [2023-11-23 12:17:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17185. [2023-11-23 12:17:17] doctrine.DEBUG: SELECT DATABASE() [] []
  17186. [2023-11-23 12:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17187. [2023-11-23 12:17:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17188. [2023-11-23 12:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17189. [2023-11-23 12:17:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17190. [2023-11-23 12:17:26] doctrine.DEBUG: SELECT DATABASE() [] []
  17191. [2023-11-23 12:17:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17192. [2023-11-23 12:17:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17193. [2023-11-23 12:17:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17194. [2023-11-23 12:17:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17195. [2023-11-23 12:17:35] doctrine.DEBUG: SELECT DATABASE() [] []
  17196. [2023-11-23 12:17:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17197. [2023-11-23 12:17:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17198. [2023-11-23 12:17:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17199. [2023-11-23 12:17:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17200. [2023-11-23 12:17:44] doctrine.DEBUG: SELECT DATABASE() [] []
  17201. [2023-11-23 12:17:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17202. [2023-11-23 12:17:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17203. [2023-11-23 12:17:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17204. [2023-11-23 12:17:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17205. [2023-11-23 12:17:53] doctrine.DEBUG: SELECT DATABASE() [] []
  17206. [2023-11-23 12:18:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17207. [2023-11-23 12:18:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17208. [2023-11-23 12:18:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17209. [2023-11-23 12:18:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17210. [2023-11-23 12:18:02] doctrine.DEBUG: SELECT DATABASE() [] []
  17211. [2023-11-23 12:18:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17212. [2023-11-23 12:18:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17213. [2023-11-23 12:18:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17214. [2023-11-23 12:18:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17215. [2023-11-23 12:18:11] doctrine.DEBUG: SELECT DATABASE() [] []
  17216. [2023-11-23 12:18:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17217. [2023-11-23 12:18:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17218. [2023-11-23 12:18:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17219. [2023-11-23 12:18:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17220. [2023-11-23 12:18:20] doctrine.DEBUG: SELECT DATABASE() [] []
  17221. [2023-11-23 12:18:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17222. [2023-11-23 12:18:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17223. [2023-11-23 12:18:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17224. [2023-11-23 12:18:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17225. [2023-11-23 12:18:30] doctrine.DEBUG: SELECT DATABASE() [] []
  17226. [2023-11-23 12:18:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17227. [2023-11-23 12:18:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17228. [2023-11-23 12:18:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17229. [2023-11-23 12:18:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17230. [2023-11-23 12:18:39] doctrine.DEBUG: SELECT DATABASE() [] []
  17231. [2023-11-23 12:18:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17232. [2023-11-23 12:18:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17233. [2023-11-23 12:18:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17234. [2023-11-23 12:18:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17235. [2023-11-23 12:18:48] doctrine.DEBUG: SELECT DATABASE() [] []
  17236. [2023-11-23 12:18:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17237. [2023-11-23 12:18:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17238. [2023-11-23 12:18:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17239. [2023-11-23 12:18:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17240. [2023-11-23 12:18:57] doctrine.DEBUG: SELECT DATABASE() [] []
  17241. [2023-11-23 12:19:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17242. [2023-11-23 12:19:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17243. [2023-11-23 12:19:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17244. [2023-11-23 12:19:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17245. [2023-11-23 12:19:06] doctrine.DEBUG: SELECT DATABASE() [] []
  17246. [2023-11-23 12:19:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17247. [2023-11-23 12:19:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17248. [2023-11-23 12:19:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17249. [2023-11-23 12:19:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17250. [2023-11-23 12:19:15] doctrine.DEBUG: SELECT DATABASE() [] []
  17251. [2023-11-23 12:19:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17252. [2023-11-23 12:19:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17253. [2023-11-23 12:19:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17254. [2023-11-23 12:19:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17255. [2023-11-23 12:19:24] doctrine.DEBUG: SELECT DATABASE() [] []
  17256. [2023-11-23 12:19:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17257. [2023-11-23 12:19:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17258. [2023-11-23 12:19:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17259. [2023-11-23 12:19:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17260. [2023-11-23 12:19:33] doctrine.DEBUG: SELECT DATABASE() [] []
  17261. [2023-11-23 12:19:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17262. [2023-11-23 12:19:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.production"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.production\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17263. [2023-11-23 12:19:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17264. [2023-11-23 12:19:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17265. [2023-11-23 12:19:42] doctrine.DEBUG: SELECT DATABASE() [] []
  17266. [2023-11-23 12:19:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17267. [2023-11-23 12:19:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.example"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.example\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17268. [2023-11-23 12:19:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17269. [2023-11-23 12:19:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17270. [2023-11-23 12:19:51] doctrine.DEBUG: SELECT DATABASE() [] []
  17271. [2023-11-23 12:20:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17272. [2023-11-23 12:20:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.local"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17273. [2023-11-23 12:20:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17274. [2023-11-23 12:20:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17275. [2023-11-23 12:20:00] doctrine.DEBUG: SELECT DATABASE() [] []
  17276. [2023-11-23 12:20:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17277. [2023-11-23 12:20:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17278. [2023-11-23 12:20:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17279. [2023-11-23 12:20:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17280. [2023-11-23 12:20:09] doctrine.DEBUG: SELECT DATABASE() [] []
  17281. [2023-11-23 12:20:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17282. [2023-11-23 12:20:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17283. [2023-11-23 12:20:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17284. [2023-11-23 12:20:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17285. [2023-11-23 12:20:18] doctrine.DEBUG: SELECT DATABASE() [] []
  17286. [2023-11-23 12:20:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17287. [2023-11-23 12:20:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17288. [2023-11-23 12:20:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17289. [2023-11-23 12:20:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17290. [2023-11-23 12:20:27] doctrine.DEBUG: SELECT DATABASE() [] []
  17291. [2023-11-23 12:20:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17292. [2023-11-23 12:20:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17293. [2023-11-23 12:20:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17294. [2023-11-23 12:20:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17295. [2023-11-23 12:20:36] doctrine.DEBUG: SELECT DATABASE() [] []
  17296. [2023-11-23 12:20:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17297. [2023-11-23 12:20:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17298. [2023-11-23 12:20:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17299. [2023-11-23 12:20:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17300. [2023-11-23 12:20:45] doctrine.DEBUG: SELECT DATABASE() [] []
  17301. [2023-11-23 12:20:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17302. [2023-11-23 12:20:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17303. [2023-11-23 12:20:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17304. [2023-11-23 12:20:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17305. [2023-11-23 12:20:54] doctrine.DEBUG: SELECT DATABASE() [] []
  17306. [2023-11-23 12:21:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17307. [2023-11-23 12:21:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17308. [2023-11-23 12:21:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17309. [2023-11-23 12:21:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17310. [2023-11-23 12:21:03] doctrine.DEBUG: SELECT DATABASE() [] []
  17311. [2023-11-23 12:21:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17312. [2023-11-23 12:21:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17313. [2023-11-23 12:21:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17314. [2023-11-23 12:21:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17315. [2023-11-23 12:21:12] doctrine.DEBUG: SELECT DATABASE() [] []
  17316. [2023-11-23 12:21:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17317. [2023-11-23 12:21:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17318. [2023-11-23 12:21:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17319. [2023-11-23 12:21:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17320. [2023-11-23 12:21:21] doctrine.DEBUG: SELECT DATABASE() [] []
  17321. [2023-11-23 12:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17322. [2023-11-23 12:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17323. [2023-11-23 12:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17324. [2023-11-23 12:21:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17325. [2023-11-23 12:21:30] doctrine.DEBUG: SELECT DATABASE() [] []
  17326. [2023-11-23 12:21:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17327. [2023-11-23 12:21:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17328. [2023-11-23 12:21:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17329. [2023-11-23 12:21:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17330. [2023-11-23 12:21:39] doctrine.DEBUG: SELECT DATABASE() [] []
  17331. [2023-11-23 12:21:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17332. [2023-11-23 12:21:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17333. [2023-11-23 12:21:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17334. [2023-11-23 12:21:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17335. [2023-11-23 12:21:48] doctrine.DEBUG: SELECT DATABASE() [] []
  17336. [2023-11-23 12:21:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17337. [2023-11-23 12:21:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17338. [2023-11-23 12:21:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17339. [2023-11-23 12:21:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17340. [2023-11-23 12:21:57] doctrine.DEBUG: SELECT DATABASE() [] []
  17341. [2023-11-23 12:22:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17342. [2023-11-23 12:22:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17343. [2023-11-23 12:22:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17344. [2023-11-23 12:22:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17345. [2023-11-23 12:22:06] doctrine.DEBUG: SELECT DATABASE() [] []
  17346. [2023-11-23 12:22:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17347. [2023-11-23 12:22:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17348. [2023-11-23 12:22:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17349. [2023-11-23 12:22:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17350. [2023-11-23 12:22:15] doctrine.DEBUG: SELECT DATABASE() [] []
  17351. [2023-11-23 12:22:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17352. [2023-11-23 12:22:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17353. [2023-11-23 12:22:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17354. [2023-11-23 12:22:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17355. [2023-11-23 12:22:24] doctrine.DEBUG: SELECT DATABASE() [] []
  17356. [2023-11-23 12:22:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17357. [2023-11-23 12:22:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17358. [2023-11-23 12:22:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17359. [2023-11-23 12:22:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17360. [2023-11-23 12:22:33] doctrine.DEBUG: SELECT DATABASE() [] []
  17361. [2023-11-23 12:22:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17362. [2023-11-23 12:22:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /docker/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17363. [2023-11-23 12:22:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17364. [2023-11-23 12:22:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17365. [2023-11-23 12:22:42] doctrine.DEBUG: SELECT DATABASE() [] []
  17366. [2023-11-23 12:22:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17367. [2023-11-23 12:22:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17368. [2023-11-23 12:22:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17369. [2023-11-23 12:22:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17370. [2023-11-23 12:22:51] doctrine.DEBUG: SELECT DATABASE() [] []
  17371. [2023-11-23 12:23:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17372. [2023-11-23 12:23:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17373. [2023-11-23 12:23:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17374. [2023-11-23 12:23:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17375. [2023-11-23 12:23:00] doctrine.DEBUG: SELECT DATABASE() [] []
  17376. [2023-11-23 12:23:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17377. [2023-11-23 12:23:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17378. [2023-11-23 12:23:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17379. [2023-11-23 12:23:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17380. [2023-11-23 12:23:09] doctrine.DEBUG: SELECT DATABASE() [] []
  17381. [2023-11-23 12:23:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17382. [2023-11-23 12:23:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17383. [2023-11-23 12:23:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17384. [2023-11-23 12:23:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17385. [2023-11-23 12:23:18] doctrine.DEBUG: SELECT DATABASE() [] []
  17386. [2023-11-23 12:23:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17387. [2023-11-23 12:23:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17388. [2023-11-23 12:23:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17389. [2023-11-23 12:23:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17390. [2023-11-23 12:23:27] doctrine.DEBUG: SELECT DATABASE() [] []
  17391. [2023-11-23 12:23:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17392. [2023-11-23 12:23:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17393. [2023-11-23 12:23:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17394. [2023-11-23 12:23:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17395. [2023-11-23 12:23:36] doctrine.DEBUG: SELECT DATABASE() [] []
  17396. [2023-11-23 12:23:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17397. [2023-11-23 12:23:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17398. [2023-11-23 12:23:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17399. [2023-11-23 12:23:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17400. [2023-11-23 12:23:45] doctrine.DEBUG: SELECT DATABASE() [] []
  17401. [2023-11-23 12:23:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17402. [2023-11-23 12:23:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17403. [2023-11-23 12:23:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17404. [2023-11-23 12:23:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17405. [2023-11-23 12:23:54] doctrine.DEBUG: SELECT DATABASE() [] []
  17406. [2023-11-23 12:24:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17407. [2023-11-23 12:24:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17408. [2023-11-23 12:24:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17409. [2023-11-23 12:24:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17410. [2023-11-23 12:24:04] doctrine.DEBUG: SELECT DATABASE() [] []
  17411. [2023-11-23 12:24:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17412. [2023-11-23 12:24:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17413. [2023-11-23 12:24:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17414. [2023-11-23 12:24:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17415. [2023-11-23 12:24:13] doctrine.DEBUG: SELECT DATABASE() [] []
  17416. [2023-11-23 12:24:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17417. [2023-11-23 12:24:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17418. [2023-11-23 12:24:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17419. [2023-11-23 12:24:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17420. [2023-11-23 12:24:22] doctrine.DEBUG: SELECT DATABASE() [] []
  17421. [2023-11-23 12:24:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17422. [2023-11-23 12:24:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17423. [2023-11-23 12:24:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17424. [2023-11-23 12:24:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17425. [2023-11-23 12:24:31] doctrine.DEBUG: SELECT DATABASE() [] []
  17426. [2023-11-23 12:24:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17427. [2023-11-23 12:24:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17428. [2023-11-23 12:24:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17429. [2023-11-23 12:24:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17430. [2023-11-23 12:24:40] doctrine.DEBUG: SELECT DATABASE() [] []
  17431. [2023-11-23 12:24:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17432. [2023-11-23 12:24:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17433. [2023-11-23 12:24:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17434. [2023-11-23 12:24:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17435. [2023-11-23 12:24:49] doctrine.DEBUG: SELECT DATABASE() [] []
  17436. [2023-11-23 12:24:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17437. [2023-11-23 12:24:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17438. [2023-11-23 12:24:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17439. [2023-11-23 12:24:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17440. [2023-11-23 12:24:58] doctrine.DEBUG: SELECT DATABASE() [] []
  17441. [2023-11-23 12:25:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17442. [2023-11-23 12:25:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17443. [2023-11-23 12:25:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17444. [2023-11-23 12:25:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17445. [2023-11-23 12:25:07] doctrine.DEBUG: SELECT DATABASE() [] []
  17446. [2023-11-23 12:25:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17447. [2023-11-23 12:25:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17448. [2023-11-23 12:25:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17449. [2023-11-23 12:25:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17450. [2023-11-23 12:25:16] doctrine.DEBUG: SELECT DATABASE() [] []
  17451. [2023-11-23 12:25:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17452. [2023-11-23 12:25:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17453. [2023-11-23 12:25:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17454. [2023-11-23 12:25:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17455. [2023-11-23 12:25:25] doctrine.DEBUG: SELECT DATABASE() [] []
  17456. [2023-11-23 12:25:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17457. [2023-11-23 12:25:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17458. [2023-11-23 12:25:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17459. [2023-11-23 12:25:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17460. [2023-11-23 12:25:34] doctrine.DEBUG: SELECT DATABASE() [] []
  17461. [2023-11-23 12:25:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17462. [2023-11-23 12:25:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17463. [2023-11-23 12:25:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17464. [2023-11-23 12:25:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17465. [2023-11-23 12:25:43] doctrine.DEBUG: SELECT DATABASE() [] []
  17466. [2023-11-23 12:25:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17467. [2023-11-23 12:25:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17468. [2023-11-23 12:25:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17469. [2023-11-23 12:25:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17470. [2023-11-23 12:25:52] doctrine.DEBUG: SELECT DATABASE() [] []
  17471. [2023-11-23 12:26:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17472. [2023-11-23 12:26:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17473. [2023-11-23 12:26:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17474. [2023-11-23 12:26:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17475. [2023-11-23 12:26:01] doctrine.DEBUG: SELECT DATABASE() [] []
  17476. [2023-11-23 12:26:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17477. [2023-11-23 12:26:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17478. [2023-11-23 12:26:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17479. [2023-11-23 12:26:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17480. [2023-11-23 12:26:10] doctrine.DEBUG: SELECT DATABASE() [] []
  17481. [2023-11-23 12:26:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17482. [2023-11-23 12:26:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17483. [2023-11-23 12:26:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17484. [2023-11-23 12:26:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17485. [2023-11-23 12:26:19] doctrine.DEBUG: SELECT DATABASE() [] []
  17486. [2023-11-23 12:26:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17487. [2023-11-23 12:26:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17488. [2023-11-23 12:26:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17489. [2023-11-23 12:26:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17490. [2023-11-23 12:26:28] doctrine.DEBUG: SELECT DATABASE() [] []
  17491. [2023-11-23 12:26:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17492. [2023-11-23 12:26:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17493. [2023-11-23 12:26:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17494. [2023-11-23 12:26:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17495. [2023-11-23 12:26:37] doctrine.DEBUG: SELECT DATABASE() [] []
  17496. [2023-11-23 12:26:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17497. [2023-11-23 12:26:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17498. [2023-11-23 12:26:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17499. [2023-11-23 12:26:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17500. [2023-11-23 12:26:46] doctrine.DEBUG: SELECT DATABASE() [] []
  17501. [2023-11-23 19:25:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17502. [2023-11-23 19:25:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17503. [2023-11-23 19:25:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17504. [2023-11-23 19:25:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17505. [2023-11-23 19:25:01] doctrine.DEBUG: SELECT DATABASE() [] []
  17506. [2023-11-23 19:53:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17507. [2023-11-23 19:53:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17508. [2023-11-23 19:53:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17509. [2023-11-23 19:53:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17510. [2023-11-23 19:53:04] doctrine.DEBUG: SELECT DATABASE() [] []
  17511. [2023-11-27 10:28:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17512. [2023-11-27 10:28:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17513. [2023-11-27 10:28:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  17514. [2023-11-27 10:28:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  17515. [2023-11-27 10:28:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17516. [2023-11-27 10:28:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17517. [2023-11-27 10:28:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  17518. [2023-11-27 10:28:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  17519. [2023-11-27 10:28:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  17520. [2023-11-27 10:28:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  17521. [2023-11-27 10:28:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  17522. [2023-11-27 10:28:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  17523. [2023-11-27 10:28:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  17524. [2023-11-27 10:28:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  17525. [2023-11-27 10:28:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  17526. [2023-11-27 10:28:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  17527. [2023-11-27 10:28:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17528. [2023-11-27 10:28:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17529. [2023-11-27 10:28:27] doctrine.DEBUG: SELECT DATABASE() [] []
  17530. [2023-11-27 10:28:27] doctrine.DEBUG: SELECT DATABASE() [] []
  17531. [2023-11-27 12:27:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17532. [2023-11-27 12:27:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  17533. [2023-11-27 12:27:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17534. [2023-11-27 12:27:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  17535. [2023-11-27 12:27:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  17536. [2023-11-27 12:27:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  17537. [2023-11-27 12:27:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  17538. [2023-11-27 12:27:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  17539. [2023-11-27 12:27:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17540. [2023-11-27 12:27:53] doctrine.DEBUG: SELECT DATABASE() [] []
  17541. [2023-11-27 12:28:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17542. [2023-11-27 12:28:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dummy404file.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dummy404file.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dummy404file.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17543. [2023-11-27 12:28:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17544. [2023-11-27 12:28:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17545. [2023-11-27 12:28:03] doctrine.DEBUG: SELECT DATABASE() [] []
  17546. [2023-11-27 12:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17547. [2023-11-27 12:28:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/default.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/default.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17548. [2023-11-27 12:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17549. [2023-11-27 12:28:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17550. [2023-11-27 12:28:11] doctrine.DEBUG: SELECT DATABASE() [] []
  17551. [2023-11-27 12:28:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17552. [2023-11-27 12:28:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17553. [2023-11-27 12:28:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17554. [2023-11-27 12:28:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17555. [2023-11-27 12:28:20] doctrine.DEBUG: SELECT DATABASE() [] []
  17556. [2023-11-27 12:28:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17557. [2023-11-27 12:28:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17558. [2023-11-27 12:28:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17559. [2023-11-27 12:28:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17560. [2023-11-27 12:28:29] doctrine.DEBUG: SELECT DATABASE() [] []
  17561. [2023-11-27 12:28:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17562. [2023-11-27 12:28:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials/config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials/config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17563. [2023-11-27 12:28:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17564. [2023-11-27 12:28:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17565. [2023-11-27 12:28:38] doctrine.DEBUG: SELECT DATABASE() [] []
  17566. [2023-11-27 12:28:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17567. [2023-11-27 12:28:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17568. [2023-11-27 12:28:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17569. [2023-11-27 12:28:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17570. [2023-11-27 12:28:47] doctrine.DEBUG: SELECT DATABASE() [] []
  17571. [2023-11-27 12:28:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17572. [2023-11-27 12:28:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17573. [2023-11-27 12:28:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17574. [2023-11-27 12:28:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17575. [2023-11-27 12:28:56] doctrine.DEBUG: SELECT DATABASE() [] []
  17576. [2023-11-27 12:29:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17577. [2023-11-27 12:29:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17578. [2023-11-27 12:29:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17579. [2023-11-27 12:29:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17580. [2023-11-27 12:29:06] doctrine.DEBUG: SELECT DATABASE() [] []
  17581. [2023-11-27 12:29:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17582. [2023-11-27 12:29:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17583. [2023-11-27 12:29:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17584. [2023-11-27 12:29:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17585. [2023-11-27 12:29:14] doctrine.DEBUG: SELECT DATABASE() [] []
  17586. [2023-11-27 12:29:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17587. [2023-11-27 12:29:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17588. [2023-11-27 12:29:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17589. [2023-11-27 12:29:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17590. [2023-11-27 12:29:23] doctrine.DEBUG: SELECT DATABASE() [] []
  17591. [2023-11-27 12:29:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17592. [2023-11-27 12:29:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17593. [2023-11-27 12:29:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17594. [2023-11-27 12:29:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17595. [2023-11-27 12:29:32] doctrine.DEBUG: SELECT DATABASE() [] []
  17596. [2023-11-27 12:29:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17597. [2023-11-27 12:29:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ENV"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17598. [2023-11-27 12:29:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17599. [2023-11-27 12:29:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17600. [2023-11-27 12:29:41] doctrine.DEBUG: SELECT DATABASE() [] []
  17601. [2023-11-27 12:29:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17602. [2023-11-27 12:29:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /SENDGRID.ENV"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /SENDGRID.ENV\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/SENDGRID.ENV/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17603. [2023-11-27 12:29:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17604. [2023-11-27 12:29:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17605. [2023-11-27 12:29:50] doctrine.DEBUG: SELECT DATABASE() [] []
  17606. [2023-11-27 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17607. [2023-11-27 12:29:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/app.config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/app.config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/app.config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17608. [2023-11-27 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17609. [2023-11-27 12:29:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17610. [2023-11-27 12:29:59] doctrine.DEBUG: SELECT DATABASE() [] []
  17611. [2023-11-27 12:30:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17612. [2023-11-27 12:30:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17613. [2023-11-27 12:30:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17614. [2023-11-27 12:30:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17615. [2023-11-27 12:30:09] doctrine.DEBUG: SELECT DATABASE() [] []
  17616. [2023-11-27 12:30:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17617. [2023-11-27 12:30:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17618. [2023-11-27 12:30:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17619. [2023-11-27 12:30:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17620. [2023-11-27 12:30:18] doctrine.DEBUG: SELECT DATABASE() [] []
  17621. [2023-11-27 12:30:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17622. [2023-11-27 12:30:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17623. [2023-11-27 12:30:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17624. [2023-11-27 12:30:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17625. [2023-11-27 12:30:27] doctrine.DEBUG: SELECT DATABASE() [] []
  17626. [2023-11-27 12:30:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17627. [2023-11-27 12:30:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17628. [2023-11-27 12:30:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17629. [2023-11-27 12:30:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17630. [2023-11-27 12:30:36] doctrine.DEBUG: SELECT DATABASE() [] []
  17631. [2023-11-27 12:30:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17632. [2023-11-27 12:30:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17633. [2023-11-27 12:30:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17634. [2023-11-27 12:30:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17635. [2023-11-27 12:30:45] doctrine.DEBUG: SELECT DATABASE() [] []
  17636. [2023-11-27 12:30:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17637. [2023-11-27 12:30:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /django/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /django/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17638. [2023-11-27 12:30:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17639. [2023-11-27 12:30:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17640. [2023-11-27 12:30:54] doctrine.DEBUG: SELECT DATABASE() [] []
  17641. [2023-11-27 12:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17642. [2023-11-27 12:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17643. [2023-11-27 12:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17644. [2023-11-27 12:31:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17645. [2023-11-27 12:31:03] doctrine.DEBUG: SELECT DATABASE() [] []
  17646. [2023-11-27 12:31:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17647. [2023-11-27 12:31:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/settings/settings.py"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/settings/settings.py\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/settings/settings.py/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17648. [2023-11-27 12:31:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17649. [2023-11-27 12:31:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17650. [2023-11-27 12:31:12] doctrine.DEBUG: SELECT DATABASE() [] []
  17651. [2023-11-27 12:31:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17652. [2023-11-27 12:31:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17653. [2023-11-27 12:31:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17654. [2023-11-27 12:31:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17655. [2023-11-27 12:31:21] doctrine.DEBUG: SELECT DATABASE() [] []
  17656. [2023-11-27 12:31:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17657. [2023-11-27 12:31:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/credentials.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/credentials.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/credentials.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17658. [2023-11-27 12:31:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17659. [2023-11-27 12:31:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17660. [2023-11-27 12:31:30] doctrine.DEBUG: SELECT DATABASE() [] []
  17661. [2023-11-27 12:31:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17662. [2023-11-27 12:31:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17663. [2023-11-27 12:31:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17664. [2023-11-27 12:31:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17665. [2023-11-27 12:31:40] doctrine.DEBUG: SELECT DATABASE() [] []
  17666. [2023-11-27 12:31:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17667. [2023-11-27 12:31:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17668. [2023-11-27 12:31:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17669. [2023-11-27 12:31:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17670. [2023-11-27 12:31:49] doctrine.DEBUG: SELECT DATABASE() [] []
  17671. [2023-11-27 12:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17672. [2023-11-27 12:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /redmine/config/environment.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /redmine/config/environment.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/config/environment.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17673. [2023-11-27 12:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17674. [2023-11-27 12:31:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17675. [2023-11-27 12:31:58] doctrine.DEBUG: SELECT DATABASE() [] []
  17676. [2023-11-27 12:32:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17677. [2023-11-27 12:32:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17678. [2023-11-27 12:32:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17679. [2023-11-27 12:32:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17680. [2023-11-27 12:32:07] doctrine.DEBUG: SELECT DATABASE() [] []
  17681. [2023-11-27 12:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17682. [2023-11-27 12:32:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17683. [2023-11-27 12:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17684. [2023-11-27 12:32:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17685. [2023-11-27 12:32:16] doctrine.DEBUG: SELECT DATABASE() [] []
  17686. [2023-11-27 12:32:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17687. [2023-11-27 12:32:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17688. [2023-11-27 12:32:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17689. [2023-11-27 12:32:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17690. [2023-11-27 12:32:25] doctrine.DEBUG: SELECT DATABASE() [] []
  17691. [2023-11-27 12:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17692. [2023-11-27 12:32:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17693. [2023-11-27 12:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17694. [2023-11-27 12:32:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17695. [2023-11-27 12:32:34] doctrine.DEBUG: SELECT DATABASE() [] []
  17696. [2023-11-27 12:32:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17697. [2023-11-27 12:32:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17698. [2023-11-27 12:32:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17699. [2023-11-27 12:32:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17700. [2023-11-27 12:32:43] doctrine.DEBUG: SELECT DATABASE() [] []
  17701. [2023-11-27 12:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17702. [2023-11-27 12:32:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17703. [2023-11-27 12:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17704. [2023-11-27 12:32:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17705. [2023-11-27 12:32:52] doctrine.DEBUG: SELECT DATABASE() [] []
  17706. [2023-11-27 12:33:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17707. [2023-11-27 12:33:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17708. [2023-11-27 12:33:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17709. [2023-11-27 12:33:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17710. [2023-11-27 12:33:01] doctrine.DEBUG: SELECT DATABASE() [] []
  17711. [2023-11-27 12:33:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17712. [2023-11-27 12:33:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17713. [2023-11-27 12:33:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17714. [2023-11-27 12:33:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17715. [2023-11-27 12:33:10] doctrine.DEBUG: SELECT DATABASE() [] []
  17716. [2023-11-27 12:33:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17717. [2023-11-27 12:33:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17718. [2023-11-27 12:33:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17719. [2023-11-27 12:33:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17720. [2023-11-27 12:33:19] doctrine.DEBUG: SELECT DATABASE() [] []
  17721. [2023-11-27 12:33:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17722. [2023-11-27 12:33:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17723. [2023-11-27 12:33:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17724. [2023-11-27 12:33:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17725. [2023-11-27 12:33:28] doctrine.DEBUG: SELECT DATABASE() [] []
  17726. [2023-11-27 12:33:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17727. [2023-11-27 12:33:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17728. [2023-11-27 12:33:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17729. [2023-11-27 12:33:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17730. [2023-11-27 12:33:37] doctrine.DEBUG: SELECT DATABASE() [] []
  17731. [2023-11-27 12:33:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17732. [2023-11-27 12:33:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17733. [2023-11-27 12:33:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17734. [2023-11-27 12:33:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17735. [2023-11-27 12:33:46] doctrine.DEBUG: SELECT DATABASE() [] []
  17736. [2023-11-27 12:33:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17737. [2023-11-27 12:33:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17738. [2023-11-27 12:33:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17739. [2023-11-27 12:33:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17740. [2023-11-27 12:33:55] doctrine.DEBUG: SELECT DATABASE() [] []
  17741. [2023-11-27 12:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17742. [2023-11-27 12:34:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17743. [2023-11-27 12:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17744. [2023-11-27 12:34:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17745. [2023-11-27 12:34:04] doctrine.DEBUG: SELECT DATABASE() [] []
  17746. [2023-11-27 12:34:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17747. [2023-11-27 12:34:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17748. [2023-11-27 12:34:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17749. [2023-11-27 12:34:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17750. [2023-11-27 12:34:13] doctrine.DEBUG: SELECT DATABASE() [] []
  17751. [2023-11-27 12:34:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17752. [2023-11-27 12:34:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17753. [2023-11-27 12:34:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17754. [2023-11-27 12:34:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17755. [2023-11-27 12:34:22] doctrine.DEBUG: SELECT DATABASE() [] []
  17756. [2023-11-27 12:34:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17757. [2023-11-27 12:34:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17758. [2023-11-27 12:34:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17759. [2023-11-27 12:34:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17760. [2023-11-27 12:34:31] doctrine.DEBUG: SELECT DATABASE() [] []
  17761. [2023-11-27 12:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17762. [2023-11-27 12:34:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17763. [2023-11-27 12:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17764. [2023-11-27 12:34:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17765. [2023-11-27 12:34:40] doctrine.DEBUG: SELECT DATABASE() [] []
  17766. [2023-11-27 12:34:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17767. [2023-11-27 12:34:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17768. [2023-11-27 12:34:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17769. [2023-11-27 12:34:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17770. [2023-11-27 12:34:49] doctrine.DEBUG: SELECT DATABASE() [] []
  17771. [2023-11-27 12:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17772. [2023-11-27 12:34:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17773. [2023-11-27 12:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17774. [2023-11-27 12:34:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17775. [2023-11-27 12:34:58] doctrine.DEBUG: SELECT DATABASE() [] []
  17776. [2023-11-27 12:35:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17777. [2023-11-27 12:35:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17778. [2023-11-27 12:35:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17779. [2023-11-27 12:35:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17780. [2023-11-27 12:35:07] doctrine.DEBUG: SELECT DATABASE() [] []
  17781. [2023-11-27 12:35:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17782. [2023-11-27 12:35:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17783. [2023-11-27 12:35:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17784. [2023-11-27 12:35:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17785. [2023-11-27 12:35:16] doctrine.DEBUG: SELECT DATABASE() [] []
  17786. [2023-11-27 12:35:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17787. [2023-11-27 12:35:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17788. [2023-11-27 12:35:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17789. [2023-11-27 12:35:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17790. [2023-11-27 12:35:25] doctrine.DEBUG: SELECT DATABASE() [] []
  17791. [2023-11-27 12:35:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17792. [2023-11-27 12:35:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17793. [2023-11-27 12:35:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17794. [2023-11-27 12:35:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17795. [2023-11-27 12:35:34] doctrine.DEBUG: SELECT DATABASE() [] []
  17796. [2023-11-27 12:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17797. [2023-11-27 12:35:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17798. [2023-11-27 12:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17799. [2023-11-27 12:35:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17800. [2023-11-27 12:35:43] doctrine.DEBUG: SELECT DATABASE() [] []
  17801. [2023-11-27 12:35:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17802. [2023-11-27 12:35:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17803. [2023-11-27 12:35:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17804. [2023-11-27 12:35:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17805. [2023-11-27 12:35:52] doctrine.DEBUG: SELECT DATABASE() [] []
  17806. [2023-11-27 12:36:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17807. [2023-11-27 12:36:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17808. [2023-11-27 12:36:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17809. [2023-11-27 12:36:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17810. [2023-11-27 12:36:01] doctrine.DEBUG: SELECT DATABASE() [] []
  17811. [2023-11-27 12:36:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17812. [2023-11-27 12:36:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17813. [2023-11-27 12:36:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17814. [2023-11-27 12:36:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17815. [2023-11-27 12:36:10] doctrine.DEBUG: SELECT DATABASE() [] []
  17816. [2023-11-27 12:36:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17817. [2023-11-27 12:36:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17818. [2023-11-27 12:36:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17819. [2023-11-27 12:36:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17820. [2023-11-27 12:36:19] doctrine.DEBUG: SELECT DATABASE() [] []
  17821. [2023-11-27 12:36:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17822. [2023-11-27 12:36:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17823. [2023-11-27 12:36:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17824. [2023-11-27 12:36:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17825. [2023-11-27 12:36:28] doctrine.DEBUG: SELECT DATABASE() [] []
  17826. [2023-11-27 12:36:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17827. [2023-11-27 12:36:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17828. [2023-11-27 12:36:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17829. [2023-11-27 12:36:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17830. [2023-11-27 12:36:37] doctrine.DEBUG: SELECT DATABASE() [] []
  17831. [2023-11-27 12:36:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17832. [2023-11-27 12:36:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17833. [2023-11-27 12:36:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17834. [2023-11-27 12:36:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17835. [2023-11-27 12:36:46] doctrine.DEBUG: SELECT DATABASE() [] []
  17836. [2023-11-27 12:36:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17837. [2023-11-27 12:36:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17838. [2023-11-27 12:36:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17839. [2023-11-27 12:36:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17840. [2023-11-27 12:36:55] doctrine.DEBUG: SELECT DATABASE() [] []
  17841. [2023-11-27 12:37:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17842. [2023-11-27 12:37:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17843. [2023-11-27 12:37:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17844. [2023-11-27 12:37:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17845. [2023-11-27 12:37:04] doctrine.DEBUG: SELECT DATABASE() [] []
  17846. [2023-11-27 12:37:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17847. [2023-11-27 12:37:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17848. [2023-11-27 12:37:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17849. [2023-11-27 12:37:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17850. [2023-11-27 12:37:13] doctrine.DEBUG: SELECT DATABASE() [] []
  17851. [2023-11-27 12:37:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17852. [2023-11-27 12:37:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17853. [2023-11-27 12:37:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17854. [2023-11-27 12:37:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17855. [2023-11-27 12:37:22] doctrine.DEBUG: SELECT DATABASE() [] []
  17856. [2023-11-27 12:37:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17857. [2023-11-27 12:37:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17858. [2023-11-27 12:37:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17859. [2023-11-27 12:37:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17860. [2023-11-27 12:37:31] doctrine.DEBUG: SELECT DATABASE() [] []
  17861. [2023-11-27 12:37:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17862. [2023-11-27 12:37:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17863. [2023-11-27 12:37:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17864. [2023-11-27 12:37:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17865. [2023-11-27 12:37:40] doctrine.DEBUG: SELECT DATABASE() [] []
  17866. [2023-11-27 12:37:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17867. [2023-11-27 12:37:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17868. [2023-11-27 12:37:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17869. [2023-11-27 12:37:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17870. [2023-11-27 12:37:49] doctrine.DEBUG: SELECT DATABASE() [] []
  17871. [2023-11-27 12:37:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17872. [2023-11-27 12:37:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17873. [2023-11-27 12:37:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17874. [2023-11-27 12:37:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17875. [2023-11-27 12:37:58] doctrine.DEBUG: SELECT DATABASE() [] []
  17876. [2023-11-27 12:38:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17877. [2023-11-27 12:38:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17878. [2023-11-27 12:38:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17879. [2023-11-27 12:38:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17880. [2023-11-27 12:38:07] doctrine.DEBUG: SELECT DATABASE() [] []
  17881. [2023-11-27 12:38:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17882. [2023-11-27 12:38:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17883. [2023-11-27 12:38:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17884. [2023-11-27 12:38:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17885. [2023-11-27 12:38:16] doctrine.DEBUG: SELECT DATABASE() [] []
  17886. [2023-11-27 12:38:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17887. [2023-11-27 12:38:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17888. [2023-11-27 12:38:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17889. [2023-11-27 12:38:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17890. [2023-11-27 12:38:25] doctrine.DEBUG: SELECT DATABASE() [] []
  17891. [2023-11-27 12:38:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17892. [2023-11-27 12:38:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17893. [2023-11-27 12:38:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17894. [2023-11-27 12:38:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17895. [2023-11-27 12:38:34] doctrine.DEBUG: SELECT DATABASE() [] []
  17896. [2023-11-27 12:38:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17897. [2023-11-27 12:38:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17898. [2023-11-27 12:38:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17899. [2023-11-27 12:38:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17900. [2023-11-27 12:38:43] doctrine.DEBUG: SELECT DATABASE() [] []
  17901. [2023-11-27 12:38:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17902. [2023-11-27 12:38:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17903. [2023-11-27 12:38:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17904. [2023-11-27 12:38:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17905. [2023-11-27 12:38:52] doctrine.DEBUG: SELECT DATABASE() [] []
  17906. [2023-11-27 12:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17907. [2023-11-27 12:39:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.production"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.production\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17908. [2023-11-27 12:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17909. [2023-11-27 12:39:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17910. [2023-11-27 12:39:01] doctrine.DEBUG: SELECT DATABASE() [] []
  17911. [2023-11-27 12:39:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17912. [2023-11-27 12:39:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.example"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.example\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.example/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17913. [2023-11-27 12:39:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17914. [2023-11-27 12:39:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17915. [2023-11-27 12:39:10] doctrine.DEBUG: SELECT DATABASE() [] []
  17916. [2023-11-27 12:39:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17917. [2023-11-27 12:39:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sendgrid.env.local"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sendgrid.env.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17918. [2023-11-27 12:39:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17919. [2023-11-27 12:39:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17920. [2023-11-27 12:39:19] doctrine.DEBUG: SELECT DATABASE() [] []
  17921. [2023-11-27 12:39:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17922. [2023-11-27 12:39:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17923. [2023-11-27 12:39:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17924. [2023-11-27 12:39:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17925. [2023-11-27 12:39:28] doctrine.DEBUG: SELECT DATABASE() [] []
  17926. [2023-11-27 12:39:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17927. [2023-11-27 12:39:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17928. [2023-11-27 12:39:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17929. [2023-11-27 12:39:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17930. [2023-11-27 12:39:37] doctrine.DEBUG: SELECT DATABASE() [] []
  17931. [2023-11-27 12:39:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17932. [2023-11-27 12:39:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17933. [2023-11-27 12:39:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17934. [2023-11-27 12:39:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17935. [2023-11-27 12:39:46] doctrine.DEBUG: SELECT DATABASE() [] []
  17936. [2023-11-27 12:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17937. [2023-11-27 12:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17938. [2023-11-27 12:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17939. [2023-11-27 12:39:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17940. [2023-11-27 12:39:55] doctrine.DEBUG: SELECT DATABASE() [] []
  17941. [2023-11-27 12:40:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17942. [2023-11-27 12:40:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /application/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /application/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17943. [2023-11-27 12:40:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17944. [2023-11-27 12:40:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17945. [2023-11-27 12:40:04] doctrine.DEBUG: SELECT DATABASE() [] []
  17946. [2023-11-27 12:40:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17947. [2023-11-27 12:40:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17948. [2023-11-27 12:40:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17949. [2023-11-27 12:40:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17950. [2023-11-27 12:40:13] doctrine.DEBUG: SELECT DATABASE() [] []
  17951. [2023-11-27 12:40:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17952. [2023-11-27 12:40:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /auth/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /auth/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17953. [2023-11-27 12:40:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17954. [2023-11-27 12:40:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17955. [2023-11-27 12:40:22] doctrine.DEBUG: SELECT DATABASE() [] []
  17956. [2023-11-27 12:40:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17957. [2023-11-27 12:40:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17958. [2023-11-27 12:40:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17959. [2023-11-27 12:40:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17960. [2023-11-27 12:40:31] doctrine.DEBUG: SELECT DATABASE() [] []
  17961. [2023-11-27 12:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17962. [2023-11-27 12:40:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17963. [2023-11-27 12:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17964. [2023-11-27 12:40:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17965. [2023-11-27 12:40:40] doctrine.DEBUG: SELECT DATABASE() [] []
  17966. [2023-11-27 12:40:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17967. [2023-11-27 12:40:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cli/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cli/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cli/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17968. [2023-11-27 12:40:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17969. [2023-11-27 12:40:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17970. [2023-11-27 12:40:49] doctrine.DEBUG: SELECT DATABASE() [] []
  17971. [2023-11-27 12:40:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17972. [2023-11-27 12:40:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17973. [2023-11-27 12:40:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17974. [2023-11-27 12:40:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17975. [2023-11-27 12:40:58] doctrine.DEBUG: SELECT DATABASE() [] []
  17976. [2023-11-27 12:41:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17977. [2023-11-27 12:41:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17978. [2023-11-27 12:41:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17979. [2023-11-27 12:41:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17980. [2023-11-27 12:41:07] doctrine.DEBUG: SELECT DATABASE() [] []
  17981. [2023-11-27 12:41:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17982. [2023-11-27 12:41:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cp/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cp/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17983. [2023-11-27 12:41:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17984. [2023-11-27 12:41:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17985. [2023-11-27 12:41:16] doctrine.DEBUG: SELECT DATABASE() [] []
  17986. [2023-11-27 12:41:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17987. [2023-11-27 12:41:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dependencies/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dependencies/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dependencies/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17988. [2023-11-27 12:41:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17989. [2023-11-27 12:41:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17990. [2023-11-27 12:41:25] doctrine.DEBUG: SELECT DATABASE() [] []
  17991. [2023-11-27 12:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17992. [2023-11-27 12:41:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /deployment/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /deployment/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17993. [2023-11-27 12:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17994. [2023-11-27 12:41:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  17995. [2023-11-27 12:41:34] doctrine.DEBUG: SELECT DATABASE() [] []
  17996. [2023-11-27 12:41:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  17997. [2023-11-27 12:41:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  17998. [2023-11-27 12:41:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  17999. [2023-11-27 12:41:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18000. [2023-11-27 12:41:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18001. [2023-11-27 12:41:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18002. [2023-11-27 12:41:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /development/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /development/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18003. [2023-11-27 12:41:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18004. [2023-11-27 12:41:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18005. [2023-11-27 12:41:52] doctrine.DEBUG: SELECT DATABASE() [] []
  18006. [2023-11-27 12:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18007. [2023-11-27 12:42:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /docker/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18008. [2023-11-27 12:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18009. [2023-11-27 12:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18010. [2023-11-27 12:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  18011. [2023-11-27 12:42:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18012. [2023-11-27 12:42:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /document/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /document/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/document/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18013. [2023-11-27 12:42:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18014. [2023-11-27 12:42:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18015. [2023-11-27 12:42:10] doctrine.DEBUG: SELECT DATABASE() [] []
  18016. [2023-11-27 12:42:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18017. [2023-11-27 12:42:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /engine/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /engine/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18018. [2023-11-27 12:42:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18019. [2023-11-27 12:42:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18020. [2023-11-27 12:42:19] doctrine.DEBUG: SELECT DATABASE() [] []
  18021. [2023-11-27 12:42:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18022. [2023-11-27 12:42:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /framework/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /framework/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/framework/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18023. [2023-11-27 12:42:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18024. [2023-11-27 12:42:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18025. [2023-11-27 12:42:28] doctrine.DEBUG: SELECT DATABASE() [] []
  18026. [2023-11-27 12:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18027. [2023-11-27 12:42:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frontend/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frontend/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18028. [2023-11-27 12:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18029. [2023-11-27 12:42:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18030. [2023-11-27 12:42:37] doctrine.DEBUG: SELECT DATABASE() [] []
  18031. [2023-11-27 12:42:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18032. [2023-11-27 12:42:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18033. [2023-11-27 12:42:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18034. [2023-11-27 12:42:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18035. [2023-11-27 12:42:46] doctrine.DEBUG: SELECT DATABASE() [] []
  18036. [2023-11-27 12:42:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18037. [2023-11-27 12:42:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel-artisa/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel-artisa/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel-artisa/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18038. [2023-11-27 12:42:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18039. [2023-11-27 12:42:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18040. [2023-11-27 12:42:55] doctrine.DEBUG: SELECT DATABASE() [] []
  18041. [2023-11-27 12:43:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18042. [2023-11-27 12:43:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18043. [2023-11-27 12:43:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18044. [2023-11-27 12:43:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18045. [2023-11-27 12:43:04] doctrine.DEBUG: SELECT DATABASE() [] []
  18046. [2023-11-27 12:43:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18047. [2023-11-27 12:43:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18048. [2023-11-27 12:43:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18049. [2023-11-27 12:43:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18050. [2023-11-27 12:43:13] doctrine.DEBUG: SELECT DATABASE() [] []
  18051. [2023-11-27 12:43:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18052. [2023-11-27 12:43:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /master/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /master/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18053. [2023-11-27 12:43:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18054. [2023-11-27 12:43:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18055. [2023-11-27 12:43:22] doctrine.DEBUG: SELECT DATABASE() [] []
  18056. [2023-11-27 12:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18057. [2023-11-27 12:43:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /personal/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /personal/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/personal/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18058. [2023-11-27 12:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18059. [2023-11-27 12:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18060. [2023-11-27 12:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  18061. [2023-11-27 12:43:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18062. [2023-11-27 12:43:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /private/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /private/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18063. [2023-11-27 12:43:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18064. [2023-11-27 12:43:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18065. [2023-11-27 12:43:40] doctrine.DEBUG: SELECT DATABASE() [] []
  18066. [2023-11-27 12:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18067. [2023-11-27 12:43:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18068. [2023-11-27 12:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18069. [2023-11-27 12:43:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18070. [2023-11-27 12:43:49] doctrine.DEBUG: SELECT DATABASE() [] []
  18071. [2023-11-27 12:43:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18072. [2023-11-27 12:43:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18073. [2023-11-27 12:43:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18074. [2023-11-27 12:43:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18075. [2023-11-27 12:43:58] doctrine.DEBUG: SELECT DATABASE() [] []
  18076. [2023-11-27 12:44:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18077. [2023-11-27 12:44:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rest/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rest/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18078. [2023-11-27 12:44:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18079. [2023-11-27 12:44:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18080. [2023-11-27 12:44:07] doctrine.DEBUG: SELECT DATABASE() [] []
  18081. [2023-11-27 12:44:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18082. [2023-11-27 12:44:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /search/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /search/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18083. [2023-11-27 12:44:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18084. [2023-11-27 12:44:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18085. [2023-11-27 12:44:16] doctrine.DEBUG: SELECT DATABASE() [] []
  18086. [2023-11-27 12:44:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18087. [2023-11-27 12:44:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18088. [2023-11-27 12:44:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18089. [2023-11-27 12:44:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18090. [2023-11-27 12:44:25] doctrine.DEBUG: SELECT DATABASE() [] []
  18091. [2023-11-27 12:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18092. [2023-11-27 12:44:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shared/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shared/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18093. [2023-11-27 12:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18094. [2023-11-27 12:44:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18095. [2023-11-27 12:44:34] doctrine.DEBUG: SELECT DATABASE() [] []
  18096. [2023-11-27 12:44:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18097. [2023-11-27 12:44:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18098. [2023-11-27 12:44:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18099. [2023-11-27 12:44:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18100. [2023-11-27 12:44:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18101. [2023-11-27 12:44:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18102. [2023-11-27 12:44:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18103. [2023-11-27 12:44:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18104. [2023-11-27 12:44:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18105. [2023-11-27 12:44:52] doctrine.DEBUG: SELECT DATABASE() [] []
  18106. [2023-11-27 12:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18107. [2023-11-27 12:45:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /system/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /system/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18108. [2023-11-27 12:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18109. [2023-11-27 12:45:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18110. [2023-11-27 12:45:01] doctrine.DEBUG: SELECT DATABASE() [] []
  18111. [2023-11-27 12:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18112. [2023-11-27 12:45:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vod_installer/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vod_installer/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18113. [2023-11-27 12:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18114. [2023-11-27 12:45:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18115. [2023-11-27 12:45:10] doctrine.DEBUG: SELECT DATABASE() [] []
  18116. [2023-11-27 12:45:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18117. [2023-11-27 12:45:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vue/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vue/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18118. [2023-11-27 12:45:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18119. [2023-11-27 12:45:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18120. [2023-11-27 12:45:19] doctrine.DEBUG: SELECT DATABASE() [] []
  18121. [2023-11-27 12:45:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18122. [2023-11-27 12:45:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18123. [2023-11-27 12:45:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18124. [2023-11-27 12:45:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18125. [2023-11-27 12:45:28] doctrine.DEBUG: SELECT DATABASE() [] []
  18126. [2023-11-27 12:45:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18127. [2023-11-27 12:45:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ADMIN/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ADMIN/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADMIN/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18128. [2023-11-27 12:45:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18129. [2023-11-27 12:45:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18130. [2023-11-27 12:45:37] doctrine.DEBUG: SELECT DATABASE() [] []
  18131. [2023-11-27 12:45:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18132. [2023-11-27 12:45:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18133. [2023-11-27 12:45:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18134. [2023-11-27 12:45:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18135. [2023-11-27 12:45:46] doctrine.DEBUG: SELECT DATABASE() [] []
  18136. [2023-11-27 12:45:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18137. [2023-11-27 12:45:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /API/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /API/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/API/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18138. [2023-11-27 12:45:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18139. [2023-11-27 12:45:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18140. [2023-11-27 12:45:55] doctrine.DEBUG: SELECT DATABASE() [] []
  18141. [2023-11-27 12:46:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18142. [2023-11-27 12:46:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/api/sendgrid.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/api/sendgrid.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/api/sendgrid.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18143. [2023-11-27 12:46:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18144. [2023-11-27 12:46:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18145. [2023-11-27 12:46:04] doctrine.DEBUG: SELECT DATABASE() [] []
  18146. [2023-11-27 16:16:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18147. [2023-11-27 16:16:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18148. [2023-11-27 16:17:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18149. [2023-11-27 16:17:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18150. [2023-11-27 16:17:00] doctrine.DEBUG: SELECT DATABASE() [] []
  18151. [2023-11-27 18:29:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18152. [2023-11-27 18:29:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18153. [2023-11-27 18:29:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18154. [2023-11-27 18:29:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18155. [2023-11-27 18:29:06] doctrine.DEBUG: SELECT DATABASE() [] []
  18156. [2023-11-28 04:47:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18157. [2023-11-28 04:47:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18158. [2023-11-28 04:47:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18159. [2023-11-28 04:47:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18160. [2023-11-28 04:47:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18161. [2023-11-28 04:47:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18162. [2023-11-28 04:47:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18163. [2023-11-28 04:47:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18164. [2023-11-28 04:47:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18165. [2023-11-28 04:47:18] doctrine.DEBUG: SELECT DATABASE() [] []
  18166. [2023-11-28 04:49:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18167. [2023-11-28 04:49:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18168. [2023-11-28 04:49:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18169. [2023-11-28 04:49:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18170. [2023-11-28 04:49:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18171. [2023-11-28 04:49:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18172. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18173. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18174. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18175. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18176. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18177. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18178. [2023-11-28 04:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18179. [2023-11-28 04:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18180. [2023-11-28 04:49:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18181. [2023-11-28 04:49:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18182. [2023-11-28 04:49:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18183. [2023-11-28 04:49:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18184. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT DATABASE() [] []
  18185. [2023-11-28 04:49:39] doctrine.DEBUG: SELECT DATABASE() [] []
  18186. [2023-11-28 04:49:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18187. [2023-11-28 04:49:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18188. [2023-11-28 04:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18189. [2023-11-28 04:49:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18190. [2023-11-28 04:49:41] doctrine.DEBUG: SELECT DATABASE() [] []
  18191. [2023-11-28 04:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18192. [2023-11-28 04:49:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18193. [2023-11-28 04:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18194. [2023-11-28 04:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18195. [2023-11-28 04:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18196. [2023-11-28 04:49:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18197. [2023-11-28 04:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18198. [2023-11-28 04:49:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18199. [2023-11-28 04:49:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18200. [2023-11-28 04:49:42] doctrine.DEBUG: SELECT DATABASE() [] []
  18201. [2023-11-28 15:02:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18202. [2023-11-28 15:02:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18203. [2023-11-28 15:02:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18204. [2023-11-28 15:02:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18205. [2023-11-28 15:02:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18206. [2023-11-28 15:02:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18207. [2023-11-28 15:02:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18208. [2023-11-28 15:02:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18209. [2023-11-28 15:02:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18210. [2023-11-28 15:02:40] doctrine.DEBUG: SELECT DATABASE() [] []
  18211. [2023-11-28 18:09:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18212. [2023-11-28 18:09:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18213. [2023-11-28 18:09:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18214. [2023-11-28 18:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18215. [2023-11-28 18:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18216. [2023-11-28 18:09:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18217. [2023-11-28 18:09:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18218. [2023-11-28 18:09:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18219. [2023-11-28 18:09:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18220. [2023-11-28 18:09:14] doctrine.DEBUG: SELECT DATABASE() [] []
  18221. [2023-11-29 03:21:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18222. [2023-11-29 03:21:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18223. [2023-11-29 03:21:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18224. [2023-11-29 03:21:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18225. [2023-11-29 03:21:06] doctrine.DEBUG: SELECT DATABASE() [] []
  18226. [2023-11-29 04:59:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18227. [2023-11-29 04:59:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18228. [2023-11-29 04:59:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18229. [2023-11-29 04:59:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18230. [2023-11-29 04:59:15] doctrine.DEBUG: SELECT DATABASE() [] []
  18231. [2023-11-29 16:20:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18232. [2023-11-29 16:20:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18233. [2023-11-29 16:20:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18234. [2023-11-29 16:20:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18235. [2023-11-29 16:20:02] doctrine.DEBUG: SELECT DATABASE() [] []
  18236. [2023-11-29 17:19:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18237. [2023-11-29 17:19:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18238. [2023-11-29 17:19:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18239. [2023-11-29 17:19:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18240. [2023-11-29 17:19:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18241. [2023-11-29 17:19:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18242. [2023-11-29 17:19:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18243. [2023-11-29 17:19:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18244. [2023-11-29 17:19:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18245. [2023-11-29 17:19:14] doctrine.DEBUG: SELECT DATABASE() [] []
  18246. [2023-11-29 19:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18247. [2023-11-29 19:34:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18248. [2023-11-29 19:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18249. [2023-11-29 19:34:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18250. [2023-11-29 19:34:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18251. [2023-11-29 19:34:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18252. [2023-11-29 19:34:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18253. [2023-11-29 19:34:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18254. [2023-11-29 19:34:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18255. [2023-11-29 19:34:01] doctrine.DEBUG: SELECT DATABASE() [] []
  18256. [2023-11-30 19:31:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18257. [2023-11-30 19:31:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18258. [2023-11-30 19:31:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18259. [2023-11-30 19:31:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18260. [2023-11-30 19:31:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18261. [2023-11-30 19:31:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18262. [2023-11-30 19:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18263. [2023-11-30 19:31:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18264. [2023-11-30 19:31:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18265. [2023-11-30 19:31:51] doctrine.DEBUG: SELECT DATABASE() [] []
  18266. [2023-11-30 19:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18267. [2023-11-30 19:45:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18268. [2023-11-30 19:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18269. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18270. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18271. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18272. [2023-11-30 19:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18273. [2023-11-30 19:45:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18274. [2023-11-30 19:45:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18275. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18276. [2023-11-30 19:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18277. [2023-11-30 19:45:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18278. [2023-11-30 19:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18279. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18280. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18281. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18282. [2023-11-30 19:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18283. [2023-11-30 19:45:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18284. [2023-11-30 19:45:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18285. [2023-11-30 19:45:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18286. [2023-11-30 20:05:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18287. [2023-11-30 20:05:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18288. [2023-11-30 20:05:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18289. [2023-11-30 20:05:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18290. [2023-11-30 20:05:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18291. [2023-11-30 20:05:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18292. [2023-11-30 20:05:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18293. [2023-11-30 20:05:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18294. [2023-11-30 20:05:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18295. [2023-11-30 20:05:25] doctrine.DEBUG: SELECT DATABASE() [] []
  18296. [2023-11-30 20:05:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18297. [2023-11-30 20:05:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18298. [2023-11-30 20:05:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18299. [2023-11-30 20:05:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18300. [2023-11-30 20:05:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18301. [2023-11-30 20:05:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18302. [2023-11-30 20:05:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18303. [2023-11-30 20:05:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18304. [2023-11-30 20:05:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18305. [2023-11-30 20:05:25] doctrine.DEBUG: SELECT DATABASE() [] []
  18306. [2023-11-30 20:06:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18307. [2023-11-30 20:06:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18308. [2023-11-30 20:06:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18309. [2023-11-30 20:06:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18310. [2023-11-30 20:06:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18311. [2023-11-30 20:06:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18312. [2023-11-30 20:06:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18313. [2023-11-30 20:06:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18314. [2023-11-30 20:06:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18315. [2023-11-30 20:06:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18316. [2023-11-30 20:06:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18317. [2023-11-30 20:06:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18318. [2023-11-30 20:06:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18319. [2023-11-30 20:06:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18320. [2023-11-30 20:06:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18321. [2023-11-30 20:06:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18322. [2023-11-30 20:06:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18323. [2023-11-30 20:06:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18324. [2023-11-30 20:06:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18325. [2023-11-30 20:06:30] doctrine.DEBUG: SELECT DATABASE() [] []
  18326. [2023-11-30 20:16:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18327. [2023-11-30 20:16:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18328. [2023-11-30 20:16:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18329. [2023-11-30 20:16:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18330. [2023-11-30 20:16:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18331. [2023-11-30 20:16:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18332. [2023-11-30 20:16:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18333. [2023-11-30 20:16:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18334. [2023-11-30 20:16:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18335. [2023-11-30 20:16:27] doctrine.DEBUG: SELECT DATABASE() [] []
  18336. [2023-11-30 20:16:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18337. [2023-11-30 20:16:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18338. [2023-11-30 20:16:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18339. [2023-11-30 20:16:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18340. [2023-11-30 20:16:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18341. [2023-11-30 20:16:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18342. [2023-11-30 20:16:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18343. [2023-11-30 20:16:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18344. [2023-11-30 20:16:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18345. [2023-11-30 20:16:27] doctrine.DEBUG: SELECT DATABASE() [] []
  18346. [2023-11-30 20:17:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18347. [2023-11-30 20:17:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18348. [2023-11-30 20:17:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18349. [2023-11-30 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18350. [2023-11-30 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18351. [2023-11-30 20:17:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18352. [2023-11-30 20:17:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18353. [2023-11-30 20:17:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18354. [2023-11-30 20:17:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18355. [2023-11-30 20:17:22] doctrine.DEBUG: SELECT DATABASE() [] []
  18356. [2023-11-30 20:17:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18357. [2023-11-30 20:17:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18358. [2023-11-30 20:17:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18359. [2023-11-30 20:17:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18360. [2023-11-30 20:17:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18361. [2023-11-30 20:17:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18362. [2023-11-30 20:17:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18363. [2023-11-30 20:17:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18364. [2023-11-30 20:17:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18365. [2023-11-30 20:17:23] doctrine.DEBUG: SELECT DATABASE() [] []
  18366. [2023-11-30 20:26:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18367. [2023-11-30 20:26:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18368. [2023-11-30 20:26:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18369. [2023-11-30 20:26:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18370. [2023-11-30 20:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18371. [2023-11-30 20:26:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18372. [2023-11-30 20:26:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18373. [2023-11-30 20:26:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18374. [2023-11-30 20:26:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18375. [2023-11-30 20:26:12] doctrine.DEBUG: SELECT DATABASE() [] []
  18376. [2023-11-30 20:28:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18377. [2023-11-30 20:28:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18378. [2023-11-30 20:28:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18379. [2023-11-30 20:28:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18380. [2023-11-30 20:28:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18381. [2023-11-30 20:28:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18382. [2023-11-30 20:28:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18383. [2023-11-30 20:28:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18384. [2023-11-30 20:28:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18385. [2023-11-30 20:28:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18386. [2023-11-30 20:36:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18387. [2023-11-30 20:36:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18388. [2023-11-30 20:36:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18389. [2023-11-30 20:36:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18390. [2023-11-30 20:36:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18391. [2023-11-30 20:36:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18392. [2023-11-30 20:36:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18393. [2023-11-30 20:36:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18394. [2023-11-30 20:36:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18395. [2023-11-30 20:36:26] doctrine.DEBUG: SELECT DATABASE() [] []
  18396. [2023-11-30 20:37:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18397. [2023-11-30 20:37:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18398. [2023-11-30 20:37:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18399. [2023-11-30 20:37:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18400. [2023-11-30 20:37:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18401. [2023-11-30 20:37:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18402. [2023-11-30 20:37:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18403. [2023-11-30 20:37:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18404. [2023-11-30 20:37:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18405. [2023-11-30 20:37:25] doctrine.DEBUG: SELECT DATABASE() [] []
  18406. [2023-11-30 20:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18407. [2023-11-30 20:47:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18408. [2023-11-30 20:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18409. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18410. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18411. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18412. [2023-11-30 20:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18413. [2023-11-30 20:47:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18414. [2023-11-30 20:47:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18415. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT DATABASE() [] []
  18416. [2023-11-30 20:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18417. [2023-11-30 20:47:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18418. [2023-11-30 20:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18419. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18420. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18421. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18422. [2023-11-30 20:47:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18423. [2023-11-30 20:47:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18424. [2023-11-30 20:47:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18425. [2023-11-30 20:47:30] doctrine.DEBUG: SELECT DATABASE() [] []
  18426. [2023-11-30 20:50:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18427. [2023-11-30 20:50:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18428. [2023-11-30 20:50:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18429. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18430. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18431. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18432. [2023-11-30 20:50:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18433. [2023-11-30 20:50:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18434. [2023-11-30 20:50:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18435. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT DATABASE() [] []
  18436. [2023-11-30 20:50:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18437. [2023-11-30 20:50:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18438. [2023-11-30 20:50:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18439. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18440. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18441. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18442. [2023-11-30 20:50:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18443. [2023-11-30 20:50:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18444. [2023-11-30 20:50:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18445. [2023-11-30 20:50:03] doctrine.DEBUG: SELECT DATABASE() [] []
  18446. [2023-12-01 22:04:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18447. [2023-12-01 22:04:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18448. [2023-12-01 22:04:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18449. [2023-12-01 22:04:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18450. [2023-12-01 22:04:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18451. [2023-12-03 07:04:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18452. [2023-12-03 07:04:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18453. [2023-12-03 07:04:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18454. [2023-12-03 07:04:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18455. [2023-12-03 07:04:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18456. [2023-12-03 07:04:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18457. [2023-12-03 07:04:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18458. [2023-12-03 07:04:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18459. [2023-12-03 07:04:31] doctrine.DEBUG: SELECT DATABASE() [] []
  18460. [2023-12-03 07:04:31] doctrine.DEBUG: SELECT DATABASE() [] []
  18461. [2023-12-04 15:36:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18462. [2023-12-04 15:36:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18463. [2023-12-04 15:36:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18464. [2023-12-04 15:36:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18465. [2023-12-04 15:36:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18466. [2023-12-04 18:42:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18467. [2023-12-04 18:42:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18468. [2023-12-04 18:42:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18469. [2023-12-04 18:42:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18470. [2023-12-04 18:42:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18471. [2023-12-08 10:54:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18472. [2023-12-08 10:54:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/HEAD"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/HEAD\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18473. [2023-12-08 10:54:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18474. [2023-12-08 10:54:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18475. [2023-12-08 10:54:51] doctrine.DEBUG: SELECT DATABASE() [] []
  18476. [2023-12-11 13:04:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18477. [2023-12-11 13:04:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18478. [2023-12-11 13:04:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18479. [2023-12-11 13:04:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18480. [2023-12-11 13:04:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18481. [2023-12-11 13:04:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18482. [2023-12-11 13:04:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18483. [2023-12-11 13:04:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18484. [2023-12-11 13:04:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18485. [2023-12-11 13:04:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18486. [2023-12-11 13:04:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18487. [2023-12-11 13:04:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18488. [2023-12-11 13:04:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18489. [2023-12-11 13:04:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18490. [2023-12-11 13:04:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18491. [2023-12-11 13:04:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18492. [2023-12-11 13:04:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18493. [2023-12-11 13:04:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18494. [2023-12-11 13:04:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18495. [2023-12-11 13:04:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18496. [2023-12-11 19:49:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18497. [2023-12-11 19:49:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18498. [2023-12-11 19:49:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18499. [2023-12-11 19:49:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18500. [2023-12-11 19:49:02] doctrine.DEBUG: SELECT DATABASE() [] []
  18501. [2023-12-11 21:27:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18502. [2023-12-11 21:27:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18503. [2023-12-11 21:27:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18504. [2023-12-11 21:27:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18505. [2023-12-11 21:27:51] doctrine.DEBUG: SELECT DATABASE() [] []
  18506. [2023-12-12 14:12:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18507. [2023-12-12 14:12:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18508. [2023-12-12 14:12:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18509. [2023-12-12 14:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18510. [2023-12-12 14:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18511. [2023-12-12 14:12:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18512. [2023-12-12 14:12:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18513. [2023-12-12 14:12:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18514. [2023-12-12 14:12:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18515. [2023-12-12 14:12:10] doctrine.DEBUG: SELECT DATABASE() [] []
  18516. [2023-12-12 14:12:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18517. [2023-12-12 14:12:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18518. [2023-12-12 14:12:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18519. [2023-12-12 14:12:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18520. [2023-12-12 14:12:15] doctrine.DEBUG: SELECT DATABASE() [] []
  18521. [2023-12-12 16:34:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18522. [2023-12-12 16:34:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18523. [2023-12-12 16:34:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18524. [2023-12-12 16:34:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18525. [2023-12-12 16:34:11] doctrine.DEBUG: SELECT DATABASE() [] []
  18526. [2023-12-12 16:37:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18527. [2023-12-12 16:37:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18528. [2023-12-12 16:37:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18529. [2023-12-12 16:37:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18530. [2023-12-12 16:37:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18531. [2023-12-12 16:37:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18532. [2023-12-12 16:37:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18533. [2023-12-12 16:37:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18534. [2023-12-12 16:37:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18535. [2023-12-12 16:37:05] doctrine.DEBUG: SELECT DATABASE() [] []
  18536. [2023-12-12 16:37:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18537. [2023-12-12 16:37:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18538. [2023-12-12 16:37:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18539. [2023-12-12 16:37:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18540. [2023-12-12 16:37:10] doctrine.DEBUG: SELECT DATABASE() [] []
  18541. [2023-12-13 13:35:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18542. [2023-12-13 13:35:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18543. [2023-12-13 13:35:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18544. [2023-12-13 13:35:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18545. [2023-12-13 13:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18546. [2023-12-13 13:35:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18547. [2023-12-13 13:35:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18548. [2023-12-13 13:35:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18549. [2023-12-13 13:35:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18550. [2023-12-13 13:35:58] doctrine.DEBUG: SELECT DATABASE() [] []
  18551. [2023-12-13 13:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18552. [2023-12-13 13:43:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18553. [2023-12-13 13:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18554. [2023-12-13 13:43:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18555. [2023-12-13 13:43:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18556. [2023-12-13 13:43:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18557. [2023-12-13 13:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18558. [2023-12-13 13:43:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18559. [2023-12-13 13:43:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18560. [2023-12-13 13:43:30] doctrine.DEBUG: SELECT DATABASE() [] []
  18561. [2023-12-13 13:43:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18562. [2023-12-13 13:43:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18563. [2023-12-13 13:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18564. [2023-12-13 13:43:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18565. [2023-12-13 13:43:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18566. [2023-12-13 13:43:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18567. [2023-12-13 13:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18568. [2023-12-13 13:43:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18569. [2023-12-13 13:43:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18570. [2023-12-13 13:43:42] doctrine.DEBUG: SELECT DATABASE() [] []
  18571. [2023-12-13 13:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18572. [2023-12-13 13:43:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18573. [2023-12-13 13:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18574. [2023-12-13 13:43:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18575. [2023-12-13 13:43:44] doctrine.DEBUG: SELECT DATABASE() [] []
  18576. [2023-12-13 13:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18577. [2023-12-13 13:43:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18578. [2023-12-13 13:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18579. [2023-12-13 13:43:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18580. [2023-12-13 13:43:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18581. [2023-12-13 13:43:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18582. [2023-12-13 13:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18583. [2023-12-13 13:43:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18584. [2023-12-13 13:43:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18585. [2023-12-13 13:43:48] doctrine.DEBUG: SELECT DATABASE() [] []
  18586. [2023-12-13 13:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18587. [2023-12-13 13:43:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18588. [2023-12-13 13:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18589. [2023-12-13 13:43:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18590. [2023-12-13 13:43:49] doctrine.DEBUG: SELECT DATABASE() [] []
  18591. [2023-12-13 19:35:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18592. [2023-12-13 19:35:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18593. [2023-12-13 19:35:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18594. [2023-12-13 19:35:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18595. [2023-12-13 19:35:12] doctrine.DEBUG: SELECT DATABASE() [] []
  18596. [2023-12-14 11:45:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18597. [2023-12-14 11:45:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18598. [2023-12-14 11:45:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18599. [2023-12-14 11:45:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18600. [2023-12-14 11:45:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18601. [2023-12-14 11:45:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18602. [2023-12-14 11:45:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18603. [2023-12-14 11:45:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18604. [2023-12-14 11:45:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18605. [2023-12-14 11:45:14] doctrine.DEBUG: SELECT DATABASE() [] []
  18606. [2023-12-14 12:47:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18607. [2023-12-14 12:47:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18608. [2023-12-14 12:47:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18609. [2023-12-14 12:47:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18610. [2023-12-14 12:47:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18611. [2023-12-14 12:47:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18612. [2023-12-14 12:47:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18613. [2023-12-14 12:47:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18614. [2023-12-14 12:47:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18615. [2023-12-14 12:47:55] doctrine.DEBUG: SELECT DATABASE() [] []
  18616. [2023-12-14 15:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18617. [2023-12-14 15:43:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18618. [2023-12-14 15:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18619. [2023-12-14 15:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18620. [2023-12-14 15:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18621. [2023-12-14 15:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18622. [2023-12-14 15:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18623. [2023-12-14 15:43:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18624. [2023-12-14 15:43:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18625. [2023-12-14 15:43:47] doctrine.DEBUG: SELECT DATABASE() [] []
  18626. [2023-12-14 15:43:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18627. [2023-12-14 15:43:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18628. [2023-12-14 15:43:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18629. [2023-12-14 15:43:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18630. [2023-12-14 15:43:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18631. [2023-12-14 15:43:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18632. [2023-12-14 15:43:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18633. [2023-12-14 15:43:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18634. [2023-12-14 15:43:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18635. [2023-12-14 15:43:47] doctrine.DEBUG: SELECT DATABASE() [] []
  18636. [2023-12-14 15:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18637. [2023-12-14 15:43:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18638. [2023-12-14 15:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18639. [2023-12-14 15:43:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18640. [2023-12-14 15:43:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18641. [2023-12-14 15:43:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18642. [2023-12-14 15:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18643. [2023-12-14 15:43:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18644. [2023-12-14 15:43:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18645. [2023-12-14 15:43:49] doctrine.DEBUG: SELECT DATABASE() [] []
  18646. [2023-12-14 15:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18647. [2023-12-14 15:43:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18648. [2023-12-14 15:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18649. [2023-12-14 15:43:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18650. [2023-12-14 15:43:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18651. [2023-12-14 15:43:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18652. [2023-12-14 15:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18653. [2023-12-14 15:43:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18654. [2023-12-14 15:43:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18655. [2023-12-14 15:43:50] doctrine.DEBUG: SELECT DATABASE() [] []
  18656. [2023-12-14 15:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18657. [2023-12-14 15:43:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18658. [2023-12-14 15:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18659. [2023-12-14 15:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18660. [2023-12-14 15:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18661. [2023-12-14 15:43:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18662. [2023-12-14 15:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18663. [2023-12-14 15:43:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18664. [2023-12-14 15:43:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18665. [2023-12-14 15:43:54] doctrine.DEBUG: SELECT DATABASE() [] []
  18666. [2023-12-14 15:44:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18667. [2023-12-14 15:44:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18668. [2023-12-14 15:44:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18669. [2023-12-14 15:44:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18670. [2023-12-14 15:44:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18671. [2023-12-14 15:44:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18672. [2023-12-14 15:44:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18673. [2023-12-14 15:44:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18674. [2023-12-14 15:44:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18675. [2023-12-14 15:44:25] doctrine.DEBUG: SELECT DATABASE() [] []
  18676. [2023-12-14 15:44:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18677. [2023-12-14 15:44:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18678. [2023-12-14 15:44:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18679. [2023-12-14 15:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18680. [2023-12-14 15:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18681. [2023-12-14 15:44:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18682. [2023-12-14 15:44:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18683. [2023-12-14 15:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18684. [2023-12-14 15:44:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18685. [2023-12-14 15:44:26] doctrine.DEBUG: SELECT DATABASE() [] []
  18686. [2023-12-14 15:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18687. [2023-12-14 15:44:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18688. [2023-12-14 15:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18689. [2023-12-14 15:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18690. [2023-12-14 15:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18691. [2023-12-14 15:44:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18692. [2023-12-14 15:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18693. [2023-12-14 15:44:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18694. [2023-12-14 15:44:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18695. [2023-12-14 15:44:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18696. [2023-12-14 15:44:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18697. [2023-12-14 15:44:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18698. [2023-12-14 15:44:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18699. [2023-12-14 15:44:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18700. [2023-12-14 15:44:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18701. [2023-12-14 15:44:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18702. [2023-12-14 15:44:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18703. [2023-12-14 15:44:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18704. [2023-12-14 15:44:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18705. [2023-12-14 15:44:30] doctrine.DEBUG: SELECT DATABASE() [] []
  18706. [2023-12-14 15:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18707. [2023-12-14 15:44:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18708. [2023-12-14 15:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18709. [2023-12-14 15:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18710. [2023-12-14 15:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18711. [2023-12-14 15:44:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18712. [2023-12-14 15:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18713. [2023-12-14 15:44:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18714. [2023-12-14 15:44:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18715. [2023-12-14 15:44:34] doctrine.DEBUG: SELECT DATABASE() [] []
  18716. [2023-12-14 15:44:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18717. [2023-12-14 15:44:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fee44c"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/fee44c","method":"GET"} []
  18718. [2023-12-14 16:28:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18719. [2023-12-14 16:28:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18720. [2023-12-14 16:28:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18721. [2023-12-14 16:28:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18722. [2023-12-14 16:28:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18723. [2023-12-14 16:28:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18724. [2023-12-14 16:28:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18725. [2023-12-14 16:28:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18726. [2023-12-14 16:28:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18727. [2023-12-14 16:28:18] doctrine.DEBUG: SELECT DATABASE() [] []
  18728. [2023-12-14 16:28:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18729. [2023-12-14 16:28:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18730. [2023-12-14 16:28:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18731. [2023-12-14 16:28:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18732. [2023-12-14 16:28:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18733. [2023-12-14 16:28:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18734. [2023-12-14 16:28:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18735. [2023-12-14 16:28:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18736. [2023-12-14 16:28:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18737. [2023-12-14 16:28:19] doctrine.DEBUG: SELECT DATABASE() [] []
  18738. [2023-12-14 16:28:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18739. [2023-12-14 16:28:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  18740. [2023-12-14 16:28:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18741. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18742. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18743. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18744. [2023-12-14 16:28:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18745. [2023-12-14 16:28:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18746. [2023-12-14 16:28:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18747. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT DATABASE() [] []
  18748. [2023-12-14 16:28:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18749. [2023-12-14 16:28:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18750. [2023-12-14 16:28:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18751. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18752. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18753. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18754. [2023-12-14 16:28:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18755. [2023-12-14 16:28:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18756. [2023-12-14 16:28:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18757. [2023-12-14 16:28:21] doctrine.DEBUG: SELECT DATABASE() [] []
  18758. [2023-12-15 10:53:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18759. [2023-12-15 10:53:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18760. [2023-12-15 10:53:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18761. [2023-12-15 10:53:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18762. [2023-12-15 10:53:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18763. [2023-12-15 10:53:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18764. [2023-12-15 10:53:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18765. [2023-12-15 10:53:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18766. [2023-12-15 10:53:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18767. [2023-12-15 10:53:07] doctrine.DEBUG: SELECT DATABASE() [] []
  18768. [2023-12-16 00:59:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18769. [2023-12-16 00:59:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18770. [2023-12-16 00:59:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18771. [2023-12-16 00:59:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18772. [2023-12-16 00:59:23] doctrine.DEBUG: SELECT DATABASE() [] []
  18773. [2023-12-17 13:11:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18774. [2023-12-17 13:11:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18775. [2023-12-17 13:11:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18776. [2023-12-17 13:11:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18777. [2023-12-17 13:11:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18778. [2023-12-17 13:11:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18779. [2023-12-17 13:11:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18780. [2023-12-17 13:11:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18781. [2023-12-17 13:11:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18782. [2023-12-17 13:11:23] doctrine.DEBUG: SELECT DATABASE() [] []
  18783. [2023-12-17 16:45:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18784. [2023-12-17 16:45:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18785. [2023-12-17 16:45:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18786. [2023-12-17 16:45:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18787. [2023-12-17 16:45:58] doctrine.DEBUG: SELECT DATABASE() [] []
  18788. [2023-12-17 16:49:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18789. [2023-12-17 16:49:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18790. [2023-12-17 16:49:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18791. [2023-12-17 16:49:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18792. [2023-12-17 16:49:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18793. [2023-12-17 16:49:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18794. [2023-12-17 16:49:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18795. [2023-12-17 16:49:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18796. [2023-12-17 16:49:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18797. [2023-12-17 16:49:10] doctrine.DEBUG: SELECT DATABASE() [] []
  18798. [2023-12-17 16:49:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18799. [2023-12-17 16:49:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18800. [2023-12-17 16:49:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18801. [2023-12-17 16:49:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18802. [2023-12-17 16:49:16] doctrine.DEBUG: SELECT DATABASE() [] []
  18803. [2023-12-17 17:54:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18804. [2023-12-17 17:54:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18805. [2023-12-17 17:54:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18806. [2023-12-17 17:54:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18807. [2023-12-17 17:54:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18808. [2023-12-17 17:54:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18809. [2023-12-17 17:54:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18810. [2023-12-17 17:54:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18811. [2023-12-17 17:54:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18812. [2023-12-17 17:54:41] doctrine.DEBUG: SELECT DATABASE() [] []
  18813. [2023-12-17 17:54:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18814. [2023-12-17 17:54:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18815. [2023-12-17 17:54:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18816. [2023-12-17 17:54:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18817. [2023-12-17 17:54:45] doctrine.DEBUG: SELECT DATABASE() [] []
  18818. [2023-12-18 01:39:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18819. [2023-12-18 01:39:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18820. [2023-12-18 01:39:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18821. [2023-12-18 01:39:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18822. [2023-12-18 01:39:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18823. [2023-12-18 01:39:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18824. [2023-12-18 01:39:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18825. [2023-12-18 01:39:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18826. [2023-12-18 01:39:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18827. [2023-12-18 01:39:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18828. [2023-12-21 18:00:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18829. [2023-12-21 18:00:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18830. [2023-12-21 18:00:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18831. [2023-12-21 18:00:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18832. [2023-12-21 18:00:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18833. [2023-12-21 18:00:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18834. [2023-12-21 18:00:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18835. [2023-12-21 18:00:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18836. [2023-12-21 18:00:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18837. [2023-12-21 18:00:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18838. [2023-12-21 18:00:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18839. [2023-12-21 18:00:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18840. [2023-12-21 18:00:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18841. [2023-12-21 18:00:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18842. [2023-12-21 18:00:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18843. [2023-12-21 18:00:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18844. [2023-12-21 18:00:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18845. [2023-12-21 18:00:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18846. [2023-12-21 18:00:19] doctrine.DEBUG: SELECT DATABASE() [] []
  18847. [2023-12-21 18:00:19] doctrine.DEBUG: SELECT DATABASE() [] []
  18848. [2023-12-21 18:00:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18849. [2023-12-21 18:00:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18850. [2023-12-21 18:00:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18851. [2023-12-21 18:00:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18852. [2023-12-21 18:00:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18853. [2023-12-21 18:00:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18854. [2023-12-21 18:00:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18855. [2023-12-21 18:00:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18856. [2023-12-21 18:00:33] doctrine.DEBUG: SELECT DATABASE() [] []
  18857. [2023-12-21 18:00:33] doctrine.DEBUG: SELECT DATABASE() [] []
  18858. [2023-12-21 18:00:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18859. [2023-12-21 18:00:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18860. [2023-12-21 18:00:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18861. [2023-12-21 18:00:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18862. [2023-12-21 18:00:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18863. [2023-12-21 18:00:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18864. [2023-12-21 18:00:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18865. [2023-12-21 18:00:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18866. [2023-12-21 18:00:34] doctrine.DEBUG: SELECT DATABASE() [] []
  18867. [2023-12-21 18:00:34] doctrine.DEBUG: SELECT DATABASE() [] []
  18868. [2023-12-21 18:00:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18869. [2023-12-21 18:00:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18870. [2023-12-21 18:00:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18871. [2023-12-21 18:00:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18872. [2023-12-21 18:00:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18873. [2023-12-21 18:00:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18874. [2023-12-21 18:00:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18875. [2023-12-21 18:00:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18876. [2023-12-21 18:00:48] doctrine.DEBUG: SELECT DATABASE() [] []
  18877. [2023-12-21 18:00:48] doctrine.DEBUG: SELECT DATABASE() [] []
  18878. [2023-12-21 18:01:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18879. [2023-12-21 18:01:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18880. [2023-12-21 18:01:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18881. [2023-12-21 18:01:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18882. [2023-12-21 18:01:07] doctrine.DEBUG: SELECT DATABASE() [] []
  18883. [2023-12-21 18:01:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18884. [2023-12-21 18:01:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18885. [2023-12-21 18:01:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18886. [2023-12-21 18:01:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18887. [2023-12-21 18:01:11] doctrine.DEBUG: SELECT DATABASE() [] []
  18888. [2023-12-21 18:01:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18889. [2023-12-21 18:01:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18890. [2023-12-21 18:01:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18891. [2023-12-21 18:01:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18892. [2023-12-21 18:01:25] doctrine.DEBUG: SELECT DATABASE() [] []
  18893. [2023-12-21 18:01:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18894. [2023-12-21 18:01:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18895. [2023-12-21 18:01:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18896. [2023-12-21 18:01:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18897. [2023-12-21 18:01:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18898. [2023-12-21 18:01:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18899. [2023-12-21 18:01:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18900. [2023-12-21 18:01:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18901. [2023-12-21 18:01:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18902. [2023-12-21 18:01:29] doctrine.DEBUG: SELECT DATABASE() [] []
  18903. [2023-12-21 18:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18904. [2023-12-21 18:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18905. [2023-12-21 18:01:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18906. [2023-12-21 18:01:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18907. [2023-12-21 18:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18908. [2023-12-21 18:01:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18909. [2023-12-21 18:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18910. [2023-12-21 18:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18911. [2023-12-21 18:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18912. [2023-12-21 18:01:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18913. [2023-12-21 18:01:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18914. [2023-12-21 18:01:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18915. [2023-12-21 18:01:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18916. [2023-12-21 18:01:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18917. [2023-12-21 18:01:43] doctrine.DEBUG: SELECT DATABASE() [] []
  18918. [2023-12-21 18:01:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18919. [2023-12-21 18:01:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18920. [2023-12-21 18:01:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18921. [2023-12-21 18:01:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18922. [2023-12-21 18:01:47] doctrine.DEBUG: SELECT DATABASE() [] []
  18923. [2023-12-22 00:30:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18924. [2023-12-22 00:30:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18925. [2023-12-22 00:30:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18926. [2023-12-22 00:30:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18927. [2023-12-22 00:30:56] doctrine.DEBUG: SELECT DATABASE() [] []
  18928. [2023-12-22 04:00:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18929. [2023-12-22 04:00:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18930. [2023-12-22 04:00:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18931. [2023-12-22 04:00:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18932. [2023-12-22 04:00:12] doctrine.DEBUG: SELECT DATABASE() [] []
  18933. [2023-12-24 14:52:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18934. [2023-12-24 14:52:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18935. [2023-12-24 14:52:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18936. [2023-12-24 14:52:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18937. [2023-12-24 14:52:12] doctrine.DEBUG: SELECT DATABASE() [] []
  18938. [2023-12-24 17:44:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18939. [2023-12-24 17:44:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18940. [2023-12-24 17:44:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18941. [2023-12-24 17:44:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18942. [2023-12-24 17:44:40] doctrine.DEBUG: SELECT DATABASE() [] []
  18943. [2023-12-25 16:55:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18944. [2023-12-25 16:55:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18945. [2023-12-25 16:55:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  18946. [2023-12-25 16:55:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18947. [2023-12-25 16:55:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18948. [2023-12-25 16:55:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18949. [2023-12-25 16:55:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18950. [2023-12-25 16:55:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18951. [2023-12-25 16:55:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18952. [2023-12-25 16:55:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18953. [2023-12-25 16:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18954. [2023-12-25 16:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18955. [2023-12-25 16:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18956. [2023-12-25 16:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18957. [2023-12-25 16:55:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18958. [2023-12-25 16:55:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18959. [2023-12-25 16:55:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18960. [2023-12-25 16:55:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18961. [2023-12-25 16:55:06] doctrine.DEBUG: SELECT DATABASE() [] []
  18962. [2023-12-25 16:55:06] doctrine.DEBUG: SELECT DATABASE() [] []
  18963. [2023-12-26 12:37:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18964. [2023-12-26 12:37:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18965. [2023-12-26 12:37:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18966. [2023-12-26 12:37:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18967. [2023-12-26 12:37:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18968. [2023-12-26 12:37:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18969. [2023-12-26 12:37:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18970. [2023-12-26 12:37:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18971. [2023-12-26 12:37:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18972. [2023-12-26 12:37:37] doctrine.DEBUG: SELECT DATABASE() [] []
  18973. [2023-12-26 12:37:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18974. [2023-12-26 12:37:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18975. [2023-12-26 12:37:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18976. [2023-12-26 12:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18977. [2023-12-26 12:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18978. [2023-12-26 12:37:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18979. [2023-12-26 12:37:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18980. [2023-12-26 12:37:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18981. [2023-12-26 12:37:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18982. [2023-12-26 12:37:37] doctrine.DEBUG: SELECT DATABASE() [] []
  18983. [2023-12-26 12:37:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18984. [2023-12-26 12:37:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  18985. [2023-12-26 12:37:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18986. [2023-12-26 12:37:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18987. [2023-12-26 12:37:38] doctrine.DEBUG: SELECT DATABASE() [] []
  18988. [2023-12-26 12:37:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18989. [2023-12-26 12:37:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  18990. [2023-12-26 12:37:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  18991. [2023-12-26 12:37:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  18992. [2023-12-26 12:37:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  18993. [2023-12-26 12:37:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  18994. [2023-12-26 12:37:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  18995. [2023-12-26 12:37:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  18996. [2023-12-26 12:37:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  18997. [2023-12-26 12:37:55] doctrine.DEBUG: SELECT DATABASE() [] []
  18998. [2023-12-26 12:37:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  18999. [2023-12-26 12:37:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19000. [2023-12-26 12:37:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19001. [2023-12-26 12:37:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19002. [2023-12-26 12:37:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19003. [2023-12-26 12:37:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19004. [2023-12-26 12:37:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19005. [2023-12-26 12:37:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19006. [2023-12-26 12:37:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19007. [2023-12-26 12:37:56] doctrine.DEBUG: SELECT DATABASE() [] []
  19008. [2023-12-26 12:39:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19009. [2023-12-26 12:39:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19010. [2023-12-26 12:39:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19011. [2023-12-26 12:39:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19012. [2023-12-26 12:39:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19013. [2023-12-26 12:39:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19014. [2023-12-26 12:39:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19015. [2023-12-26 12:39:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19016. [2023-12-26 12:39:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19017. [2023-12-26 12:39:06] doctrine.DEBUG: SELECT DATABASE() [] []
  19018. [2023-12-26 12:39:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19019. [2023-12-26 12:39:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19020. [2023-12-26 12:39:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19021. [2023-12-26 12:39:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19022. [2023-12-26 12:39:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19023. [2023-12-26 12:39:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19024. [2023-12-26 12:39:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19025. [2023-12-26 12:39:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19026. [2023-12-26 12:39:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19027. [2023-12-26 12:39:07] doctrine.DEBUG: SELECT DATABASE() [] []
  19028. [2023-12-26 12:39:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19029. [2023-12-26 12:39:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19030. [2023-12-26 12:39:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19031. [2023-12-26 12:39:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19032. [2023-12-26 12:39:08] doctrine.DEBUG: SELECT DATABASE() [] []
  19033. [2023-12-26 12:39:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19034. [2023-12-26 12:39:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19035. [2023-12-26 12:39:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19036. [2023-12-26 12:39:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19037. [2023-12-26 12:39:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19038. [2023-12-26 12:39:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19039. [2023-12-26 12:39:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19040. [2023-12-26 12:39:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19041. [2023-12-26 12:39:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19042. [2023-12-26 12:39:25] doctrine.DEBUG: SELECT DATABASE() [] []
  19043. [2023-12-26 12:39:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19044. [2023-12-26 12:39:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19045. [2023-12-26 12:39:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19046. [2023-12-26 12:39:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19047. [2023-12-26 12:39:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19048. [2023-12-26 12:39:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19049. [2023-12-26 12:39:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19050. [2023-12-26 12:39:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19051. [2023-12-26 12:39:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19052. [2023-12-26 12:39:26] doctrine.DEBUG: SELECT DATABASE() [] []
  19053. [2023-12-26 15:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19054. [2023-12-26 15:52:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19055. [2023-12-26 15:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19056. [2023-12-26 15:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19057. [2023-12-26 15:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  19058. [2023-12-26 22:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19059. [2023-12-26 22:07:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19060. [2023-12-26 22:07:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19061. [2023-12-26 22:07:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19062. [2023-12-26 22:07:13] doctrine.DEBUG: SELECT DATABASE() [] []
  19063. [2023-12-27 00:54:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19064. [2023-12-27 00:54:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19065. [2023-12-27 00:54:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19066. [2023-12-27 00:54:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19067. [2023-12-27 00:54:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19068. [2023-12-27 00:54:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19069. [2023-12-27 00:54:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19070. [2023-12-27 00:54:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19071. [2023-12-27 00:54:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19072. [2023-12-27 00:54:58] doctrine.DEBUG: SELECT DATABASE() [] []
  19073. [2023-12-27 00:55:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19074. [2023-12-27 00:55:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19075. [2023-12-27 00:55:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19076. [2023-12-27 00:55:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19077. [2023-12-27 00:55:02] doctrine.DEBUG: SELECT DATABASE() [] []
  19078. [2023-12-28 00:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19079. [2023-12-28 00:35:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19080. [2023-12-28 00:35:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19081. [2023-12-28 00:35:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19082. [2023-12-28 00:35:41] doctrine.DEBUG: SELECT DATABASE() [] []
  19083. [2023-12-28 15:21:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19084. [2023-12-28 15:21:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19085. [2023-12-28 15:21:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19086. [2023-12-28 15:21:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19087. [2023-12-28 15:21:10] doctrine.DEBUG: SELECT DATABASE() [] []
  19088. [2023-12-28 16:33:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19089. [2023-12-28 16:33:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  19090. [2023-12-28 16:33:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19091. [2023-12-28 16:33:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19092. [2023-12-28 16:33:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19093. [2023-12-28 16:33:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19094. [2023-12-28 16:33:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19095. [2023-12-28 16:33:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19096. [2023-12-28 16:33:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19097. [2023-12-28 16:33:52] doctrine.DEBUG: SELECT DATABASE() [] []
  19098. [2023-12-28 16:33:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19099. [2023-12-28 16:33:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19100. [2023-12-28 16:33:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19101. [2023-12-28 16:33:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19102. [2023-12-28 16:33:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19103. [2023-12-28 16:33:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19104. [2023-12-28 16:33:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19105. [2023-12-28 16:33:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19106. [2023-12-28 16:33:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19107. [2023-12-28 16:33:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19108. [2023-12-28 16:34:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19109. [2023-12-28 16:34:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19110. [2023-12-28 16:34:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19111. [2023-12-28 16:34:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19112. [2023-12-28 16:34:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19113. [2023-12-28 16:34:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19114. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19115. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19116. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19117. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19118. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19119. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19120. [2023-12-28 16:34:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19121. [2023-12-28 16:34:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19122. [2023-12-28 16:34:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19123. [2023-12-28 16:34:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19124. [2023-12-28 16:34:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19125. [2023-12-28 16:34:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19126. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT DATABASE() [] []
  19127. [2023-12-28 16:34:46] doctrine.DEBUG: SELECT DATABASE() [] []
  19128. [2023-12-28 16:34:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19129. [2023-12-28 16:34:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19130. [2023-12-28 16:34:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19131. [2023-12-28 16:34:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19132. [2023-12-28 16:34:47] doctrine.DEBUG: SELECT DATABASE() [] []
  19133. [2023-12-28 16:34:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19134. [2023-12-28 16:34:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19135. [2023-12-28 16:34:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19136. [2023-12-28 16:34:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19137. [2023-12-28 16:34:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19138. [2023-12-28 16:34:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19139. [2023-12-28 16:34:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19140. [2023-12-28 16:34:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19141. [2023-12-28 16:34:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19142. [2023-12-28 16:34:48] doctrine.DEBUG: SELECT DATABASE() [] []
  19143. [2023-12-29 03:43:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19144. [2023-12-29 03:43:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19145. [2023-12-29 03:43:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19146. [2023-12-29 03:43:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19147. [2023-12-29 03:43:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19148. [2023-12-29 03:43:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19149. [2023-12-29 03:43:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19150. [2023-12-29 03:43:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19151. [2023-12-29 03:43:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19152. [2023-12-29 03:43:17] doctrine.DEBUG: SELECT DATABASE() [] []
  19153. [2023-12-29 03:43:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19154. [2023-12-29 03:43:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19155. [2023-12-29 03:43:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19156. [2023-12-29 03:43:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19157. [2023-12-29 03:43:26] doctrine.DEBUG: SELECT DATABASE() [] []
  19158. [2023-12-29 03:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19159. [2023-12-29 03:43:35] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  19160. [2023-12-29 03:43:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19161. [2023-12-29 03:43:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19162. [2023-12-29 03:43:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19163. [2023-12-29 03:43:36] doctrine.DEBUG: SELECT DATABASE() [] []
  19164. [2023-12-29 03:43:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19165. [2023-12-29 03:43:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f3ee1"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9f3ee1","method":"GET"} []
  19166. [2023-12-29 03:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19167. [2023-12-29 03:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19168. [2023-12-29 03:43:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19169. [2023-12-29 03:43:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19170. [2023-12-29 03:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19171. [2023-12-29 03:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19172. [2023-12-29 03:43:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19173. [2023-12-29 03:43:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19174. [2023-12-29 03:43:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19175. [2023-12-29 03:43:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19176. [2023-12-29 03:47:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19177. [2023-12-29 03:47:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19178. [2023-12-29 03:47:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19179. [2023-12-29 03:47:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19180. [2023-12-29 03:47:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19181. [2023-12-29 03:47:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19182. [2023-12-29 03:47:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19183. [2023-12-29 03:47:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19184. [2023-12-29 03:47:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19185. [2023-12-29 03:47:44] doctrine.DEBUG: SELECT DATABASE() [] []
  19186. [2023-12-29 03:47:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19187. [2023-12-29 03:47:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19188. [2023-12-29 03:47:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19189. [2023-12-29 03:47:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19190. [2023-12-29 03:47:45] doctrine.DEBUG: SELECT DATABASE() [] []
  19191. [2023-12-29 03:48:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19192. [2023-12-29 03:48:08] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  19193. [2023-12-29 03:48:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19194. [2023-12-29 03:48:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19195. [2023-12-29 03:48:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19196. [2023-12-29 03:48:08] doctrine.DEBUG: SELECT DATABASE() [] []
  19197. [2023-12-29 03:49:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19198. [2023-12-29 03:49:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19199. [2023-12-29 03:49:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19200. [2023-12-29 03:49:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19201. [2023-12-29 03:49:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19202. [2023-12-29 03:49:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19203. [2023-12-29 03:49:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19204. [2023-12-29 03:49:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19205. [2023-12-29 03:49:07] doctrine.DEBUG: SELECT DATABASE() [] []
  19206. [2023-12-29 03:49:07] doctrine.DEBUG: SELECT DATABASE() [] []
  19207. [2023-12-29 04:08:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19208. [2023-12-29 04:08:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19209. [2023-12-29 04:08:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19210. [2023-12-29 04:08:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19211. [2023-12-29 04:08:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19212. [2023-12-29 04:08:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19213. [2023-12-29 04:08:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19214. [2023-12-29 04:08:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19215. [2023-12-29 04:08:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19216. [2023-12-29 04:08:56] doctrine.DEBUG: SELECT DATABASE() [] []
  19217. [2023-12-29 05:23:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19218. [2023-12-29 05:23:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19219. [2023-12-29 05:23:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19220. [2023-12-29 05:23:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19221. [2023-12-29 05:23:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19222. [2023-12-29 05:23:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19223. [2023-12-29 05:23:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19224. [2023-12-29 05:23:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19225. [2023-12-29 05:23:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19226. [2023-12-29 05:23:39] doctrine.DEBUG: SELECT DATABASE() [] []
  19227. [2023-12-29 23:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19228. [2023-12-29 23:15:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19229. [2023-12-29 23:15:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19230. [2023-12-29 23:15:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19231. [2023-12-29 23:15:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19232. [2023-12-29 23:15:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19233. [2023-12-29 23:15:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19234. [2023-12-29 23:15:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19235. [2023-12-29 23:15:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19236. [2023-12-29 23:15:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19237. [2023-12-29 23:15:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19238. [2023-12-29 23:15:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19239. [2023-12-29 23:15:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19240. [2023-12-29 23:15:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19241. [2023-12-29 23:15:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19242. [2023-12-29 23:15:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19243. [2023-12-29 23:15:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19244. [2023-12-29 23:15:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19245. [2023-12-29 23:15:58] doctrine.DEBUG: SELECT DATABASE() [] []
  19246. [2023-12-29 23:15:58] doctrine.DEBUG: SELECT DATABASE() [] []
  19247. [2023-12-29 23:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19248. [2023-12-29 23:16:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19249. [2023-12-29 23:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19250. [2023-12-29 23:16:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19251. [2023-12-29 23:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19252. [2023-12-29 23:16:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19253. [2023-12-29 23:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19254. [2023-12-29 23:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19255. [2023-12-29 23:16:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19256. [2023-12-29 23:16:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19257. [2023-12-29 23:16:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19258. [2023-12-29 23:16:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19259. [2023-12-29 23:16:10] doctrine.DEBUG: SELECT DATABASE() [] []
  19260. [2023-12-29 23:16:10] doctrine.DEBUG: SELECT DATABASE() [] []
  19261. [2023-12-29 23:16:10] doctrine.DEBUG: SELECT DATABASE() [] []
  19262. [2023-12-29 23:16:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19263. [2023-12-29 23:16:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19264. [2023-12-29 23:16:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19265. [2023-12-29 23:16:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19266. [2023-12-29 23:16:12] doctrine.DEBUG: SELECT DATABASE() [] []
  19267. [2023-12-29 23:16:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19268. [2023-12-29 23:16:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19269. [2023-12-29 23:16:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19270. [2023-12-29 23:16:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19271. [2023-12-29 23:16:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19272. [2023-12-29 23:16:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19273. [2023-12-29 23:16:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19274. [2023-12-29 23:16:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19275. [2023-12-29 23:16:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19276. [2023-12-29 23:16:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19277. [2023-12-29 23:16:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19278. [2023-12-29 23:16:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19279. [2023-12-29 23:16:45] doctrine.DEBUG: SELECT DATABASE() [] []
  19280. [2023-12-29 23:16:45] doctrine.DEBUG: SELECT DATABASE() [] []
  19281. [2023-12-29 23:16:45] doctrine.DEBUG: SELECT DATABASE() [] []
  19282. [2023-12-29 23:16:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19283. [2023-12-29 23:16:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19284. [2023-12-29 23:16:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19285. [2023-12-29 23:16:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19286. [2023-12-29 23:16:47] doctrine.DEBUG: SELECT DATABASE() [] []
  19287. [2023-12-29 23:17:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19288. [2023-12-29 23:17:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19289. [2023-12-29 23:17:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19290. [2023-12-29 23:17:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19291. [2023-12-29 23:17:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19292. [2023-12-29 23:17:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19293. [2023-12-29 23:17:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19294. [2023-12-29 23:17:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19295. [2023-12-29 23:17:14] doctrine.DEBUG: SELECT DATABASE() [] []
  19296. [2023-12-29 23:17:14] doctrine.DEBUG: SELECT DATABASE() [] []
  19297. [2023-12-29 23:17:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19298. [2023-12-29 23:17:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19299. [2023-12-29 23:17:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19300. [2023-12-29 23:17:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19301. [2023-12-29 23:17:16] doctrine.DEBUG: SELECT DATABASE() [] []
  19302. [2023-12-29 23:17:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19303. [2023-12-29 23:17:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19304. [2023-12-29 23:17:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19305. [2023-12-29 23:17:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19306. [2023-12-29 23:17:16] doctrine.DEBUG: SELECT DATABASE() [] []
  19307. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19308. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19309. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19310. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19311. [2023-12-29 23:17:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19312. [2023-12-29 23:17:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19313. [2023-12-29 23:17:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19314. [2023-12-29 23:17:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19315. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19316. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19317. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19318. [2023-12-29 23:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19319. [2023-12-29 23:17:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19320. [2023-12-29 23:17:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19321. [2023-12-29 23:17:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19322. [2023-12-29 23:17:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19323. [2023-12-29 23:17:41] doctrine.DEBUG: SELECT DATABASE() [] []
  19324. [2023-12-29 23:17:41] doctrine.DEBUG: SELECT DATABASE() [] []
  19325. [2023-12-29 23:17:41] doctrine.DEBUG: SELECT DATABASE() [] []
  19326. [2023-12-29 23:17:41] doctrine.DEBUG: SELECT DATABASE() [] []
  19327. [2023-12-30 04:18:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19328. [2023-12-30 04:18:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19329. [2023-12-30 04:18:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19330. [2023-12-30 04:18:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19331. [2023-12-30 04:18:32] doctrine.DEBUG: SELECT DATABASE() [] []
  19332. [2023-12-30 16:28:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19333. [2023-12-30 16:28:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19334. [2023-12-30 16:28:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19335. [2023-12-30 16:28:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19336. [2023-12-30 16:28:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19337. [2023-12-30 16:28:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19338. [2023-12-30 16:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19339. [2023-12-30 16:28:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19340. [2023-12-30 16:28:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19341. [2023-12-30 16:28:05] doctrine.DEBUG: SELECT DATABASE() [] []
  19342. [2023-12-30 16:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19343. [2023-12-30 16:28:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19344. [2023-12-30 16:28:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19345. [2023-12-30 16:28:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19346. [2023-12-30 16:28:12] doctrine.DEBUG: SELECT DATABASE() [] []
  19347. [2023-12-30 21:38:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19348. [2023-12-30 21:38:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19349. [2023-12-30 21:38:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19350. [2023-12-30 21:38:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19351. [2023-12-30 21:38:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19352. [2023-12-30 21:38:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19353. [2023-12-30 21:38:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19354. [2023-12-30 21:38:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19355. [2023-12-30 21:38:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19356. [2023-12-30 21:38:06] doctrine.DEBUG: SELECT DATABASE() [] []
  19357. [2023-12-30 21:38:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19358. [2023-12-30 21:38:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19359. [2023-12-30 21:38:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19360. [2023-12-30 21:38:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19361. [2023-12-30 21:38:12] doctrine.DEBUG: SELECT DATABASE() [] []
  19362. [2023-12-31 00:26:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19363. [2023-12-31 00:26:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19364. [2023-12-31 00:26:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19365. [2023-12-31 00:26:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19366. [2023-12-31 00:26:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19367. [2023-12-31 00:26:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19368. [2023-12-31 00:26:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19369. [2023-12-31 00:26:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19370. [2023-12-31 00:26:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19371. [2023-12-31 00:26:42] doctrine.DEBUG: SELECT DATABASE() [] []
  19372. [2023-12-31 00:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19373. [2023-12-31 00:26:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19374. [2023-12-31 00:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19375. [2023-12-31 00:26:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19376. [2023-12-31 00:26:45] doctrine.DEBUG: SELECT DATABASE() [] []
  19377. [2023-12-31 03:58:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19378. [2023-12-31 03:58:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19379. [2023-12-31 03:58:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19380. [2023-12-31 03:58:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19381. [2023-12-31 03:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19382. [2023-12-31 03:58:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19383. [2023-12-31 03:58:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19384. [2023-12-31 03:58:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19385. [2023-12-31 03:58:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19386. [2023-12-31 03:58:09] doctrine.DEBUG: SELECT DATABASE() [] []
  19387. [2023-12-31 03:58:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19388. [2023-12-31 03:58:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19389. [2023-12-31 03:58:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19390. [2023-12-31 03:58:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19391. [2023-12-31 03:58:15] doctrine.DEBUG: SELECT DATABASE() [] []
  19392. [2024-01-02 03:15:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19393. [2024-01-02 03:15:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19394. [2024-01-02 03:15:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19395. [2024-01-02 03:15:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19396. [2024-01-02 03:15:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19397. [2024-01-02 03:15:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19398. [2024-01-02 03:15:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19399. [2024-01-02 03:15:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19400. [2024-01-02 03:15:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19401. [2024-01-02 03:15:34] doctrine.DEBUG: SELECT DATABASE() [] []
  19402. [2024-01-02 03:15:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19403. [2024-01-02 03:15:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19404. [2024-01-02 03:15:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19405. [2024-01-02 03:15:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19406. [2024-01-02 03:15:42] doctrine.DEBUG: SELECT DATABASE() [] []
  19407. [2024-01-02 04:09:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19408. [2024-01-02 04:09:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19409. [2024-01-02 04:09:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19410. [2024-01-02 04:09:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19411. [2024-01-02 04:09:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19412. [2024-01-02 04:09:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19413. [2024-01-02 04:09:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19414. [2024-01-02 04:09:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19415. [2024-01-02 04:09:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19416. [2024-01-02 04:09:12] doctrine.DEBUG: SELECT DATABASE() [] []
  19417. [2024-01-02 04:09:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19418. [2024-01-02 04:09:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19419. [2024-01-02 04:09:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19420. [2024-01-02 04:09:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19421. [2024-01-02 04:09:16] doctrine.DEBUG: SELECT DATABASE() [] []
  19422. [2024-01-03 08:43:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19423. [2024-01-03 08:43:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19424. [2024-01-03 08:43:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19425. [2024-01-03 08:43:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19426. [2024-01-03 08:43:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19427. [2024-01-03 08:43:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19428. [2024-01-03 08:43:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19429. [2024-01-03 08:43:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19430. [2024-01-03 08:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19431. [2024-01-03 08:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19432. [2024-01-03 08:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19433. [2024-01-03 08:43:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19434. [2024-01-03 08:43:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19435. [2024-01-03 08:43:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19436. [2024-01-03 08:43:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19437. [2024-01-03 08:43:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19438. [2024-01-03 08:43:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19439. [2024-01-03 08:43:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19440. [2024-01-03 08:43:24] doctrine.DEBUG: SELECT DATABASE() [] []
  19441. [2024-01-03 08:43:24] doctrine.DEBUG: SELECT DATABASE() [] []
  19442. [2024-01-04 02:01:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19443. [2024-01-04 02:01:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19444. [2024-01-04 02:01:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19445. [2024-01-04 02:01:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19446. [2024-01-04 02:01:47] doctrine.DEBUG: SELECT DATABASE() [] []
  19447. [2024-01-04 04:56:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19448. [2024-01-04 04:56:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19449. [2024-01-04 04:56:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19450. [2024-01-04 04:56:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19451. [2024-01-04 04:56:38] doctrine.DEBUG: SELECT DATABASE() [] []
  19452. [2024-01-04 09:08:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19453. [2024-01-04 09:08:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19454. [2024-01-04 09:08:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19455. [2024-01-04 09:08:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19456. [2024-01-04 09:08:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19457. [2024-01-04 09:08:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19458. [2024-01-04 09:08:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19459. [2024-01-04 09:08:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19460. [2024-01-04 09:08:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19461. [2024-01-04 09:08:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19462. [2024-01-04 09:08:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19463. [2024-01-04 09:08:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19464. [2024-01-04 09:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19465. [2024-01-04 09:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19466. [2024-01-04 09:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19467. [2024-01-04 09:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19468. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19469. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19470. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19471. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19472. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19473. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19474. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19475. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19476. [2024-01-04 09:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19477. [2024-01-04 09:08:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19478. [2024-01-04 09:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19479. [2024-01-04 09:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19480. [2024-01-04 09:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19481. [2024-01-04 09:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19482. [2024-01-04 09:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19483. [2024-01-04 09:08:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19484. [2024-01-04 09:08:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19485. [2024-01-04 09:08:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19486. [2024-01-04 09:08:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19487. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19488. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19489. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19490. [2024-01-04 09:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19491. [2024-01-04 09:08:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19492. [2024-01-04 09:08:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19493. [2024-01-04 09:08:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19494. [2024-01-04 09:08:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19495. [2024-01-04 09:08:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19496. [2024-01-04 09:08:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19497. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT DATABASE() [] []
  19498. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT DATABASE() [] []
  19499. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT DATABASE() [] []
  19500. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT DATABASE() [] []
  19501. [2024-01-04 09:08:40] doctrine.DEBUG: SELECT DATABASE() [] []
  19502. [2024-01-04 09:08:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19503. [2024-01-04 09:08:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19504. [2024-01-04 09:08:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19505. [2024-01-04 09:08:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19506. [2024-01-04 09:08:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19507. [2024-01-04 09:08:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19508. [2024-01-04 09:08:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19509. [2024-01-04 09:08:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19510. [2024-01-04 09:08:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19511. [2024-01-04 09:08:56] doctrine.DEBUG: SELECT DATABASE() [] []
  19512. [2024-01-04 09:09:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19513. [2024-01-04 09:09:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78715c"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/78715c","method":"GET"} []
  19514. [2024-01-04 09:12:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19515. [2024-01-04 09:12:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19516. [2024-01-04 09:12:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19517. [2024-01-04 09:12:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19518. [2024-01-04 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19519. [2024-01-04 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19520. [2024-01-04 09:12:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19521. [2024-01-04 09:12:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19522. [2024-01-04 09:12:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19523. [2024-01-04 09:12:22] doctrine.DEBUG: SELECT DATABASE() [] []
  19524. [2024-01-04 09:16:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19525. [2024-01-04 09:16:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19526. [2024-01-04 09:16:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19527. [2024-01-04 09:16:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19528. [2024-01-04 09:16:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19529. [2024-01-04 09:16:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19530. [2024-01-04 09:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19531. [2024-01-04 09:16:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19532. [2024-01-04 09:16:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19533. [2024-01-04 09:16:37] doctrine.DEBUG: SELECT DATABASE() [] []
  19534. [2024-01-04 09:16:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19535. [2024-01-04 09:16:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e7868"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3e7868","method":"GET"} []
  19536. [2024-01-04 09:24:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19537. [2024-01-04 09:24:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19538. [2024-01-04 09:24:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19539. [2024-01-04 09:24:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19540. [2024-01-04 09:24:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19541. [2024-01-04 09:24:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19542. [2024-01-04 09:24:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19543. [2024-01-04 09:24:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19544. [2024-01-04 09:24:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19545. [2024-01-04 09:24:09] doctrine.DEBUG: SELECT DATABASE() [] []
  19546. [2024-01-04 09:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19547. [2024-01-04 09:37:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19548. [2024-01-04 09:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19549. [2024-01-04 09:37:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19550. [2024-01-04 09:37:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19551. [2024-01-04 09:37:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19552. [2024-01-04 09:37:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19553. [2024-01-04 09:37:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19554. [2024-01-04 09:37:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19555. [2024-01-04 09:37:51] doctrine.DEBUG: SELECT DATABASE() [] []
  19556. [2024-01-04 09:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19557. [2024-01-04 09:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19558. [2024-01-04 09:42:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19559. [2024-01-04 09:42:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19560. [2024-01-04 09:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19561. [2024-01-04 09:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19562. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19563. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19564. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19565. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19566. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19567. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19568. [2024-01-04 09:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19569. [2024-01-04 09:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19570. [2024-01-04 09:42:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19571. [2024-01-04 09:42:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19572. [2024-01-04 09:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19573. [2024-01-04 09:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19574. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  19575. [2024-01-04 09:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  19576. [2024-01-04 10:07:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19577. [2024-01-04 10:07:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19578. [2024-01-04 10:07:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19579. [2024-01-04 10:07:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19580. [2024-01-04 10:07:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19581. [2024-01-04 10:07:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19582. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19583. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19584. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19585. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19586. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19587. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19588. [2024-01-04 10:07:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19589. [2024-01-04 10:07:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19590. [2024-01-04 10:07:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19591. [2024-01-04 10:07:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19592. [2024-01-04 10:07:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19593. [2024-01-04 10:07:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19594. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT DATABASE() [] []
  19595. [2024-01-04 10:07:43] doctrine.DEBUG: SELECT DATABASE() [] []
  19596. [2024-01-04 16:01:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19597. [2024-01-04 16:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19598. [2024-01-04 16:01:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19599. [2024-01-04 16:01:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19600. [2024-01-04 16:01:39] doctrine.DEBUG: SELECT DATABASE() [] []
  19601. [2024-01-04 16:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19602. [2024-01-04 16:01:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19603. [2024-01-04 16:01:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19604. [2024-01-04 16:01:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19605. [2024-01-04 16:01:41] doctrine.DEBUG: SELECT DATABASE() [] []
  19606. [2024-01-04 16:01:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19607. [2024-01-04 16:01:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19608. [2024-01-04 16:01:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19609. [2024-01-04 16:01:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19610. [2024-01-04 16:01:42] doctrine.DEBUG: SELECT DATABASE() [] []
  19611. [2024-01-04 16:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19612. [2024-01-04 16:01:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /OLD/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /OLD/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/OLD/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19613. [2024-01-04 16:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19614. [2024-01-04 16:01:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19615. [2024-01-04 16:01:44] doctrine.DEBUG: SELECT DATABASE() [] []
  19616. [2024-01-04 18:26:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19617. [2024-01-04 18:26:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19618. [2024-01-04 18:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19619. [2024-01-04 18:26:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19620. [2024-01-04 18:26:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19621. [2024-01-04 18:26:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19622. [2024-01-04 18:26:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19623. [2024-01-04 18:26:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19624. [2024-01-04 18:26:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19625. [2024-01-04 18:26:51] doctrine.DEBUG: SELECT DATABASE() [] []
  19626. [2024-01-04 18:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19627. [2024-01-04 18:28:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19628. [2024-01-04 18:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19629. [2024-01-04 18:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19630. [2024-01-04 18:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19631. [2024-01-04 18:28:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19632. [2024-01-04 18:28:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19633. [2024-01-04 18:28:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19634. [2024-01-04 18:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19635. [2024-01-04 18:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19636. [2024-01-04 18:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19637. [2024-01-04 18:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19638. [2024-01-04 18:28:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19639. [2024-01-04 18:28:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19640. [2024-01-04 18:28:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19641. [2024-01-04 18:28:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19642. [2024-01-04 18:28:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19643. [2024-01-04 18:28:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19644. [2024-01-04 18:28:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19645. [2024-01-04 18:28:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19646. [2024-01-04 18:28:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19647. [2024-01-04 18:28:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19648. [2024-01-04 18:28:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19649. [2024-01-04 18:28:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19650. [2024-01-04 18:28:57] doctrine.DEBUG: SELECT DATABASE() [] []
  19651. [2024-01-04 18:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19652. [2024-01-04 18:28:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19653. [2024-01-04 18:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19654. [2024-01-04 18:28:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19655. [2024-01-04 18:28:58] doctrine.DEBUG: SELECT DATABASE() [] []
  19656. [2024-01-04 18:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19657. [2024-01-04 18:28:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19658. [2024-01-04 18:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19659. [2024-01-04 18:28:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19660. [2024-01-04 18:28:58] doctrine.DEBUG: SELECT DATABASE() [] []
  19661. [2024-01-04 18:28:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19662. [2024-01-04 18:28:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19663. [2024-01-04 18:28:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19664. [2024-01-04 18:28:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19665. [2024-01-04 18:28:59] doctrine.DEBUG: SELECT DATABASE() [] []
  19666. [2024-01-04 18:31:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19667. [2024-01-04 18:31:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19668. [2024-01-04 18:31:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19669. [2024-01-04 18:31:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19670. [2024-01-04 18:31:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19671. [2024-01-04 18:31:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19672. [2024-01-04 18:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19673. [2024-01-04 18:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19674. [2024-01-04 18:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19675. [2024-01-04 18:31:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19676. [2024-01-04 18:31:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19677. [2024-01-04 18:31:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19678. [2024-01-04 18:31:56] doctrine.DEBUG: SELECT DATABASE() [] []
  19679. [2024-01-04 18:31:56] doctrine.DEBUG: SELECT DATABASE() [] []
  19680. [2024-01-04 18:31:56] doctrine.DEBUG: SELECT DATABASE() [] []
  19681. [2024-01-04 18:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19682. [2024-01-04 18:31:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19683. [2024-01-04 18:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19684. [2024-01-04 18:31:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19685. [2024-01-04 18:31:56] doctrine.DEBUG: SELECT DATABASE() [] []
  19686. [2024-01-04 18:32:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19687. [2024-01-04 18:32:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19688. [2024-01-04 18:32:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19689. [2024-01-04 18:32:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19690. [2024-01-04 18:32:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19691. [2024-01-04 18:32:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19692. [2024-01-04 18:32:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19693. [2024-01-04 18:32:04] doctrine.DEBUG: SELECT DATABASE() [] []
  19694. [2024-01-04 18:32:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19695. [2024-01-04 18:32:04] doctrine.DEBUG: SELECT DATABASE() [] []
  19696. [2024-01-04 18:32:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19697. [2024-01-04 18:32:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19698. [2024-01-04 18:32:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19699. [2024-01-04 18:32:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19700. [2024-01-04 18:32:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19701. [2024-01-04 18:32:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19702. [2024-01-04 18:32:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19703. [2024-01-04 18:32:04] doctrine.DEBUG: SELECT DATABASE() [] []
  19704. [2024-01-04 18:32:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19705. [2024-01-04 18:32:04] doctrine.DEBUG: SELECT DATABASE() [] []
  19706. [2024-01-04 21:11:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19707. [2024-01-04 21:11:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19708. [2024-01-04 21:11:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19709. [2024-01-04 21:11:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19710. [2024-01-04 21:11:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19711. [2024-01-04 21:11:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19712. [2024-01-04 21:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19713. [2024-01-04 21:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19714. [2024-01-04 21:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19715. [2024-01-04 21:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19716. [2024-01-04 21:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19717. [2024-01-04 21:11:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19718. [2024-01-04 21:11:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19719. [2024-01-04 21:11:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19720. [2024-01-04 21:11:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19721. [2024-01-04 21:11:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19722. [2024-01-04 21:11:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19723. [2024-01-04 21:11:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19724. [2024-01-04 21:11:47] doctrine.DEBUG: SELECT DATABASE() [] []
  19725. [2024-01-04 21:11:47] doctrine.DEBUG: SELECT DATABASE() [] []
  19726. [2024-01-04 21:11:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19727. [2024-01-04 21:11:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19728. [2024-01-04 21:11:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19729. [2024-01-04 21:11:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19730. [2024-01-04 21:11:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19731. [2024-01-04 21:11:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19732. [2024-01-04 21:11:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19733. [2024-01-04 21:11:50] doctrine.DEBUG: SELECT DATABASE() [] []
  19734. [2024-01-04 21:11:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19735. [2024-01-04 21:11:50] doctrine.DEBUG: SELECT DATABASE() [] []
  19736. [2024-01-04 21:11:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19737. [2024-01-04 21:11:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19738. [2024-01-04 21:11:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19739. [2024-01-04 21:11:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19740. [2024-01-04 21:11:53] doctrine.DEBUG: SELECT DATABASE() [] []
  19741. [2024-01-04 21:11:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19742. [2024-01-04 21:11:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19743. [2024-01-04 21:11:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19744. [2024-01-04 21:11:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19745. [2024-01-04 21:11:54] doctrine.DEBUG: SELECT DATABASE() [] []
  19746. [2024-01-04 23:24:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19747. [2024-01-04 23:24:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  19748. [2024-01-04 23:24:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19749. [2024-01-04 23:24:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19750. [2024-01-04 23:24:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19751. [2024-01-04 23:24:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19752. [2024-01-04 23:24:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19753. [2024-01-04 23:24:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19754. [2024-01-04 23:24:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19755. [2024-01-04 23:24:19] doctrine.DEBUG: SELECT DATABASE() [] []
  19756. [2024-01-04 23:25:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19757. [2024-01-04 23:25:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19758. [2024-01-04 23:25:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19759. [2024-01-04 23:25:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19760. [2024-01-04 23:25:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19761. [2024-01-04 23:25:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19762. [2024-01-04 23:25:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19763. [2024-01-04 23:25:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19764. [2024-01-04 23:25:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19765. [2024-01-04 23:25:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19766. [2024-01-04 23:25:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19767. [2024-01-04 23:25:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19768. [2024-01-04 23:25:10] doctrine.DEBUG: SELECT DATABASE() [] []
  19769. [2024-01-04 23:25:10] doctrine.DEBUG: SELECT DATABASE() [] []
  19770. [2024-01-04 23:25:10] doctrine.DEBUG: SELECT DATABASE() [] []
  19771. [2024-01-04 23:25:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19772. [2024-01-04 23:25:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19773. [2024-01-04 23:25:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19774. [2024-01-04 23:25:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19775. [2024-01-04 23:25:11] doctrine.DEBUG: SELECT DATABASE() [] []
  19776. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19777. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19778. [2024-01-04 23:25:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19779. [2024-01-04 23:25:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19780. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19781. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19782. [2024-01-04 23:25:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19783. [2024-01-04 23:25:20] doctrine.DEBUG: SELECT DATABASE() [] []
  19784. [2024-01-04 23:25:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19785. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19786. [2024-01-04 23:25:20] doctrine.DEBUG: SELECT DATABASE() [] []
  19787. [2024-01-04 23:25:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19788. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19789. [2024-01-04 23:25:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19790. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19791. [2024-01-04 23:25:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19792. [2024-01-04 23:25:20] doctrine.DEBUG: SELECT DATABASE() [] []
  19793. [2024-01-04 23:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19794. [2024-01-04 23:25:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19795. [2024-01-04 23:25:20] doctrine.DEBUG: SELECT DATABASE() [] []
  19796. [2024-01-04 23:26:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19797. [2024-01-04 23:26:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19798. [2024-01-04 23:26:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19799. [2024-01-04 23:26:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19800. [2024-01-04 23:26:13] doctrine.DEBUG: SELECT DATABASE() [] []
  19801. [2024-01-04 23:26:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19802. [2024-01-04 23:26:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19803. [2024-01-04 23:26:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19804. [2024-01-04 23:26:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19805. [2024-01-04 23:26:15] doctrine.DEBUG: SELECT DATABASE() [] []
  19806. [2024-01-04 23:26:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19807. [2024-01-04 23:26:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19808. [2024-01-04 23:26:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19809. [2024-01-04 23:26:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19810. [2024-01-04 23:26:15] doctrine.DEBUG: SELECT DATABASE() [] []
  19811. [2024-01-04 23:26:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19812. [2024-01-04 23:26:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19813. [2024-01-04 23:26:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19814. [2024-01-04 23:26:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19815. [2024-01-04 23:26:19] doctrine.DEBUG: SELECT DATABASE() [] []
  19816. [2024-01-04 23:26:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19817. [2024-01-04 23:26:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19818. [2024-01-04 23:26:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19819. [2024-01-04 23:26:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19820. [2024-01-04 23:26:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19821. [2024-01-04 23:26:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19822. [2024-01-04 23:26:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19823. [2024-01-04 23:26:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19824. [2024-01-04 23:26:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19825. [2024-01-04 23:26:21] doctrine.DEBUG: SELECT DATABASE() [] []
  19826. [2024-01-04 23:26:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19827. [2024-01-04 23:26:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19828. [2024-01-04 23:26:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19829. [2024-01-04 23:26:21] doctrine.DEBUG: SELECT DATABASE() [] []
  19830. [2024-01-04 23:26:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19831. [2024-01-04 23:26:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  19832. [2024-01-04 23:26:21] doctrine.DEBUG: SELECT DATABASE() [] []
  19833. [2024-01-04 23:26:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19834. [2024-01-04 23:26:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19835. [2024-01-04 23:26:22] doctrine.DEBUG: SELECT DATABASE() [] []
  19836. [2024-01-05 01:08:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19837. [2024-01-05 01:08:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19838. [2024-01-05 01:08:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19839. [2024-01-05 01:08:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19840. [2024-01-05 01:08:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19841. [2024-01-05 01:08:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19842. [2024-01-05 01:08:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19843. [2024-01-05 01:08:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19844. [2024-01-05 01:08:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19845. [2024-01-05 01:08:57] doctrine.DEBUG: SELECT DATABASE() [] []
  19846. [2024-01-05 01:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19847. [2024-01-05 01:09:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19848. [2024-01-05 01:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19849. [2024-01-05 01:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19850. [2024-01-05 01:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19851. [2024-01-05 01:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19852. [2024-01-05 01:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19853. [2024-01-05 01:09:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19854. [2024-01-05 01:09:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19855. [2024-01-05 01:09:42] doctrine.DEBUG: SELECT DATABASE() [] []
  19856. [2024-01-05 01:21:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19857. [2024-01-05 01:21:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19858. [2024-01-05 01:21:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19859. [2024-01-05 01:21:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19860. [2024-01-05 01:21:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19861. [2024-01-05 01:21:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19862. [2024-01-05 01:21:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19863. [2024-01-05 01:21:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19864. [2024-01-05 01:21:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19865. [2024-01-05 01:21:34] doctrine.DEBUG: SELECT DATABASE() [] []
  19866. [2024-01-05 01:21:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19867. [2024-01-05 01:21:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19868. [2024-01-05 01:21:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19869. [2024-01-05 01:21:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19870. [2024-01-05 01:21:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19871. [2024-01-05 01:21:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19872. [2024-01-05 01:21:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19873. [2024-01-05 01:21:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19874. [2024-01-05 01:21:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19875. [2024-01-05 01:21:44] doctrine.DEBUG: SELECT DATABASE() [] []
  19876. [2024-01-05 01:21:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19877. [2024-01-05 01:21:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19878. [2024-01-05 01:21:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19879. [2024-01-05 01:21:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19880. [2024-01-05 01:21:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19881. [2024-01-05 01:21:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19882. [2024-01-05 01:21:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19883. [2024-01-05 01:21:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19884. [2024-01-05 01:21:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19885. [2024-01-05 01:21:55] doctrine.DEBUG: SELECT DATABASE() [] []
  19886. [2024-01-05 01:22:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19887. [2024-01-05 01:22:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19888. [2024-01-05 01:22:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19889. [2024-01-05 01:22:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19890. [2024-01-05 01:22:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19891. [2024-01-05 01:22:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19892. [2024-01-05 01:22:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19893. [2024-01-05 01:22:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19894. [2024-01-05 01:22:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19895. [2024-01-05 01:22:03] doctrine.DEBUG: SELECT DATABASE() [] []
  19896. [2024-01-05 01:22:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19897. [2024-01-05 01:22:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19898. [2024-01-05 01:22:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19899. [2024-01-05 01:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19900. [2024-01-05 01:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19901. [2024-01-05 01:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19902. [2024-01-05 01:22:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19903. [2024-01-05 01:22:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19904. [2024-01-05 01:22:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19905. [2024-01-05 01:22:08] doctrine.DEBUG: SELECT DATABASE() [] []
  19906. [2024-01-05 01:22:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19907. [2024-01-05 01:22:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19908. [2024-01-05 01:22:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19909. [2024-01-05 01:22:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19910. [2024-01-05 01:22:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19911. [2024-01-05 01:22:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19912. [2024-01-05 01:22:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19913. [2024-01-05 01:22:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19914. [2024-01-05 01:22:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19915. [2024-01-05 01:22:29] doctrine.DEBUG: SELECT DATABASE() [] []
  19916. [2024-01-05 01:22:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19917. [2024-01-05 01:22:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19918. [2024-01-05 01:22:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19919. [2024-01-05 01:22:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19920. [2024-01-05 01:22:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19921. [2024-01-05 01:22:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19922. [2024-01-05 01:22:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19923. [2024-01-05 01:22:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19924. [2024-01-05 01:22:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19925. [2024-01-05 01:22:38] doctrine.DEBUG: SELECT DATABASE() [] []
  19926. [2024-01-05 01:22:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19927. [2024-01-05 01:22:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19928. [2024-01-05 01:22:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19929. [2024-01-05 01:22:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19930. [2024-01-05 01:22:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19931. [2024-01-05 01:22:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19932. [2024-01-05 01:22:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19933. [2024-01-05 01:22:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19934. [2024-01-05 01:22:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19935. [2024-01-05 01:22:46] doctrine.DEBUG: SELECT DATABASE() [] []
  19936. [2024-01-05 01:22:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19937. [2024-01-05 01:22:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19938. [2024-01-05 01:22:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19939. [2024-01-05 01:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19940. [2024-01-05 01:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19941. [2024-01-05 01:22:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19942. [2024-01-05 01:22:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19943. [2024-01-05 01:22:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19944. [2024-01-05 01:22:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19945. [2024-01-05 01:22:49] doctrine.DEBUG: SELECT DATABASE() [] []
  19946. [2024-01-05 01:22:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19947. [2024-01-05 01:22:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b8499"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/4b8499","method":"GET"} []
  19948. [2024-01-05 01:23:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19949. [2024-01-05 01:23:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19950. [2024-01-05 01:23:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19951. [2024-01-05 01:23:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19952. [2024-01-05 01:23:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19953. [2024-01-05 01:23:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19954. [2024-01-05 01:23:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19955. [2024-01-05 01:23:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19956. [2024-01-05 01:23:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19957. [2024-01-05 01:23:11] doctrine.DEBUG: SELECT DATABASE() [] []
  19958. [2024-01-05 01:23:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19959. [2024-01-05 01:23:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19960. [2024-01-05 01:23:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19961. [2024-01-05 01:23:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19962. [2024-01-05 01:23:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19963. [2024-01-05 01:23:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19964. [2024-01-05 01:23:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19965. [2024-01-05 01:23:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19966. [2024-01-05 01:23:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19967. [2024-01-05 01:23:14] doctrine.DEBUG: SELECT DATABASE() [] []
  19968. [2024-01-05 01:23:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19969. [2024-01-05 01:23:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19970. [2024-01-05 01:23:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19971. [2024-01-05 01:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19972. [2024-01-05 01:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19973. [2024-01-05 01:23:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19974. [2024-01-05 01:23:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19975. [2024-01-05 01:23:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19976. [2024-01-05 01:23:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19977. [2024-01-05 01:23:29] doctrine.DEBUG: SELECT DATABASE() [] []
  19978. [2024-01-05 01:23:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19979. [2024-01-05 01:23:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19980. [2024-01-05 01:23:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19981. [2024-01-05 01:23:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19982. [2024-01-05 01:23:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19983. [2024-01-05 01:23:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19984. [2024-01-05 01:23:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19985. [2024-01-05 01:23:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19986. [2024-01-05 01:23:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19987. [2024-01-05 01:23:30] doctrine.DEBUG: SELECT DATABASE() [] []
  19988. [2024-01-05 01:23:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19989. [2024-01-05 01:23:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e177e"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/3e177e","method":"GET"} []
  19990. [2024-01-05 01:26:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  19991. [2024-01-05 01:26:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  19992. [2024-01-05 01:26:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  19993. [2024-01-05 01:26:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  19994. [2024-01-05 01:26:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  19995. [2024-01-05 01:26:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  19996. [2024-01-05 01:26:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  19997. [2024-01-05 01:26:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  19998. [2024-01-05 01:26:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  19999. [2024-01-05 01:26:04] doctrine.DEBUG: SELECT DATABASE() [] []
  20000. [2024-01-05 01:26:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20001. [2024-01-05 01:26:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20002. [2024-01-05 01:26:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20003. [2024-01-05 01:26:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20004. [2024-01-05 01:26:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20005. [2024-01-05 01:26:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20006. [2024-01-05 01:26:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20007. [2024-01-05 01:26:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20008. [2024-01-05 01:26:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20009. [2024-01-05 01:26:13] doctrine.DEBUG: SELECT DATABASE() [] []
  20010. [2024-01-05 01:27:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20011. [2024-01-05 01:27:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20012. [2024-01-05 01:27:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20013. [2024-01-05 01:27:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20014. [2024-01-05 01:27:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20015. [2024-01-05 01:27:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20016. [2024-01-05 01:27:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20017. [2024-01-05 01:27:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20018. [2024-01-05 01:27:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20019. [2024-01-05 01:27:06] doctrine.DEBUG: SELECT DATABASE() [] []
  20020. [2024-01-05 01:27:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20021. [2024-01-05 01:27:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20022. [2024-01-05 01:27:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20023. [2024-01-05 01:27:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20024. [2024-01-05 01:27:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20025. [2024-01-05 01:27:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20026. [2024-01-05 01:27:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20027. [2024-01-05 01:27:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20028. [2024-01-05 01:27:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20029. [2024-01-05 01:27:32] doctrine.DEBUG: SELECT DATABASE() [] []
  20030. [2024-01-05 04:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20031. [2024-01-05 04:41:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20032. [2024-01-05 04:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20033. [2024-01-05 04:41:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20034. [2024-01-05 04:41:31] doctrine.DEBUG: SELECT DATABASE() [] []
  20035. [2024-01-05 04:41:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20036. [2024-01-05 04:41:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20037. [2024-01-05 04:41:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20038. [2024-01-05 04:41:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20039. [2024-01-05 04:41:33] doctrine.DEBUG: SELECT DATABASE() [] []
  20040. [2024-01-05 04:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20041. [2024-01-05 04:41:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20042. [2024-01-05 04:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20043. [2024-01-05 04:41:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20044. [2024-01-05 04:41:34] doctrine.DEBUG: SELECT DATABASE() [] []
  20045. [2024-01-05 04:41:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20046. [2024-01-05 04:41:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /OLD/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /OLD/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/OLD/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20047. [2024-01-05 04:41:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20048. [2024-01-05 04:41:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20049. [2024-01-05 04:41:35] doctrine.DEBUG: SELECT DATABASE() [] []
  20050. [2024-01-05 04:41:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20051. [2024-01-05 04:41:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20052. [2024-01-05 04:41:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20053. [2024-01-05 04:41:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20054. [2024-01-05 04:41:37] doctrine.DEBUG: SELECT DATABASE() [] []
  20055. [2024-01-05 04:41:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20056. [2024-01-05 04:41:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp/wp-admin/setup-config.php" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20057. [2024-01-05 04:41:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20058. [2024-01-05 04:41:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20059. [2024-01-05 04:41:38] doctrine.DEBUG: SELECT DATABASE() [] []
  20060. [2024-01-05 17:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20061. [2024-01-05 17:28:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20062. [2024-01-05 17:28:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20063. [2024-01-05 17:28:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20064. [2024-01-05 17:28:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20065. [2024-01-05 17:28:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20066. [2024-01-05 17:28:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20067. [2024-01-05 17:28:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20068. [2024-01-05 17:28:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20069. [2024-01-05 17:28:07] doctrine.DEBUG: SELECT DATABASE() [] []
  20070. [2024-01-05 17:28:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20071. [2024-01-05 17:28:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20072. [2024-01-05 17:28:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20073. [2024-01-05 17:28:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20074. [2024-01-05 17:28:16] doctrine.DEBUG: SELECT DATABASE() [] []
  20075. [2024-01-05 18:08:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20076. [2024-01-05 18:08:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20077. [2024-01-05 18:08:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20078. [2024-01-05 18:08:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20079. [2024-01-05 18:08:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20080. [2024-01-05 18:08:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20081. [2024-01-05 18:08:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20082. [2024-01-05 18:08:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20083. [2024-01-05 18:08:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20084. [2024-01-05 18:08:42] doctrine.DEBUG: SELECT DATABASE() [] []
  20085. [2024-01-05 19:07:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20086. [2024-01-05 19:07:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20087. [2024-01-05 19:07:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20088. [2024-01-05 19:07:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20089. [2024-01-05 19:07:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20090. [2024-01-05 19:07:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20091. [2024-01-05 19:07:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20092. [2024-01-05 19:07:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20093. [2024-01-05 19:07:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20094. [2024-01-05 19:07:18] doctrine.DEBUG: SELECT DATABASE() [] []
  20095. [2024-01-05 19:07:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20096. [2024-01-05 19:07:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20097. [2024-01-05 19:07:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20098. [2024-01-05 19:07:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20099. [2024-01-05 19:07:26] doctrine.DEBUG: SELECT DATABASE() [] []
  20100. [2024-01-05 19:34:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20101. [2024-01-05 19:34:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20102. [2024-01-05 19:34:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20103. [2024-01-05 19:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20104. [2024-01-05 19:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20105. [2024-01-05 19:34:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20106. [2024-01-05 19:34:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20107. [2024-01-05 19:34:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20108. [2024-01-05 19:34:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20109. [2024-01-05 19:34:19] doctrine.DEBUG: SELECT DATABASE() [] []
  20110. [2024-01-05 19:34:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20111. [2024-01-05 19:34:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20112. [2024-01-05 19:34:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20113. [2024-01-05 19:34:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20114. [2024-01-05 19:34:20] doctrine.DEBUG: SELECT DATABASE() [] []
  20115. [2024-01-05 19:34:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20116. [2024-01-05 19:34:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20117. [2024-01-05 19:34:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20118. [2024-01-05 19:34:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20119. [2024-01-05 19:34:21] doctrine.DEBUG: SELECT DATABASE() [] []
  20120. [2024-01-05 21:09:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20121. [2024-01-05 21:09:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20122. [2024-01-05 21:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20123. [2024-01-05 21:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20124. [2024-01-05 21:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20125. [2024-01-05 21:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20126. [2024-01-05 21:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20127. [2024-01-05 21:09:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20128. [2024-01-05 21:09:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20129. [2024-01-05 21:09:42] doctrine.DEBUG: SELECT DATABASE() [] []
  20130. [2024-01-05 21:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20131. [2024-01-05 21:09:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20132. [2024-01-05 21:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20133. [2024-01-05 21:09:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20134. [2024-01-05 21:09:47] doctrine.DEBUG: SELECT DATABASE() [] []
  20135. [2024-01-05 23:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20136. [2024-01-05 23:07:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20137. [2024-01-05 23:07:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20138. [2024-01-05 23:07:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20139. [2024-01-05 23:07:13] doctrine.DEBUG: SELECT DATABASE() [] []
  20140. [2024-01-06 09:10:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20141. [2024-01-06 09:10:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20142. [2024-01-06 09:10:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20143. [2024-01-06 09:10:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20144. [2024-01-06 09:10:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20145. [2024-01-06 09:10:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20146. [2024-01-06 09:10:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20147. [2024-01-06 09:10:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20148. [2024-01-06 09:10:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20149. [2024-01-06 09:10:43] doctrine.DEBUG: SELECT DATABASE() [] []
  20150. [2024-01-06 13:16:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20151. [2024-01-06 13:16:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20152. [2024-01-06 13:16:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20153. [2024-01-06 13:16:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20154. [2024-01-06 13:16:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20155. [2024-01-06 13:16:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20156. [2024-01-06 13:16:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20157. [2024-01-06 13:16:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20158. [2024-01-06 13:16:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20159. [2024-01-06 13:16:50] doctrine.DEBUG: SELECT DATABASE() [] []
  20160. [2024-01-06 13:16:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20161. [2024-01-06 13:16:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20162. [2024-01-06 13:16:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20163. [2024-01-06 13:16:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20164. [2024-01-06 13:16:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20165. [2024-01-06 13:16:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20166. [2024-01-06 13:16:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20167. [2024-01-06 13:16:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20168. [2024-01-06 13:16:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20169. [2024-01-06 13:16:51] doctrine.DEBUG: SELECT DATABASE() [] []
  20170. [2024-01-06 17:49:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20171. [2024-01-06 17:49:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20172. [2024-01-06 17:49:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20173. [2024-01-06 17:49:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20174. [2024-01-06 17:49:22] doctrine.DEBUG: SELECT DATABASE() [] []
  20175. [2024-01-06 17:49:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20176. [2024-01-06 17:49:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20177. [2024-01-06 17:49:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20178. [2024-01-06 17:49:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20179. [2024-01-06 17:49:22] doctrine.DEBUG: SELECT DATABASE() [] []
  20180. [2024-01-07 04:02:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20181. [2024-01-07 04:02:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20182. [2024-01-07 04:02:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20183. [2024-01-07 04:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20184. [2024-01-07 04:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20185. [2024-01-07 04:02:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20186. [2024-01-07 04:02:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20187. [2024-01-07 04:02:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20188. [2024-01-07 04:02:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20189. [2024-01-07 04:02:04] doctrine.DEBUG: SELECT DATABASE() [] []
  20190. [2024-01-07 04:02:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20191. [2024-01-07 04:02:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20192. [2024-01-07 04:02:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20193. [2024-01-07 04:02:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20194. [2024-01-07 04:02:13] doctrine.DEBUG: SELECT DATABASE() [] []
  20195. [2024-01-07 04:08:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20196. [2024-01-07 04:08:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20197. [2024-01-07 04:08:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20198. [2024-01-07 04:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20199. [2024-01-07 04:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20200. [2024-01-07 04:08:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20201. [2024-01-07 04:08:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20202. [2024-01-07 04:08:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20203. [2024-01-07 04:08:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20204. [2024-01-07 04:08:39] doctrine.DEBUG: SELECT DATABASE() [] []
  20205. [2024-01-07 04:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20206. [2024-01-07 04:53:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20207. [2024-01-07 04:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20208. [2024-01-07 04:53:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20209. [2024-01-07 04:53:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20210. [2024-01-07 04:53:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20211. [2024-01-07 04:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20212. [2024-01-07 04:53:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20213. [2024-01-07 04:53:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20214. [2024-01-07 04:53:13] doctrine.DEBUG: SELECT DATABASE() [] []
  20215. [2024-01-07 04:53:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20216. [2024-01-07 04:53:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20217. [2024-01-07 04:53:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20218. [2024-01-07 04:53:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20219. [2024-01-07 04:53:18] doctrine.DEBUG: SELECT DATABASE() [] []
  20220. [2024-01-07 14:51:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20221. [2024-01-07 14:51:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20222. [2024-01-07 14:51:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20223. [2024-01-07 14:51:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20224. [2024-01-07 14:51:57] doctrine.DEBUG: SELECT DATABASE() [] []
  20225. [2024-01-07 17:48:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20226. [2024-01-07 17:48:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20227. [2024-01-07 17:48:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20228. [2024-01-07 17:48:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20229. [2024-01-07 17:48:36] doctrine.DEBUG: SELECT DATABASE() [] []
  20230. [2024-01-07 23:06:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20231. [2024-01-07 23:06:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20232. [2024-01-07 23:06:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20233. [2024-01-07 23:06:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20234. [2024-01-07 23:06:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20235. [2024-01-07 23:06:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20236. [2024-01-07 23:06:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20237. [2024-01-07 23:06:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20238. [2024-01-07 23:06:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20239. [2024-01-07 23:06:41] doctrine.DEBUG: SELECT DATABASE() [] []
  20240. [2024-01-08 02:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20241. [2024-01-08 02:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20242. [2024-01-08 02:39:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20243. [2024-01-08 02:39:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20244. [2024-01-08 02:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20245. [2024-01-08 02:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20246. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20247. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20248. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20249. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20250. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20251. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20252. [2024-01-08 02:39:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20253. [2024-01-08 02:39:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20254. [2024-01-08 02:39:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20255. [2024-01-08 02:39:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20256. [2024-01-08 02:39:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20257. [2024-01-08 02:39:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20258. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT DATABASE() [] []
  20259. [2024-01-08 02:39:02] doctrine.DEBUG: SELECT DATABASE() [] []
  20260. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20261. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20262. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20263. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20264. [2024-01-08 02:39:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20265. [2024-01-08 02:39:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20266. [2024-01-08 02:39:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20267. [2024-01-08 02:39:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20268. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20269. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20270. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20271. [2024-01-08 02:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20272. [2024-01-08 02:39:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20273. [2024-01-08 02:39:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20274. [2024-01-08 02:39:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20275. [2024-01-08 02:39:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20276. [2024-01-08 02:39:24] doctrine.DEBUG: SELECT DATABASE() [] []
  20277. [2024-01-08 02:39:24] doctrine.DEBUG: SELECT DATABASE() [] []
  20278. [2024-01-08 02:39:24] doctrine.DEBUG: SELECT DATABASE() [] []
  20279. [2024-01-08 02:39:24] doctrine.DEBUG: SELECT DATABASE() [] []
  20280. [2024-01-08 02:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20281. [2024-01-08 02:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20282. [2024-01-08 02:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20283. [2024-01-08 02:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20284. [2024-01-08 02:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20285. [2024-01-08 02:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20286. [2024-01-08 02:39:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20287. [2024-01-08 02:39:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20288. [2024-01-08 02:39:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20289. [2024-01-08 02:39:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20290. [2024-01-08 02:39:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20291. [2024-01-08 02:39:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20292. [2024-01-08 02:39:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20293. [2024-01-08 02:39:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20294. [2024-01-08 02:39:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20295. [2024-01-08 02:39:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20296. [2024-01-08 02:39:56] doctrine.DEBUG: SELECT DATABASE() [] []
  20297. [2024-01-08 02:39:56] doctrine.DEBUG: SELECT DATABASE() [] []
  20298. [2024-01-08 02:39:56] doctrine.DEBUG: SELECT DATABASE() [] []
  20299. [2024-01-08 02:39:56] doctrine.DEBUG: SELECT DATABASE() [] []
  20300. [2024-01-08 08:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20301. [2024-01-08 08:57:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20302. [2024-01-08 08:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20303. [2024-01-08 08:57:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20304. [2024-01-08 08:57:56] doctrine.DEBUG: SELECT DATABASE() [] []
  20305. [2024-01-08 08:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20306. [2024-01-08 08:57:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20307. [2024-01-08 08:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20308. [2024-01-08 08:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20309. [2024-01-08 08:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20310. [2024-01-08 08:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20311. [2024-01-08 08:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20312. [2024-01-08 08:57:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20313. [2024-01-08 08:57:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20314. [2024-01-08 08:57:58] doctrine.DEBUG: SELECT DATABASE() [] []
  20315. [2024-01-08 12:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20316. [2024-01-08 12:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20317. [2024-01-08 12:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20318. [2024-01-08 12:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20319. [2024-01-08 12:52:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20320. [2024-01-08 12:52:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20321. [2024-01-08 12:52:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20322. [2024-01-08 12:52:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20323. [2024-01-08 12:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20324. [2024-01-08 12:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20325. [2024-01-08 12:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20326. [2024-01-08 12:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20327. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20328. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20329. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20330. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20331. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20332. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20333. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20334. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20335. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20336. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20337. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20338. [2024-01-08 12:52:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20339. [2024-01-08 12:52:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20340. [2024-01-08 12:52:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20341. [2024-01-08 12:52:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20342. [2024-01-08 12:52:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20343. [2024-01-08 12:52:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20344. [2024-01-08 12:52:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20345. [2024-01-08 12:52:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20346. [2024-01-08 12:52:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20347. [2024-01-08 12:52:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20348. [2024-01-08 12:52:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20349. [2024-01-08 12:52:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20350. [2024-01-08 12:52:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20351. [2024-01-08 12:52:10] doctrine.DEBUG: SELECT DATABASE() [] []
  20352. [2024-01-08 12:52:10] doctrine.DEBUG: SELECT DATABASE() [] []
  20353. [2024-01-08 12:52:10] doctrine.DEBUG: SELECT DATABASE() [] []
  20354. [2024-01-08 12:52:10] doctrine.DEBUG: SELECT DATABASE() [] []
  20355. [2024-01-08 12:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20356. [2024-01-08 12:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20357. [2024-01-08 12:53:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20358. [2024-01-08 12:53:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20359. [2024-01-08 12:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20360. [2024-01-08 12:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20361. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20362. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20363. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20364. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20365. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20366. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20367. [2024-01-08 12:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20368. [2024-01-08 12:53:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20369. [2024-01-08 12:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20370. [2024-01-08 12:53:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20371. [2024-01-08 12:53:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20372. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT DATABASE() [] []
  20373. [2024-01-08 12:53:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20374. [2024-01-08 12:53:13] doctrine.DEBUG: SELECT DATABASE() [] []
  20375. [2024-01-08 12:53:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20376. [2024-01-08 12:53:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20377. [2024-01-08 12:53:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20378. [2024-01-08 12:53:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20379. [2024-01-08 12:53:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20380. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20381. [2024-01-08 12:53:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20382. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20383. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20384. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20385. [2024-01-08 12:53:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20386. [2024-01-08 12:53:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20387. [2024-01-08 12:53:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20388. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20389. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT DATABASE() [] []
  20390. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20391. [2024-01-08 12:53:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20392. [2024-01-08 12:53:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20393. [2024-01-08 12:53:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20394. [2024-01-08 12:53:20] doctrine.DEBUG: SELECT DATABASE() [] []
  20395. [2024-01-08 12:53:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20396. [2024-01-08 12:53:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20397. [2024-01-08 12:53:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20398. [2024-01-08 12:53:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20399. [2024-01-08 12:53:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20400. [2024-01-08 12:53:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20401. [2024-01-08 12:53:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20402. [2024-01-08 12:53:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20403. [2024-01-08 12:53:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20404. [2024-01-08 12:53:22] doctrine.DEBUG: SELECT DATABASE() [] []
  20405. [2024-01-08 12:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20406. [2024-01-08 12:53:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20407. [2024-01-08 12:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20408. [2024-01-08 12:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20409. [2024-01-08 12:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20410. [2024-01-08 12:53:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20411. [2024-01-08 12:53:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20412. [2024-01-08 12:53:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20413. [2024-01-08 12:53:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20414. [2024-01-08 12:53:24] doctrine.DEBUG: SELECT DATABASE() [] []
  20415. [2024-01-08 12:53:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20416. [2024-01-08 12:53:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20417. [2024-01-08 12:53:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20418. [2024-01-08 12:53:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20419. [2024-01-08 12:53:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20420. [2024-01-08 12:53:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20421. [2024-01-08 12:53:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20422. [2024-01-08 12:53:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20423. [2024-01-08 12:53:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20424. [2024-01-08 12:53:25] doctrine.DEBUG: SELECT DATABASE() [] []
  20425. [2024-01-08 12:53:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20426. [2024-01-08 12:53:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20427. [2024-01-08 12:53:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20428. [2024-01-08 12:53:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20429. [2024-01-08 12:53:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20430. [2024-01-08 12:53:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20431. [2024-01-08 12:53:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20432. [2024-01-08 12:53:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20433. [2024-01-08 12:53:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20434. [2024-01-08 12:53:26] doctrine.DEBUG: SELECT DATABASE() [] []
  20435. [2024-01-08 17:07:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20436. [2024-01-08 17:07:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20437. [2024-01-08 17:07:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20438. [2024-01-08 17:07:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20439. [2024-01-08 17:07:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20440. [2024-01-08 17:07:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20441. [2024-01-08 17:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20442. [2024-01-08 17:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20443. [2024-01-08 17:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20444. [2024-01-08 17:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20445. [2024-01-08 17:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20446. [2024-01-08 17:07:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20447. [2024-01-08 17:07:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20448. [2024-01-08 17:07:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20449. [2024-01-08 17:07:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20450. [2024-01-08 17:07:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20451. [2024-01-08 17:07:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20452. [2024-01-08 17:07:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20453. [2024-01-08 17:07:25] doctrine.DEBUG: SELECT DATABASE() [] []
  20454. [2024-01-08 17:07:25] doctrine.DEBUG: SELECT DATABASE() [] []
  20455. [2024-01-08 19:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20456. [2024-01-08 19:21:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20457. [2024-01-08 19:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20458. [2024-01-08 19:21:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20459. [2024-01-08 19:21:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20460. [2024-01-08 19:21:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20461. [2024-01-08 19:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20462. [2024-01-08 19:21:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20463. [2024-01-08 19:21:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20464. [2024-01-08 19:21:30] doctrine.DEBUG: SELECT DATABASE() [] []
  20465. [2024-01-08 19:29:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20466. [2024-01-08 19:29:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20467. [2024-01-08 19:29:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20468. [2024-01-08 19:29:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20469. [2024-01-08 19:29:38] doctrine.DEBUG: SELECT DATABASE() [] []
  20470. [2024-01-09 18:17:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20471. [2024-01-09 18:17:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20472. [2024-01-09 18:17:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20473. [2024-01-09 18:17:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20474. [2024-01-09 18:17:43] doctrine.DEBUG: SELECT DATABASE() [] []
  20475. [2024-01-09 20:13:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20476. [2024-01-09 20:13:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20477. [2024-01-09 20:13:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20478. [2024-01-09 20:13:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20479. [2024-01-09 20:13:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20480. [2024-01-09 20:13:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20481. [2024-01-09 20:13:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20482. [2024-01-09 20:13:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20483. [2024-01-09 20:13:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20484. [2024-01-09 20:13:27] doctrine.DEBUG: SELECT DATABASE() [] []
  20485. [2024-01-10 20:36:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20486. [2024-01-10 20:36:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20487. [2024-01-10 20:36:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20488. [2024-01-10 20:36:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20489. [2024-01-10 20:36:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20490. [2024-01-10 20:36:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20491. [2024-01-10 20:36:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20492. [2024-01-10 20:36:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20493. [2024-01-10 20:36:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20494. [2024-01-10 20:36:03] doctrine.DEBUG: SELECT DATABASE() [] []
  20495. [2024-01-10 21:30:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20496. [2024-01-10 21:30:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20497. [2024-01-10 21:30:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20498. [2024-01-10 21:30:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20499. [2024-01-10 21:30:16] doctrine.DEBUG: SELECT DATABASE() [] []
  20500. [2024-01-10 23:44:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20501. [2024-01-10 23:44:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20502. [2024-01-10 23:44:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20503. [2024-01-10 23:44:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20504. [2024-01-10 23:44:21] doctrine.DEBUG: SELECT DATABASE() [] []
  20505. [2024-01-11 10:55:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20506. [2024-01-11 10:55:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20507. [2024-01-11 10:55:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20508. [2024-01-11 10:55:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20509. [2024-01-11 10:55:26] doctrine.DEBUG: SELECT DATABASE() [] []
  20510. [2024-01-11 10:55:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20511. [2024-01-11 10:55:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20512. [2024-01-11 10:55:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20513. [2024-01-11 10:55:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20514. [2024-01-11 10:55:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20515. [2024-01-11 10:55:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20516. [2024-01-11 10:55:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20517. [2024-01-11 10:55:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20518. [2024-01-11 10:55:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20519. [2024-01-11 10:55:27] doctrine.DEBUG: SELECT DATABASE() [] []
  20520. [2024-01-11 21:12:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20521. [2024-01-11 21:12:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20522. [2024-01-11 21:12:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20523. [2024-01-11 21:12:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20524. [2024-01-11 21:12:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20525. [2024-01-11 21:12:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20526. [2024-01-11 21:12:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20527. [2024-01-11 21:12:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20528. [2024-01-11 21:12:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20529. [2024-01-11 21:12:19] doctrine.DEBUG: SELECT DATABASE() [] []
  20530. [2024-01-12 21:30:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20531. [2024-01-12 21:30:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20532. [2024-01-12 21:30:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20533. [2024-01-12 21:31:57] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20534. [2024-01-12 21:31:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20535. [2024-01-12 21:32:58] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20536. [2024-01-12 21:32:58] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20537. [2024-01-12 21:32:58] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20538. [2024-01-12 21:33:59] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20539. [2024-01-12 21:33:59] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20540. [2024-01-12 22:30:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20541. [2024-01-12 22:30:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20542. [2024-01-12 22:30:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20543. [2024-01-12 22:31:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20544. [2024-01-12 22:31:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20545. [2024-01-12 22:31:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20546. [2024-01-12 22:31:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20547. [2024-01-12 22:31:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20548. [2024-01-12 22:31:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20549. [2024-01-12 22:31:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20550. [2024-01-12 22:31:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20551. [2024-01-12 22:31:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20552. [2024-01-12 22:31:47] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20553. [2024-01-12 22:31:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20554. [2024-01-12 22:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20555. [2024-01-12 22:31:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20556. [2024-01-12 22:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20557. [2024-01-12 22:32:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20558. [2024-01-12 22:32:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20559. [2024-01-12 22:32:14] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20560. [2024-01-12 22:32:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20561. [2024-01-12 22:32:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20562. [2024-01-12 22:32:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20563. [2024-01-12 22:32:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20564. [2024-01-12 22:32:45] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20565. [2024-01-12 22:32:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20566. [2024-01-12 22:32:48] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20567. [2024-01-12 22:32:48] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20568. [2024-01-12 22:32:48] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20569. [2024-01-12 22:32:52] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20570. [2024-01-12 22:32:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20571. [2024-01-12 22:33:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20572. [2024-01-12 22:33:00] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20573. [2024-01-12 22:33:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20574. [2024-01-12 22:33:14] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20575. [2024-01-12 22:33:14] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20576. [2024-01-12 22:33:14] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20577. [2024-01-12 22:33:17] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20578. [2024-01-12 22:33:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20579. [2024-01-12 22:33:46] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20580. [2024-01-12 22:33:46] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20581. [2024-01-12 22:33:46] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20582. [2024-01-12 22:33:48] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20583. [2024-01-12 22:33:48] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20584. [2024-01-12 22:33:52] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20585. [2024-01-12 22:33:52] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20586. [2024-01-12 22:33:52] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20587. [2024-01-12 22:34:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20588. [2024-01-12 22:34:00] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20589. [2024-01-12 22:34:18] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20590. [2024-01-12 22:34:18] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20591. [2024-01-12 22:34:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20592. [2024-01-12 22:34:46] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20593. [2024-01-12 22:34:46] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20594. [2024-01-12 22:34:53] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20595. [2024-01-12 22:34:53] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20596. [2024-01-12 22:35:18] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20597. [2024-01-12 22:35:18] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20598. [2024-01-13 05:10:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20599. [2024-01-13 05:10:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20600. [2024-01-13 05:10:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20601. [2024-01-13 05:11:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20602. [2024-01-13 05:11:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20603. [2024-01-13 05:11:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20604. [2024-01-13 05:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20605. [2024-01-13 05:11:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20606. [2024-01-13 05:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20607. [2024-01-13 05:12:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20608. [2024-01-13 05:12:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20609. [2024-01-13 05:12:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20610. [2024-01-13 05:12:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20611. [2024-01-13 05:12:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20612. [2024-01-13 05:12:04] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20613. [2024-01-13 05:12:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20614. [2024-01-13 05:12:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20615. [2024-01-13 05:12:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20616. [2024-01-13 05:12:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20617. [2024-01-13 05:12:28] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20618. [2024-01-13 05:12:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20619. [2024-01-13 05:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20620. [2024-01-13 05:12:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20621. [2024-01-13 05:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20622. [2024-01-13 05:13:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20623. [2024-01-13 05:13:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20624. [2024-01-13 05:13:00] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20625. [2024-01-13 05:13:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20626. [2024-01-13 05:13:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20627. [2024-01-13 05:13:04] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20628. [2024-01-13 05:13:04] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20629. [2024-01-13 05:13:04] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20630. [2024-01-13 05:13:21] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20631. [2024-01-13 05:13:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20632. [2024-01-13 05:13:28] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20633. [2024-01-13 05:13:28] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20634. [2024-01-13 05:13:28] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20635. [2024-01-13 05:13:43] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20636. [2024-01-13 05:13:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20637. [2024-01-13 05:14:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20638. [2024-01-13 05:14:00] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20639. [2024-01-13 05:14:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20640. [2024-01-13 05:14:05] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20641. [2024-01-13 05:14:05] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20642. [2024-01-13 05:14:21] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20643. [2024-01-13 05:14:21] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20644. [2024-01-13 05:14:21] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20645. [2024-01-13 05:14:29] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20646. [2024-01-13 05:14:29] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20647. [2024-01-13 05:14:44] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20648. [2024-01-13 05:14:44] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20649. [2024-01-13 05:14:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20650. [2024-01-13 05:15:01] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20651. [2024-01-13 05:15:01] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20652. [2024-01-13 05:15:22] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20653. [2024-01-13 05:15:22] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20654. [2024-01-13 19:19:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20655. [2024-01-13 19:19:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  20656. [2024-01-13 19:19:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20657. [2024-01-13 19:20:58] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20658. [2024-01-13 19:20:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20659. [2024-01-13 19:22:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20660. [2024-01-13 19:22:00] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20661. [2024-01-13 19:22:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20662. [2024-01-13 19:25:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20663. [2024-01-13 19:25:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20664. [2024-01-13 19:25:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20665. [2024-01-13 19:25:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20666. [2024-01-13 19:25:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20667. [2024-01-13 19:25:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20668. [2024-01-13 19:26:40] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20669. [2024-01-13 19:26:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20670. [2024-01-13 19:26:54] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20671. [2024-01-13 19:26:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20672. [2024-01-13 19:27:41] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20673. [2024-01-13 19:27:41] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20674. [2024-01-13 19:27:41] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20675. [2024-01-13 19:27:54] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20676. [2024-01-13 19:27:54] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20677. [2024-01-13 19:27:54] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20678. [2024-01-13 19:28:54] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20679. [2024-01-13 19:28:54] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20680. [2024-01-13 21:45:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20681. [2024-01-13 21:45:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20682. [2024-01-13 21:45:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20683. [2024-01-13 21:46:07] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20684. [2024-01-13 21:46:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20685. [2024-01-13 21:47:08] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20686. [2024-01-13 21:47:08] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20687. [2024-01-13 21:47:08] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20688. [2024-01-13 21:48:08] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20689. [2024-01-13 21:48:08] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20690. [2024-01-13 23:37:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20691. [2024-01-13 23:37:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20692. [2024-01-13 23:37:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20693. [2024-01-13 23:38:04] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20694. [2024-01-13 23:38:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20695. [2024-01-13 23:39:05] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20696. [2024-01-13 23:39:05] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20697. [2024-01-13 23:39:05] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20698. [2024-01-13 23:40:05] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20699. [2024-01-13 23:40:05] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20700. [2024-01-14 05:07:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20701. [2024-01-14 05:07:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  20702. [2024-01-14 05:07:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20703. [2024-01-14 05:08:38] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20704. [2024-01-14 05:08:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20705. [2024-01-14 05:09:39] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20706. [2024-01-14 05:09:39] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20707. [2024-01-14 05:09:39] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20708. [2024-01-14 05:11:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20709. [2024-01-14 05:11:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20710. [2024-01-14 05:11:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20711. [2024-01-14 05:12:15] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20712. [2024-01-14 05:12:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20713. [2024-01-14 05:13:15] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20714. [2024-01-14 05:13:15] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20715. [2024-01-14 05:13:15] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20716. [2024-01-14 05:47:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20717. [2024-01-14 05:47:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20718. [2024-01-14 05:47:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20719. [2024-01-14 05:48:55] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20720. [2024-01-14 05:48:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20721. [2024-01-14 05:49:57] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20722. [2024-01-14 05:49:57] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20723. [2024-01-14 05:49:57] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20724. [2024-01-14 07:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20725. [2024-01-14 07:35:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20726. [2024-01-14 07:35:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20727. [2024-01-14 07:36:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20728. [2024-01-14 07:36:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20729. [2024-01-14 07:37:46] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20730. [2024-01-14 07:37:46] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20731. [2024-01-14 07:37:46] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20732. [2024-01-14 07:38:47] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20733. [2024-01-14 07:38:47] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20734. [2024-01-14 12:10:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20735. [2024-01-14 12:10:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20736. [2024-01-14 12:10:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20737. [2024-01-14 12:11:08] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20738. [2024-01-14 12:11:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20739. [2024-01-14 12:12:09] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20740. [2024-01-14 12:12:09] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20741. [2024-01-14 12:12:09] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20742. [2024-01-14 12:13:09] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20743. [2024-01-14 12:13:09] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20744. [2024-01-14 13:48:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20745. [2024-01-14 13:48:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20746. [2024-01-14 13:48:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20747. [2024-01-14 13:49:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20748. [2024-01-14 13:49:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20749. [2024-01-14 13:50:18] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20750. [2024-01-14 13:50:18] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20751. [2024-01-14 13:50:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20752. [2024-01-14 21:20:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20753. [2024-01-14 21:20:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20754. [2024-01-14 21:20:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20755. [2024-01-14 21:21:59] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20756. [2024-01-14 21:21:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20757. [2024-01-14 21:23:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20758. [2024-01-14 21:23:00] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20759. [2024-01-14 21:23:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20760. [2024-01-14 23:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20761. [2024-01-14 23:46:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20762. [2024-01-14 23:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20763. [2024-01-14 23:47:51] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20764. [2024-01-14 23:47:51] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20765. [2024-01-14 23:47:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20766. [2024-01-14 23:48:51] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20767. [2024-01-14 23:48:51] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20768. [2024-01-14 23:54:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20769. [2024-01-14 23:54:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20770. [2024-01-14 23:54:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20771. [2024-01-14 23:54:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20772. [2024-01-14 23:54:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20773. [2024-01-14 23:54:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20774. [2024-01-14 23:55:47] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20775. [2024-01-14 23:55:47] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20776. [2024-01-14 23:55:47] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20777. [2024-01-14 23:55:54] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20778. [2024-01-14 23:55:54] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20779. [2024-01-14 23:55:54] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20780. [2024-01-14 23:56:48] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20781. [2024-01-14 23:56:48] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20782. [2024-01-14 23:56:54] request.CRITICAL: Exception thrown when handling an exception (Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 103) {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} []
  20783. [2024-01-14 23:56:54] php.CRITICAL: Uncaught Exception: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26, PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/hlcdisb/www/rbbe_dev/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28, Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20784. [2024-01-15 21:10:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20785. [2024-01-15 21:10:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20786. [2024-01-15 21:10:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20787. [2024-01-15 21:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20788. [2024-01-15 21:10:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20789. [2024-01-15 21:10:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20790. [2024-01-15 21:10:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20791. [2024-01-15 21:10:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20792. [2024-01-15 21:10:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20793. [2024-01-15 21:10:05] doctrine.DEBUG: SELECT DATABASE() [] []
  20794. [2024-01-15 21:11:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20795. [2024-01-15 21:11:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20796. [2024-01-15 21:11:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20797. [2024-01-15 21:11:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20798. [2024-01-15 21:11:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20799. [2024-01-15 21:11:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20800. [2024-01-15 21:11:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20801. [2024-01-15 21:11:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20802. [2024-01-15 21:11:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20803. [2024-01-15 21:11:47] doctrine.DEBUG: SELECT DATABASE() [] []
  20804. [2024-01-15 21:25:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20805. [2024-01-15 21:25:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20806. [2024-01-15 21:25:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20807. [2024-01-15 21:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20808. [2024-01-15 21:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20809. [2024-01-15 21:25:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20810. [2024-01-15 21:25:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20811. [2024-01-15 21:25:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20812. [2024-01-15 21:25:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20813. [2024-01-15 21:25:08] doctrine.DEBUG: SELECT DATABASE() [] []
  20814. [2024-01-15 21:25:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20815. [2024-01-15 21:25:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20816. [2024-01-15 21:25:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20817. [2024-01-15 21:25:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20818. [2024-01-15 21:25:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20819. [2024-01-15 21:25:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20820. [2024-01-15 21:25:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20821. [2024-01-15 21:25:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20822. [2024-01-15 21:25:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20823. [2024-01-15 21:25:50] doctrine.DEBUG: SELECT DATABASE() [] []
  20824. [2024-01-15 21:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20825. [2024-01-15 21:26:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20826. [2024-01-15 21:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20827. [2024-01-15 21:26:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20828. [2024-01-15 21:26:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20829. [2024-01-15 21:26:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20830. [2024-01-15 21:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20831. [2024-01-15 21:26:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20832. [2024-01-15 21:26:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20833. [2024-01-15 21:26:55] doctrine.DEBUG: SELECT DATABASE() [] []
  20834. [2024-01-15 21:28:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20835. [2024-01-15 21:28:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20836. [2024-01-15 21:28:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20837. [2024-01-15 21:28:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20838. [2024-01-15 21:28:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20839. [2024-01-15 21:28:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20840. [2024-01-15 21:28:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20841. [2024-01-15 21:28:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20842. [2024-01-15 21:28:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20843. [2024-01-15 21:28:19] doctrine.DEBUG: SELECT DATABASE() [] []
  20844. [2024-01-15 21:28:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20845. [2024-01-15 21:28:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20846. [2024-01-15 21:28:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20847. [2024-01-15 21:28:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20848. [2024-01-15 21:28:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20849. [2024-01-15 21:28:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20850. [2024-01-15 21:28:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20851. [2024-01-15 21:28:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20852. [2024-01-15 21:28:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20853. [2024-01-15 21:28:35] doctrine.DEBUG: SELECT DATABASE() [] []
  20854. [2024-01-15 21:29:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20855. [2024-01-15 21:29:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20856. [2024-01-15 21:29:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20857. [2024-01-15 21:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20858. [2024-01-15 21:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20859. [2024-01-15 21:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20860. [2024-01-15 21:29:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20861. [2024-01-15 21:29:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20862. [2024-01-15 21:29:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20863. [2024-01-15 21:29:08] doctrine.DEBUG: SELECT DATABASE() [] []
  20864. [2024-01-15 21:29:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20865. [2024-01-15 21:29:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de0ce5"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/de0ce5","method":"GET"} []
  20866. [2024-01-15 21:29:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20867. [2024-01-15 21:29:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20868. [2024-01-15 21:29:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20869. [2024-01-15 21:29:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20870. [2024-01-15 21:29:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20871. [2024-01-15 21:29:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20872. [2024-01-15 21:29:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20873. [2024-01-15 21:29:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20874. [2024-01-15 21:29:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20875. [2024-01-15 21:29:29] doctrine.DEBUG: SELECT DATABASE() [] []
  20876. [2024-01-15 21:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20877. [2024-01-15 21:30:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20878. [2024-01-15 21:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20879. [2024-01-15 21:30:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20880. [2024-01-15 21:30:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20881. [2024-01-15 21:30:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20882. [2024-01-15 21:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20883. [2024-01-15 21:30:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20884. [2024-01-15 21:30:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20885. [2024-01-15 21:30:19] doctrine.DEBUG: SELECT DATABASE() [] []
  20886. [2024-01-15 21:31:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20887. [2024-01-15 21:31:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20888. [2024-01-15 21:31:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20889. [2024-01-15 21:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20890. [2024-01-15 21:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20891. [2024-01-15 21:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20892. [2024-01-15 21:31:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20893. [2024-01-15 21:31:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20894. [2024-01-15 21:31:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20895. [2024-01-15 21:31:09] doctrine.DEBUG: SELECT DATABASE() [] []
  20896. [2024-01-15 21:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20897. [2024-01-15 21:31:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20898. [2024-01-15 21:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20899. [2024-01-15 21:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20900. [2024-01-15 21:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20901. [2024-01-15 21:31:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20902. [2024-01-15 21:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20903. [2024-01-15 21:31:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20904. [2024-01-15 21:31:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20905. [2024-01-15 21:31:52] doctrine.DEBUG: SELECT DATABASE() [] []
  20906. [2024-01-15 21:32:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20907. [2024-01-15 21:32:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20908. [2024-01-15 21:32:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20909. [2024-01-15 21:32:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20910. [2024-01-15 21:32:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20911. [2024-01-15 21:32:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20912. [2024-01-15 21:32:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20913. [2024-01-15 21:32:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20914. [2024-01-15 21:32:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20915. [2024-01-15 21:32:46] doctrine.DEBUG: SELECT DATABASE() [] []
  20916. [2024-01-15 21:32:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20917. [2024-01-15 21:32:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20918. [2024-01-15 21:32:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20919. [2024-01-15 21:32:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20920. [2024-01-15 21:32:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20921. [2024-01-15 21:32:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20922. [2024-01-15 21:32:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20923. [2024-01-15 21:32:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20924. [2024-01-15 21:32:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20925. [2024-01-15 21:32:48] doctrine.DEBUG: SELECT DATABASE() [] []
  20926. [2024-01-15 21:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20927. [2024-01-15 21:32:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20928. [2024-01-15 21:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20929. [2024-01-15 21:32:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20930. [2024-01-15 21:32:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20931. [2024-01-15 21:32:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20932. [2024-01-15 21:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20933. [2024-01-15 21:32:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20934. [2024-01-15 21:32:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20935. [2024-01-15 21:32:52] doctrine.DEBUG: SELECT DATABASE() [] []
  20936. [2024-01-15 21:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20937. [2024-01-15 21:32:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20938. [2024-01-15 21:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20939. [2024-01-15 21:32:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20940. [2024-01-15 21:32:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20941. [2024-01-15 21:32:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20942. [2024-01-15 21:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20943. [2024-01-15 21:32:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20944. [2024-01-15 21:32:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20945. [2024-01-15 21:32:54] doctrine.DEBUG: SELECT DATABASE() [] []
  20946. [2024-01-15 21:32:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20947. [2024-01-15 21:32:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7935ea"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7935ea","method":"GET"} []
  20948. [2024-01-15 21:36:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20949. [2024-01-15 21:36:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20950. [2024-01-15 21:36:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20951. [2024-01-15 21:36:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20952. [2024-01-15 21:36:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20953. [2024-01-15 21:36:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20954. [2024-01-15 21:36:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20955. [2024-01-15 21:36:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20956. [2024-01-15 21:36:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20957. [2024-01-15 21:36:33] doctrine.DEBUG: SELECT DATABASE() [] []
  20958. [2024-01-15 21:37:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20959. [2024-01-15 21:37:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20960. [2024-01-15 21:37:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20961. [2024-01-15 21:37:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20962. [2024-01-15 21:37:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20963. [2024-01-15 21:37:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20964. [2024-01-15 21:37:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20965. [2024-01-15 21:37:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20966. [2024-01-15 21:37:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20967. [2024-01-15 21:37:07] doctrine.DEBUG: SELECT DATABASE() [] []
  20968. [2024-01-15 21:41:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20969. [2024-01-15 21:41:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  20970. [2024-01-15 21:41:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20971. [2024-01-15 21:41:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  20972. [2024-01-15 21:41:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  20973. [2024-01-15 21:41:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  20974. [2024-01-15 21:41:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  20975. [2024-01-15 21:41:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  20976. [2024-01-15 21:41:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20977. [2024-01-15 21:41:09] doctrine.DEBUG: SELECT DATABASE() [] []
  20978. [2024-01-15 22:03:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20979. [2024-01-15 22:03:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20980. [2024-01-15 22:03:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20981. [2024-01-15 22:03:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20982. [2024-01-15 22:03:11] doctrine.DEBUG: SELECT DATABASE() [] []
  20983. [2024-01-16 04:48:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20984. [2024-01-16 04:48:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20985. [2024-01-16 04:48:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20986. [2024-01-16 04:48:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20987. [2024-01-16 04:48:47] doctrine.DEBUG: SELECT DATABASE() [] []
  20988. [2024-01-16 05:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20989. [2024-01-16 05:04:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/woocommerce-payments/dist/blocks-checkout.css/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20990. [2024-01-16 05:04:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20991. [2024-01-16 05:04:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20992. [2024-01-16 05:04:55] doctrine.DEBUG: SELECT DATABASE() [] []
  20993. [2024-01-16 10:05:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20994. [2024-01-16 10:05:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  20995. [2024-01-16 10:05:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  20996. [2024-01-16 10:05:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  20997. [2024-01-16 10:05:32] doctrine.DEBUG: SELECT DATABASE() [] []
  20998. [2024-01-16 10:05:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  20999. [2024-01-16 10:05:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21000. [2024-01-16 10:05:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21001. [2024-01-16 10:05:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21002. [2024-01-16 10:05:34] doctrine.DEBUG: SELECT DATABASE() [] []
  21003. [2024-01-16 10:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21004. [2024-01-16 10:17:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21005. [2024-01-16 10:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21006. [2024-01-16 10:17:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21007. [2024-01-16 10:17:27] doctrine.DEBUG: SELECT DATABASE() [] []
  21008. [2024-01-16 10:17:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21009. [2024-01-16 10:17:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /files/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /files/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21010. [2024-01-16 10:17:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21011. [2024-01-16 10:17:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21012. [2024-01-16 10:17:27] doctrine.DEBUG: SELECT DATABASE() [] []
  21013. [2024-01-16 10:23:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21014. [2024-01-16 10:23:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21015. [2024-01-16 10:23:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21016. [2024-01-16 10:23:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21017. [2024-01-16 10:23:16] doctrine.DEBUG: SELECT DATABASE() [] []
  21018. [2024-01-16 10:50:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21019. [2024-01-16 10:50:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21020. [2024-01-16 10:50:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21021. [2024-01-16 10:50:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21022. [2024-01-16 10:50:22] doctrine.DEBUG: SELECT DATABASE() [] []
  21023. [2024-01-16 10:58:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21024. [2024-01-16 10:58:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21025. [2024-01-16 10:58:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21026. [2024-01-16 10:58:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21027. [2024-01-16 10:58:17] doctrine.DEBUG: SELECT DATABASE() [] []
  21028. [2024-01-16 11:12:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21029. [2024-01-16 11:12:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21030. [2024-01-16 11:12:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21031. [2024-01-16 11:12:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21032. [2024-01-16 11:12:26] doctrine.DEBUG: SELECT DATABASE() [] []
  21033. [2024-01-16 11:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21034. [2024-01-16 11:16:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21035. [2024-01-16 11:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21036. [2024-01-16 11:16:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21037. [2024-01-16 11:16:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21038. [2024-01-17 05:16:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21039. [2024-01-17 05:16:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21040. [2024-01-17 05:16:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21041. [2024-01-17 05:16:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21042. [2024-01-17 05:16:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21043. [2024-01-17 05:16:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21044. [2024-01-17 05:16:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21045. [2024-01-17 05:16:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21046. [2024-01-17 05:16:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21047. [2024-01-17 05:16:11] doctrine.DEBUG: SELECT DATABASE() [] []
  21048. [2024-01-17 18:01:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21049. [2024-01-17 18:01:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21050. [2024-01-17 18:01:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21051. [2024-01-17 18:01:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21052. [2024-01-17 18:01:31] doctrine.DEBUG: SELECT DATABASE() [] []
  21053. [2024-01-17 20:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21054. [2024-01-17 20:32:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21055. [2024-01-17 20:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21056. [2024-01-17 20:32:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21057. [2024-01-17 20:32:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21058. [2024-01-17 20:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21059. [2024-01-17 20:51:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21060. [2024-01-17 20:51:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21061. [2024-01-17 20:51:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21062. [2024-01-17 20:51:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21063. [2024-01-17 20:51:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21064. [2024-01-17 20:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21065. [2024-01-17 20:51:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21066. [2024-01-17 20:51:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21067. [2024-01-17 20:51:58] doctrine.DEBUG: SELECT DATABASE() [] []
  21068. [2024-01-17 20:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21069. [2024-01-17 20:52:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21070. [2024-01-17 20:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21071. [2024-01-17 20:52:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21072. [2024-01-17 20:52:00] doctrine.DEBUG: SELECT DATABASE() [] []
  21073. [2024-01-18 14:18:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21074. [2024-01-18 14:18:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21075. [2024-01-18 14:18:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21076. [2024-01-18 14:18:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21077. [2024-01-18 14:18:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21078. [2024-01-18 14:18:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21079. [2024-01-18 14:18:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21080. [2024-01-18 14:18:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21081. [2024-01-18 14:18:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21082. [2024-01-18 14:18:57] doctrine.DEBUG: SELECT DATABASE() [] []
  21083. [2024-01-18 16:45:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21084. [2024-01-18 16:45:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21085. [2024-01-18 16:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21086. [2024-01-18 16:45:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21087. [2024-01-18 16:45:54] doctrine.DEBUG: SELECT DATABASE() [] []
  21088. [2024-01-18 19:31:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21089. [2024-01-18 19:31:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21090. [2024-01-18 19:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21091. [2024-01-18 19:31:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21092. [2024-01-18 19:31:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21093. [2024-01-18 19:31:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21094. [2024-01-18 19:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21095. [2024-01-18 19:31:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21096. [2024-01-18 19:31:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21097. [2024-01-18 19:31:04] doctrine.DEBUG: SELECT DATABASE() [] []
  21098. [2024-01-18 19:31:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21099. [2024-01-18 19:31:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21100. [2024-01-18 19:31:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21101. [2024-01-18 19:31:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21102. [2024-01-18 19:31:06] doctrine.DEBUG: SELECT DATABASE() [] []
  21103. [2024-01-19 22:16:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21104. [2024-01-19 22:16:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21105. [2024-01-19 22:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21106. [2024-01-19 22:16:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21107. [2024-01-19 22:16:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21108. [2024-01-19 22:16:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21109. [2024-01-19 22:16:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21110. [2024-01-19 22:16:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21111. [2024-01-19 22:16:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21112. [2024-01-19 22:16:22] doctrine.DEBUG: SELECT DATABASE() [] []
  21113. [2024-01-20 12:51:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21114. [2024-01-20 12:51:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21115. [2024-01-20 12:51:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21116. [2024-01-20 12:51:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21117. [2024-01-20 12:51:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21118. [2024-01-20 12:51:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21119. [2024-01-20 12:51:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21120. [2024-01-20 12:51:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21121. [2024-01-20 12:51:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21122. [2024-01-20 12:51:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21123. [2024-01-20 16:19:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21124. [2024-01-20 16:19:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.svn/wc.db"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.svn/wc.db\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21125. [2024-01-20 16:19:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21126. [2024-01-20 16:19:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21127. [2024-01-20 16:19:25] doctrine.DEBUG: SELECT DATABASE() [] []
  21128. [2024-01-20 22:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21129. [2024-01-20 22:51:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21130. [2024-01-20 22:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21131. [2024-01-20 22:51:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21132. [2024-01-20 22:51:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21133. [2024-01-20 22:51:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21134. [2024-01-20 22:51:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21135. [2024-01-20 22:51:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21136. [2024-01-20 22:51:32] doctrine.DEBUG: SELECT DATABASE() [] []
  21137. [2024-01-20 22:51:32] doctrine.DEBUG: SELECT DATABASE() [] []
  21138. [2024-01-21 01:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21139. [2024-01-21 01:19:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21140. [2024-01-21 01:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21141. [2024-01-21 01:19:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21142. [2024-01-21 01:19:59] doctrine.DEBUG: SELECT DATABASE() [] []
  21143. [2024-01-21 01:20:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21144. [2024-01-21 01:20:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21145. [2024-01-21 01:20:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21146. [2024-01-21 01:20:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21147. [2024-01-21 01:20:01] doctrine.DEBUG: SELECT DATABASE() [] []
  21148. [2024-01-21 04:52:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21149. [2024-01-21 04:52:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21150. [2024-01-21 04:52:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21151. [2024-01-21 04:52:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21152. [2024-01-21 04:52:57] doctrine.DEBUG: SELECT DATABASE() [] []
  21153. [2024-01-21 08:16:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21154. [2024-01-21 08:16:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21155. [2024-01-21 08:16:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21156. [2024-01-21 08:16:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21157. [2024-01-21 08:16:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21158. [2024-01-21 08:16:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21159. [2024-01-21 08:16:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21160. [2024-01-21 08:16:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21161. [2024-01-21 08:16:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21162. [2024-01-21 08:16:05] doctrine.DEBUG: SELECT DATABASE() [] []
  21163. [2024-01-21 23:03:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21164. [2024-01-21 23:03:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21165. [2024-01-21 23:03:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21166. [2024-01-21 23:03:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21167. [2024-01-21 23:03:27] doctrine.DEBUG: SELECT DATABASE() [] []
  21168. [2024-01-22 17:50:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21169. [2024-01-22 17:50:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21170. [2024-01-22 17:50:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21171. [2024-01-22 17:50:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21172. [2024-01-22 17:50:02] doctrine.DEBUG: SELECT DATABASE() [] []
  21173. [2024-01-22 17:51:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21174. [2024-01-22 17:51:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21175. [2024-01-22 17:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21176. [2024-01-22 17:51:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21177. [2024-01-22 17:51:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21178. [2024-01-22 17:51:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21179. [2024-01-22 17:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21180. [2024-01-22 17:51:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21181. [2024-01-22 17:51:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21182. [2024-01-22 17:51:13] doctrine.DEBUG: SELECT DATABASE() [] []
  21183. [2024-01-22 17:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21184. [2024-01-22 17:51:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21185. [2024-01-22 17:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21186. [2024-01-22 17:51:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21187. [2024-01-22 17:51:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21188. [2024-01-22 17:51:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21189. [2024-01-22 17:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21190. [2024-01-22 17:51:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21191. [2024-01-22 17:51:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21192. [2024-01-22 17:51:14] doctrine.DEBUG: SELECT DATABASE() [] []
  21193. [2024-01-22 18:16:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21194. [2024-01-22 18:16:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21195. [2024-01-22 18:16:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21196. [2024-01-22 18:16:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21197. [2024-01-22 18:16:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21198. [2024-01-22 18:16:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21199. [2024-01-22 18:16:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21200. [2024-01-22 18:16:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21201. [2024-01-22 18:16:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21202. [2024-01-22 18:16:17] doctrine.DEBUG: SELECT DATABASE() [] []
  21203. [2024-01-24 14:48:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21204. [2024-01-24 14:48:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21205. [2024-01-24 14:48:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21206. [2024-01-24 14:48:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21207. [2024-01-24 14:48:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21208. [2024-01-24 17:56:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21209. [2024-01-24 17:56:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21210. [2024-01-24 17:56:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21211. [2024-01-24 17:56:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21212. [2024-01-24 17:56:44] doctrine.DEBUG: SELECT DATABASE() [] []
  21213. [2024-01-25 09:11:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21214. [2024-01-25 09:11:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21215. [2024-01-25 09:11:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21216. [2024-01-25 09:11:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21217. [2024-01-25 09:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21218. [2024-01-25 09:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21219. [2024-01-25 09:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21220. [2024-01-25 09:11:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21221. [2024-01-25 09:11:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21222. [2024-01-25 09:11:44] doctrine.DEBUG: SELECT DATABASE() [] []
  21223. [2024-01-25 09:11:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21224. [2024-01-25 09:11:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed94cb"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/ed94cb","method":"GET"} []
  21225. [2024-01-25 09:20:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21226. [2024-01-25 09:21:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21227. [2024-01-25 09:21:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21228. [2024-01-25 09:21:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21229. [2024-01-25 09:21:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21230. [2024-01-25 09:21:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21231. [2024-01-25 09:21:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21232. [2024-01-25 09:21:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21233. [2024-01-25 09:21:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21234. [2024-01-25 09:21:00] doctrine.DEBUG: SELECT DATABASE() [] []
  21235. [2024-01-25 09:21:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21236. [2024-01-25 09:21:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2aa88"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/a2aa88","method":"GET"} []
  21237. [2024-01-26 09:20:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21238. [2024-01-26 09:20:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  21239. [2024-01-26 09:20:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21240. [2024-01-26 09:20:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21241. [2024-01-26 09:20:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21242. [2024-01-26 09:20:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21243. [2024-01-26 09:20:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21244. [2024-01-26 09:20:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21245. [2024-01-26 09:20:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21246. [2024-01-26 09:20:17] doctrine.DEBUG: SELECT DATABASE() [] []
  21247. [2024-01-26 09:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21248. [2024-01-26 09:25:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21249. [2024-01-26 09:25:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21250. [2024-01-26 09:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21251. [2024-01-26 09:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21252. [2024-01-26 09:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21253. [2024-01-26 09:25:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21254. [2024-01-26 09:25:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21255. [2024-01-26 09:25:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21256. [2024-01-26 09:25:43] doctrine.DEBUG: SELECT DATABASE() [] []
  21257. [2024-01-26 09:31:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21258. [2024-01-26 09:31:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21259. [2024-01-26 09:31:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21260. [2024-01-26 09:31:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21261. [2024-01-26 09:31:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21262. [2024-01-26 09:31:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21263. [2024-01-26 09:31:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21264. [2024-01-26 09:31:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21265. [2024-01-26 09:31:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21266. [2024-01-26 09:31:37] doctrine.DEBUG: SELECT DATABASE() [] []
  21267. [2024-01-26 09:31:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21268. [2024-01-26 09:31:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21269. [2024-01-26 09:31:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21270. [2024-01-26 09:31:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21271. [2024-01-26 09:31:38] doctrine.DEBUG: SELECT DATABASE() [] []
  21272. [2024-01-26 09:31:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21273. [2024-01-26 09:31:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21274. [2024-01-26 09:31:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21275. [2024-01-26 09:31:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21276. [2024-01-26 09:31:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21277. [2024-01-26 09:31:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21278. [2024-01-26 09:31:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21279. [2024-01-26 09:31:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21280. [2024-01-26 09:31:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21281. [2024-01-26 09:31:40] doctrine.DEBUG: SELECT DATABASE() [] []
  21282. [2024-01-26 09:31:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21283. [2024-01-26 09:31:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21284. [2024-01-26 09:31:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21285. [2024-01-26 09:31:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21286. [2024-01-26 09:31:41] doctrine.DEBUG: SELECT DATABASE() [] []
  21287. [2024-01-28 00:09:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21288. [2024-01-28 00:09:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21289. [2024-01-28 00:09:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21290. [2024-01-28 00:09:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21291. [2024-01-28 00:09:10] doctrine.DEBUG: SELECT DATABASE() [] []
  21292. [2024-01-28 08:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21293. [2024-01-28 08:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21294. [2024-01-28 08:51:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21295. [2024-01-28 08:51:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21296. [2024-01-28 08:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21297. [2024-01-28 08:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21298. [2024-01-28 08:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21299. [2024-01-28 08:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21300. [2024-01-28 08:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  21301. [2024-01-28 08:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  21302. [2024-01-28 12:08:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21303. [2024-01-28 12:08:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /data/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /data/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21304. [2024-01-28 12:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21305. [2024-01-28 12:08:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21306. [2024-01-28 12:08:21] doctrine.DEBUG: SELECT DATABASE() [] []
  21307. [2024-01-28 12:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21308. [2024-01-28 12:08:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /data/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /data/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21309. [2024-01-28 12:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21310. [2024-01-28 12:08:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21311. [2024-01-28 12:08:21] doctrine.DEBUG: SELECT DATABASE() [] []
  21312. [2024-01-28 16:50:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21313. [2024-01-28 16:50:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21314. [2024-01-28 16:50:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21315. [2024-01-28 16:50:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21316. [2024-01-28 16:50:33] doctrine.DEBUG: SELECT DATABASE() [] []
  21317. [2024-01-28 20:20:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21318. [2024-01-28 20:20:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21319. [2024-01-28 20:20:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21320. [2024-01-28 20:20:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21321. [2024-01-28 20:20:53] doctrine.DEBUG: SELECT DATABASE() [] []
  21322. [2024-01-29 03:56:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21323. [2024-01-29 03:56:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21324. [2024-01-29 03:56:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21325. [2024-01-29 03:56:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21326. [2024-01-29 03:56:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21327. [2024-01-29 03:56:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21328. [2024-01-29 03:56:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21329. [2024-01-29 03:56:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21330. [2024-01-29 03:56:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21331. [2024-01-29 03:56:57] doctrine.DEBUG: SELECT DATABASE() [] []
  21332. [2024-01-29 10:54:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21333. [2024-01-29 10:54:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21334. [2024-01-29 10:54:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21335. [2024-01-29 10:54:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21336. [2024-01-29 10:54:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21337. [2024-01-29 10:54:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21338. [2024-01-29 10:54:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21339. [2024-01-29 10:54:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21340. [2024-01-29 10:54:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21341. [2024-01-29 10:54:33] doctrine.DEBUG: SELECT DATABASE() [] []
  21342. [2024-01-29 19:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21343. [2024-01-29 19:51:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21344. [2024-01-29 19:51:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21345. [2024-01-29 19:51:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21346. [2024-01-29 19:51:41] doctrine.DEBUG: SELECT DATABASE() [] []
  21347. [2024-01-29 20:03:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21348. [2024-01-29 20:03:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21349. [2024-01-29 20:03:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21350. [2024-01-29 20:03:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21351. [2024-01-29 20:03:15] doctrine.DEBUG: SELECT DATABASE() [] []
  21352. [2024-01-30 18:31:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21353. [2024-01-30 18:31:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21354. [2024-01-30 18:31:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21355. [2024-01-30 18:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21356. [2024-01-30 18:31:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21357. [2024-01-30 18:31:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21358. [2024-01-30 18:31:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21359. [2024-01-30 18:31:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21360. [2024-01-30 18:31:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21361. [2024-01-30 18:31:33] doctrine.DEBUG: SELECT DATABASE() [] []
  21362. [2024-01-30 18:31:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21363. [2024-01-30 18:31:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21364. [2024-01-30 18:31:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21365. [2024-01-30 18:31:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21366. [2024-01-30 18:31:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21367. [2024-01-30 18:43:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21368. [2024-01-30 18:43:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21369. [2024-01-30 18:43:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21370. [2024-01-30 18:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21371. [2024-01-30 18:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21372. [2024-01-30 18:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21373. [2024-01-30 18:43:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21374. [2024-01-30 18:43:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21375. [2024-01-30 18:43:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21376. [2024-01-30 18:43:39] doctrine.DEBUG: SELECT DATABASE() [] []
  21377. [2024-01-30 18:43:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21378. [2024-01-30 18:43:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21379. [2024-01-30 18:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21380. [2024-01-30 18:43:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21381. [2024-01-30 18:43:42] doctrine.DEBUG: SELECT DATABASE() [] []
  21382. [2024-01-30 18:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21383. [2024-01-30 18:43:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21384. [2024-01-30 18:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21385. [2024-01-30 18:43:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21386. [2024-01-30 18:43:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21387. [2024-01-30 18:43:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21388. [2024-01-30 18:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21389. [2024-01-30 18:43:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21390. [2024-01-30 18:43:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21391. [2024-01-30 18:43:42] doctrine.DEBUG: SELECT DATABASE() [] []
  21392. [2024-01-30 18:43:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21393. [2024-01-30 18:43:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21394. [2024-01-30 18:43:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21395. [2024-01-30 18:43:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21396. [2024-01-30 18:43:43] doctrine.DEBUG: SELECT DATABASE() [] []
  21397. [2024-01-31 21:26:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21398. [2024-01-31 21:26:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21399. [2024-01-31 21:26:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21400. [2024-01-31 21:26:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21401. [2024-01-31 21:26:04] doctrine.DEBUG: SELECT DATABASE() [] []
  21402. [2024-01-31 22:17:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21403. [2024-01-31 22:17:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21404. [2024-01-31 22:17:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21405. [2024-01-31 22:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21406. [2024-01-31 22:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21407. [2024-01-31 22:17:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21408. [2024-01-31 22:17:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21409. [2024-01-31 22:17:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21410. [2024-01-31 22:17:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21411. [2024-01-31 22:17:12] doctrine.DEBUG: SELECT DATABASE() [] []
  21412. [2024-01-31 22:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21413. [2024-01-31 22:17:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21414. [2024-01-31 22:17:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21415. [2024-01-31 22:17:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21416. [2024-01-31 22:17:27] doctrine.DEBUG: SELECT DATABASE() [] []
  21417. [2024-01-31 22:17:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21418. [2024-01-31 22:17:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21419. [2024-01-31 22:17:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21420. [2024-01-31 22:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21421. [2024-01-31 22:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21422. [2024-01-31 22:17:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21423. [2024-01-31 22:17:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21424. [2024-01-31 22:17:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21425. [2024-01-31 22:17:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21426. [2024-01-31 22:17:39] doctrine.DEBUG: SELECT DATABASE() [] []
  21427. [2024-01-31 22:17:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21428. [2024-01-31 22:17:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21429. [2024-01-31 22:17:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21430. [2024-01-31 22:17:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21431. [2024-01-31 22:17:50] doctrine.DEBUG: SELECT DATABASE() [] []
  21432. [2024-02-01 04:01:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21433. [2024-02-01 04:01:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21434. [2024-02-01 04:01:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21435. [2024-02-01 04:01:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21436. [2024-02-01 04:01:49] doctrine.DEBUG: SELECT DATABASE() [] []
  21437. [2024-02-01 17:58:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21438. [2024-02-01 17:58:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21439. [2024-02-01 17:58:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21440. [2024-02-01 17:58:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21441. [2024-02-01 17:58:05] doctrine.DEBUG: SELECT DATABASE() [] []
  21442. [2024-02-01 21:57:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21443. [2024-02-01 21:57:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21444. [2024-02-01 21:57:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21445. [2024-02-01 21:57:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21446. [2024-02-01 21:57:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21447. [2024-02-01 21:57:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21448. [2024-02-01 21:57:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21449. [2024-02-01 21:57:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21450. [2024-02-01 21:57:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21451. [2024-02-01 21:57:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21452. [2024-02-01 21:57:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21453. [2024-02-01 21:57:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21454. [2024-02-01 21:57:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21455. [2024-02-01 21:57:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21456. [2024-02-01 21:57:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21457. [2024-02-01 21:57:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21458. [2024-02-01 21:57:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21459. [2024-02-01 21:57:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21460. [2024-02-01 21:57:42] doctrine.DEBUG: SELECT DATABASE() [] []
  21461. [2024-02-01 21:57:42] doctrine.DEBUG: SELECT DATABASE() [] []
  21462. [2024-02-01 21:58:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21463. [2024-02-01 21:58:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21464. [2024-02-01 21:58:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21465. [2024-02-01 21:58:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21466. [2024-02-01 21:58:07] doctrine.DEBUG: SELECT DATABASE() [] []
  21467. [2024-02-01 21:58:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21468. [2024-02-01 21:58:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21469. [2024-02-01 21:58:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21470. [2024-02-01 21:58:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //use.fontawesome.com/releases/v5.7.2/css/all.css"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //use.fontawesome.com/releases/v5.7.2/css/all.css\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//use.fontawesome.com/releases/v5.7.2/css/all.css/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21471. [2024-02-01 21:58:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21472. [2024-02-01 21:58:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21473. [2024-02-01 21:58:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21474. [2024-02-01 21:58:08] doctrine.DEBUG: SELECT DATABASE() [] []
  21475. [2024-02-01 21:58:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21476. [2024-02-01 21:58:08] doctrine.DEBUG: SELECT DATABASE() [] []
  21477. [2024-02-01 21:58:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21478. [2024-02-01 21:58:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //use.fontawesome.com/releases/v5.7.2/css/all.css"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //use.fontawesome.com/releases/v5.7.2/css/all.css\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//use.fontawesome.com/releases/v5.7.2/css/all.css/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21479. [2024-02-01 21:58:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21480. [2024-02-01 21:58:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21481. [2024-02-01 21:58:10] doctrine.DEBUG: SELECT DATABASE() [] []
  21482. [2024-02-01 21:58:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21483. [2024-02-01 21:58:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21484. [2024-02-01 21:58:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21485. [2024-02-01 21:58:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21486. [2024-02-01 21:58:13] doctrine.DEBUG: SELECT DATABASE() [] []
  21487. [2024-02-01 21:59:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21488. [2024-02-01 21:59:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21489. [2024-02-01 21:59:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //use.fontawesome.com/releases/v5.7.2/css/all.css"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //use.fontawesome.com/releases/v5.7.2/css/all.css\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//use.fontawesome.com/releases/v5.7.2/css/all.css/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21490. [2024-02-01 21:59:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21491. [2024-02-01 21:59:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21492. [2024-02-01 21:59:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21493. [2024-02-01 21:59:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21494. [2024-02-01 21:59:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21495. [2024-02-01 21:59:09] doctrine.DEBUG: SELECT DATABASE() [] []
  21496. [2024-02-01 21:59:09] doctrine.DEBUG: SELECT DATABASE() [] []
  21497. [2024-02-01 21:59:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21498. [2024-02-01 21:59:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.rb"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.rb\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.rb/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21499. [2024-02-01 21:59:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21500. [2024-02-01 21:59:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21501. [2024-02-01 21:59:11] doctrine.DEBUG: SELECT DATABASE() [] []
  21502. [2024-02-02 18:49:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21503. [2024-02-02 18:49:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21504. [2024-02-02 18:49:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21505. [2024-02-02 18:49:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21506. [2024-02-02 18:49:45] doctrine.DEBUG: SELECT DATABASE() [] []
  21507. [2024-02-03 06:59:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21508. [2024-02-03 06:59:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21509. [2024-02-03 06:59:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21510. [2024-02-03 06:59:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21511. [2024-02-03 06:59:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21512. [2024-02-03 06:59:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21513. [2024-02-03 06:59:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21514. [2024-02-03 06:59:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21515. [2024-02-03 06:59:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21516. [2024-02-03 06:59:33] doctrine.DEBUG: SELECT DATABASE() [] []
  21517. [2024-02-03 06:59:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21518. [2024-02-03 06:59:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21519. [2024-02-03 06:59:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21520. [2024-02-03 06:59:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21521. [2024-02-03 06:59:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21522. [2024-02-03 06:59:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21523. [2024-02-03 06:59:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21524. [2024-02-03 06:59:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21525. [2024-02-03 06:59:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21526. [2024-02-03 06:59:55] doctrine.DEBUG: SELECT DATABASE() [] []
  21527. [2024-02-03 07:00:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21528. [2024-02-03 07:00:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21529. [2024-02-03 07:00:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21530. [2024-02-03 07:00:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21531. [2024-02-03 07:00:03] doctrine.DEBUG: SELECT DATABASE() [] []
  21532. [2024-02-03 17:10:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21533. [2024-02-03 17:10:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/enhancecp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21534. [2024-02-03 17:10:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21535. [2024-02-03 17:10:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21536. [2024-02-03 17:10:29] doctrine.DEBUG: SELECT DATABASE() [] []
  21537. [2024-02-03 18:53:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21538. [2024-02-03 18:53:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/enhancecp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21539. [2024-02-03 18:53:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21540. [2024-02-03 18:53:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21541. [2024-02-03 18:53:30] doctrine.DEBUG: SELECT DATABASE() [] []
  21542. [2024-02-04 01:02:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21543. [2024-02-04 01:02:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21544. [2024-02-04 01:02:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21545. [2024-02-04 01:02:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21546. [2024-02-04 01:02:22] doctrine.DEBUG: SELECT DATABASE() [] []
  21547. [2024-02-04 01:33:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21548. [2024-02-04 01:33:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21549. [2024-02-04 01:33:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21550. [2024-02-04 01:33:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21551. [2024-02-04 01:33:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21552. [2024-02-04 15:13:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21553. [2024-02-04 15:13:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21554. [2024-02-04 15:13:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21555. [2024-02-04 15:13:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21556. [2024-02-04 15:13:04] doctrine.DEBUG: SELECT DATABASE() [] []
  21557. [2024-02-04 15:46:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21558. [2024-02-04 15:46:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21559. [2024-02-04 15:46:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21560. [2024-02-04 15:46:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21561. [2024-02-04 15:46:39] doctrine.DEBUG: SELECT DATABASE() [] []
  21562. [2024-02-05 04:03:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21563. [2024-02-05 04:03:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21564. [2024-02-05 04:03:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21565. [2024-02-05 04:03:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21566. [2024-02-05 04:03:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21567. [2024-02-05 04:03:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21568. [2024-02-05 04:03:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21569. [2024-02-05 04:03:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21570. [2024-02-05 04:03:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21571. [2024-02-05 04:03:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21572. [2024-02-05 04:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21573. [2024-02-05 04:03:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21574. [2024-02-05 04:03:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21575. [2024-02-05 04:03:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21576. [2024-02-05 04:03:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21577. [2024-02-05 04:03:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21578. [2024-02-05 04:03:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21579. [2024-02-05 04:03:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21580. [2024-02-05 04:03:06] doctrine.DEBUG: SELECT DATABASE() [] []
  21581. [2024-02-05 04:03:06] doctrine.DEBUG: SELECT DATABASE() [] []
  21582. [2024-02-05 19:59:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21583. [2024-02-05 19:59:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21584. [2024-02-05 19:59:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21585. [2024-02-05 19:59:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21586. [2024-02-05 19:59:36] doctrine.DEBUG: SELECT DATABASE() [] []
  21587. [2024-02-06 08:31:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21588. [2024-02-06 08:31:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21589. [2024-02-06 08:31:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21590. [2024-02-06 08:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21591. [2024-02-06 08:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21592. [2024-02-06 08:31:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21593. [2024-02-06 08:31:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21594. [2024-02-06 08:31:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21595. [2024-02-06 08:31:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21596. [2024-02-06 08:31:10] doctrine.DEBUG: SELECT DATABASE() [] []
  21597. [2024-02-07 14:23:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21598. [2024-02-07 14:23:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21599. [2024-02-07 14:23:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21600. [2024-02-07 14:23:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21601. [2024-02-07 14:23:52] doctrine.DEBUG: SELECT DATABASE() [] []
  21602. [2024-02-07 14:23:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21603. [2024-02-07 14:23:53] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  21604. [2024-02-07 23:17:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21605. [2024-02-07 23:17:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  21606. [2024-02-07 23:17:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21607. [2024-02-07 23:17:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21608. [2024-02-07 23:17:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21609. [2024-02-07 23:17:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21610. [2024-02-07 23:17:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21611. [2024-02-07 23:17:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21612. [2024-02-07 23:17:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21613. [2024-02-07 23:17:59] doctrine.DEBUG: SELECT DATABASE() [] []
  21614. [2024-02-07 23:24:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21615. [2024-02-07 23:24:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21616. [2024-02-07 23:24:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21617. [2024-02-07 23:24:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21618. [2024-02-07 23:24:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21619. [2024-02-07 23:24:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21620. [2024-02-07 23:24:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21621. [2024-02-07 23:24:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21622. [2024-02-07 23:24:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21623. [2024-02-07 23:24:21] doctrine.DEBUG: SELECT DATABASE() [] []
  21624. [2024-02-07 23:24:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21625. [2024-02-07 23:24:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21626. [2024-02-07 23:24:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21627. [2024-02-07 23:24:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21628. [2024-02-07 23:24:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21629. [2024-02-07 23:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21630. [2024-02-07 23:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21631. [2024-02-07 23:24:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21632. [2024-02-07 23:24:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21633. [2024-02-07 23:24:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21634. [2024-02-07 23:24:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21635. [2024-02-07 23:24:23] doctrine.DEBUG: SELECT DATABASE() [] []
  21636. [2024-02-07 23:24:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21637. [2024-02-07 23:24:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21638. [2024-02-07 23:24:23] doctrine.DEBUG: SELECT DATABASE() [] []
  21639. [2024-02-07 23:24:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21640. [2024-02-07 23:24:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21641. [2024-02-07 23:24:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21642. [2024-02-07 23:24:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21643. [2024-02-07 23:24:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21644. [2024-02-07 23:24:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21645. [2024-02-07 23:24:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21646. [2024-02-07 23:24:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21647. [2024-02-07 23:24:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21648. [2024-02-07 23:24:25] doctrine.DEBUG: SELECT DATABASE() [] []
  21649. [2024-02-10 09:20:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21650. [2024-02-10 09:20:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21651. [2024-02-10 09:20:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21652. [2024-02-10 09:20:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21653. [2024-02-10 09:20:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21654. [2024-02-10 09:20:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21655. [2024-02-10 09:21:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21656. [2024-02-10 09:21:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21657. [2024-02-10 09:21:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21658. [2024-02-10 09:21:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21659. [2024-02-10 09:21:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21660. [2024-02-10 09:21:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21661. [2024-02-10 09:21:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21662. [2024-02-10 09:21:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21663. [2024-02-10 09:21:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21664. [2024-02-10 09:21:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21665. [2024-02-10 09:21:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21666. [2024-02-10 09:21:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21667. [2024-02-10 09:21:02] doctrine.DEBUG: SELECT DATABASE() [] []
  21668. [2024-02-10 09:21:02] doctrine.DEBUG: SELECT DATABASE() [] []
  21669. [2024-02-10 09:21:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21670. [2024-02-10 09:21:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21671. [2024-02-10 09:21:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21672. [2024-02-10 09:21:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21673. [2024-02-10 09:21:05] doctrine.DEBUG: SELECT DATABASE() [] []
  21674. [2024-02-10 09:27:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21675. [2024-02-10 09:27:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21676. [2024-02-10 09:27:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21677. [2024-02-10 09:27:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21678. [2024-02-10 09:27:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21679. [2024-02-10 09:27:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21680. [2024-02-10 09:27:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21681. [2024-02-10 09:27:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21682. [2024-02-10 09:27:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21683. [2024-02-10 09:27:07] doctrine.DEBUG: SELECT DATABASE() [] []
  21684. [2024-02-10 09:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21685. [2024-02-10 09:40:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21686. [2024-02-10 09:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21687. [2024-02-10 09:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21688. [2024-02-10 09:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21689. [2024-02-10 09:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21690. [2024-02-10 09:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21691. [2024-02-10 09:40:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21692. [2024-02-10 09:40:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21693. [2024-02-10 09:40:25] doctrine.DEBUG: SELECT DATABASE() [] []
  21694. [2024-02-10 09:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21695. [2024-02-10 09:40:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21696. [2024-02-10 09:40:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21697. [2024-02-10 09:40:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21698. [2024-02-10 09:40:27] doctrine.DEBUG: SELECT DATABASE() [] []
  21699. [2024-02-11 21:52:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21700. [2024-02-11 21:52:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21701. [2024-02-11 21:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21702. [2024-02-11 21:52:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21703. [2024-02-11 21:52:38] doctrine.DEBUG: SELECT DATABASE() [] []
  21704. [2024-02-12 06:12:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21705. [2024-02-12 06:12:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21706. [2024-02-12 06:12:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21707. [2024-02-12 06:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21708. [2024-02-12 06:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21709. [2024-02-12 06:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21710. [2024-02-12 06:12:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21711. [2024-02-12 06:12:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21712. [2024-02-12 06:12:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21713. [2024-02-12 06:12:23] doctrine.DEBUG: SELECT DATABASE() [] []
  21714. [2024-02-12 06:12:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21715. [2024-02-12 06:12:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21716. [2024-02-12 06:12:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21717. [2024-02-12 06:12:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21718. [2024-02-12 06:12:27] doctrine.DEBUG: SELECT DATABASE() [] []
  21719. [2024-02-12 06:12:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21720. [2024-02-12 06:12:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21721. [2024-02-12 06:12:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21722. [2024-02-12 06:12:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21723. [2024-02-12 06:12:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21724. [2024-02-12 06:12:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21725. [2024-02-12 06:12:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21726. [2024-02-12 06:12:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21727. [2024-02-12 06:12:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21728. [2024-02-12 06:12:28] doctrine.DEBUG: SELECT DATABASE() [] []
  21729. [2024-02-12 06:12:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21730. [2024-02-12 06:12:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21731. [2024-02-12 06:12:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21732. [2024-02-12 06:12:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21733. [2024-02-12 06:12:30] doctrine.DEBUG: SELECT DATABASE() [] []
  21734. [2024-02-12 10:15:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21735. [2024-02-12 10:15:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21736. [2024-02-12 10:15:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21737. [2024-02-12 10:15:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21738. [2024-02-12 10:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21739. [2024-02-12 10:15:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21740. [2024-02-12 10:15:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21741. [2024-02-12 10:15:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21742. [2024-02-12 10:15:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21743. [2024-02-12 10:15:17] doctrine.DEBUG: SELECT DATABASE() [] []
  21744. [2024-02-12 10:15:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21745. [2024-02-12 10:15:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21746. [2024-02-12 10:15:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21747. [2024-02-12 10:15:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21748. [2024-02-12 10:15:22] doctrine.DEBUG: SELECT DATABASE() [] []
  21749. [2024-02-12 10:15:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21750. [2024-02-12 10:15:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21751. [2024-02-12 10:15:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21752. [2024-02-12 10:15:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21753. [2024-02-12 10:15:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21754. [2024-02-12 10:15:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21755. [2024-02-12 10:15:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21756. [2024-02-12 10:15:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21757. [2024-02-12 10:15:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21758. [2024-02-12 10:15:22] doctrine.DEBUG: SELECT DATABASE() [] []
  21759. [2024-02-12 10:15:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21760. [2024-02-12 10:15:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21761. [2024-02-12 10:15:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21762. [2024-02-12 10:15:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21763. [2024-02-12 10:15:25] doctrine.DEBUG: SELECT DATABASE() [] []
  21764. [2024-02-13 01:04:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21765. [2024-02-13 01:04:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  21766. [2024-02-13 01:04:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21767. [2024-02-13 01:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21768. [2024-02-13 01:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21769. [2024-02-13 01:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21770. [2024-02-13 01:04:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21771. [2024-02-13 01:04:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21772. [2024-02-13 01:04:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21773. [2024-02-13 01:04:52] doctrine.DEBUG: SELECT DATABASE() [] []
  21774. [2024-02-13 01:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21775. [2024-02-13 01:04:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21776. [2024-02-13 01:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21777. [2024-02-13 01:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21778. [2024-02-13 01:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21779. [2024-02-13 01:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21780. [2024-02-13 01:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21781. [2024-02-13 01:04:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21782. [2024-02-13 01:04:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21783. [2024-02-13 01:04:53] doctrine.DEBUG: SELECT DATABASE() [] []
  21784. [2024-02-13 01:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21785. [2024-02-13 01:04:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  21786. [2024-02-13 01:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21787. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21788. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21789. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21790. [2024-02-13 01:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21791. [2024-02-13 01:04:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21792. [2024-02-13 01:04:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21793. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT DATABASE() [] []
  21794. [2024-02-13 01:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21795. [2024-02-13 01:04:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21796. [2024-02-13 01:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21797. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21798. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21799. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21800. [2024-02-13 01:04:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21801. [2024-02-13 01:04:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21802. [2024-02-13 01:04:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21803. [2024-02-13 01:04:54] doctrine.DEBUG: SELECT DATABASE() [] []
  21804. [2024-02-13 01:05:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21805. [2024-02-13 01:05:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21806. [2024-02-13 01:05:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21807. [2024-02-13 01:05:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21808. [2024-02-13 01:05:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21809. [2024-02-13 01:05:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21810. [2024-02-13 01:05:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21811. [2024-02-13 01:05:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21812. [2024-02-13 01:05:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21813. [2024-02-13 01:05:01] doctrine.DEBUG: SELECT DATABASE() [] []
  21814. [2024-02-13 01:05:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21815. [2024-02-13 01:05:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"649377"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/649377","method":"GET"} []
  21816. [2024-02-13 01:35:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21817. [2024-02-13 01:35:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  21818. [2024-02-13 01:35:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21819. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21820. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21821. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21822. [2024-02-13 01:35:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21823. [2024-02-13 01:35:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21824. [2024-02-13 01:35:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21825. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT DATABASE() [] []
  21826. [2024-02-13 01:35:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21827. [2024-02-13 01:35:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21828. [2024-02-13 01:35:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21829. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21830. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21831. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21832. [2024-02-13 01:35:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21833. [2024-02-13 01:35:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21834. [2024-02-13 01:35:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21835. [2024-02-13 01:35:18] doctrine.DEBUG: SELECT DATABASE() [] []
  21836. [2024-02-13 01:35:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21837. [2024-02-13 01:35:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  21838. [2024-02-13 01:35:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21839. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21840. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21841. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21842. [2024-02-13 01:35:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21843. [2024-02-13 01:35:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21844. [2024-02-13 01:35:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21845. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT DATABASE() [] []
  21846. [2024-02-13 01:35:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21847. [2024-02-13 01:35:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21848. [2024-02-13 01:35:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21849. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21850. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21851. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21852. [2024-02-13 01:35:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21853. [2024-02-13 01:35:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21854. [2024-02-13 01:35:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21855. [2024-02-13 01:35:20] doctrine.DEBUG: SELECT DATABASE() [] []
  21856. [2024-02-13 05:12:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21857. [2024-02-13 05:12:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21858. [2024-02-13 05:12:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21859. [2024-02-13 05:12:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21860. [2024-02-13 05:12:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21861. [2024-02-13 05:12:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21862. [2024-02-13 05:12:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21863. [2024-02-13 05:12:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21864. [2024-02-13 05:12:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21865. [2024-02-13 05:12:41] doctrine.DEBUG: SELECT DATABASE() [] []
  21866. [2024-02-13 05:12:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21867. [2024-02-13 05:12:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21868. [2024-02-13 05:12:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21869. [2024-02-13 05:12:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21870. [2024-02-13 05:12:46] doctrine.DEBUG: SELECT DATABASE() [] []
  21871. [2024-02-13 05:12:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21872. [2024-02-13 05:12:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21873. [2024-02-13 05:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21874. [2024-02-13 05:12:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21875. [2024-02-13 05:12:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21876. [2024-02-13 05:12:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21877. [2024-02-13 05:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21878. [2024-02-13 05:12:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21879. [2024-02-13 05:12:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21880. [2024-02-13 05:12:49] doctrine.DEBUG: SELECT DATABASE() [] []
  21881. [2024-02-13 05:12:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21882. [2024-02-13 05:12:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21883. [2024-02-13 05:12:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21884. [2024-02-13 05:12:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21885. [2024-02-13 05:12:52] doctrine.DEBUG: SELECT DATABASE() [] []
  21886. [2024-02-13 06:48:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21887. [2024-02-13 06:48:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  21888. [2024-02-13 06:48:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21889. [2024-02-13 06:48:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21890. [2024-02-13 06:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21891. [2024-02-13 06:48:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21892. [2024-02-13 06:48:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21893. [2024-02-13 06:48:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21894. [2024-02-13 06:48:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21895. [2024-02-13 06:48:57] doctrine.DEBUG: SELECT DATABASE() [] []
  21896. [2024-02-13 06:49:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21897. [2024-02-13 06:49:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21898. [2024-02-13 06:49:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21899. [2024-02-13 06:49:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21900. [2024-02-13 06:49:02] doctrine.DEBUG: SELECT DATABASE() [] []
  21901. [2024-02-13 08:22:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21902. [2024-02-13 08:22:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21903. [2024-02-13 08:22:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21904. [2024-02-13 08:22:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21905. [2024-02-13 08:22:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21906. [2024-02-13 08:22:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21907. [2024-02-13 08:22:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21908. [2024-02-13 08:22:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21909. [2024-02-13 08:22:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21910. [2024-02-13 08:22:53] doctrine.DEBUG: SELECT DATABASE() [] []
  21911. [2024-02-13 08:22:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21912. [2024-02-13 08:22:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21913. [2024-02-13 08:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21914. [2024-02-13 08:22:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21915. [2024-02-13 08:22:57] doctrine.DEBUG: SELECT DATABASE() [] []
  21916. [2024-02-13 08:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21917. [2024-02-13 08:22:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21918. [2024-02-13 08:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21919. [2024-02-13 08:22:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21920. [2024-02-13 08:22:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21921. [2024-02-13 08:22:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21922. [2024-02-13 08:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21923. [2024-02-13 08:22:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21924. [2024-02-13 08:22:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21925. [2024-02-13 08:22:57] doctrine.DEBUG: SELECT DATABASE() [] []
  21926. [2024-02-13 08:23:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21927. [2024-02-13 08:23:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21928. [2024-02-13 08:23:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21929. [2024-02-13 08:23:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21930. [2024-02-13 08:23:01] doctrine.DEBUG: SELECT DATABASE() [] []
  21931. [2024-02-13 19:01:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21932. [2024-02-13 19:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21933. [2024-02-13 19:01:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21934. [2024-02-13 19:01:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21935. [2024-02-13 19:01:39] doctrine.DEBUG: SELECT DATABASE() [] []
  21936. [2024-02-13 19:05:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21937. [2024-02-13 19:05:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21938. [2024-02-13 19:05:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21939. [2024-02-13 19:05:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21940. [2024-02-13 19:05:11] doctrine.DEBUG: SELECT DATABASE() [] []
  21941. [2024-02-13 19:05:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21942. [2024-02-13 19:05:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21943. [2024-02-13 19:05:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21944. [2024-02-13 19:05:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21945. [2024-02-13 19:05:34] doctrine.DEBUG: SELECT DATABASE() [] []
  21946. [2024-02-13 19:09:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21947. [2024-02-13 19:09:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21948. [2024-02-13 19:09:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21949. [2024-02-13 19:09:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21950. [2024-02-13 19:09:30] doctrine.DEBUG: SELECT DATABASE() [] []
  21951. [2024-02-13 19:27:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21952. [2024-02-13 19:27:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21953. [2024-02-13 19:27:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21954. [2024-02-13 19:27:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21955. [2024-02-13 19:27:44] doctrine.DEBUG: SELECT DATABASE() [] []
  21956. [2024-02-15 15:05:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21957. [2024-02-15 15:05:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21958. [2024-02-15 15:05:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21959. [2024-02-15 15:05:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21960. [2024-02-15 15:05:44] doctrine.DEBUG: SELECT DATABASE() [] []
  21961. [2024-02-15 15:46:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21962. [2024-02-15 15:46:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21963. [2024-02-15 15:46:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21964. [2024-02-15 15:46:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21965. [2024-02-15 15:46:32] doctrine.DEBUG: SELECT DATABASE() [] []
  21966. [2024-02-16 18:28:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21967. [2024-02-16 18:28:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21968. [2024-02-16 18:28:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21969. [2024-02-16 18:28:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21970. [2024-02-16 18:28:03] doctrine.DEBUG: SELECT DATABASE() [] []
  21971. [2024-02-16 18:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21972. [2024-02-16 18:43:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21973. [2024-02-16 18:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21974. [2024-02-16 18:43:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21975. [2024-02-16 18:43:48] doctrine.DEBUG: SELECT DATABASE() [] []
  21976. [2024-02-17 17:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21977. [2024-02-17 17:31:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21978. [2024-02-17 17:31:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21979. [2024-02-17 17:31:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21980. [2024-02-17 17:31:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21981. [2024-02-17 17:31:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21982. [2024-02-17 17:31:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21983. [2024-02-17 17:31:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21984. [2024-02-17 17:31:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21985. [2024-02-17 17:31:06] doctrine.DEBUG: SELECT DATABASE() [] []
  21986. [2024-02-17 17:31:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21987. [2024-02-17 17:31:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  21988. [2024-02-17 17:31:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21989. [2024-02-17 17:31:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  21990. [2024-02-17 17:31:09] doctrine.DEBUG: SELECT DATABASE() [] []
  21991. [2024-02-17 17:31:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  21992. [2024-02-17 17:31:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  21993. [2024-02-17 17:31:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  21994. [2024-02-17 17:31:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  21995. [2024-02-17 17:31:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  21996. [2024-02-17 17:31:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  21997. [2024-02-17 17:31:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  21998. [2024-02-17 17:31:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  21999. [2024-02-17 17:31:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22000. [2024-02-17 17:31:10] doctrine.DEBUG: SELECT DATABASE() [] []
  22001. [2024-02-17 17:31:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22002. [2024-02-17 17:31:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22003. [2024-02-17 17:31:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22004. [2024-02-17 17:31:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22005. [2024-02-17 17:31:12] doctrine.DEBUG: SELECT DATABASE() [] []
  22006. [2024-02-17 18:03:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22007. [2024-02-17 18:03:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22008. [2024-02-17 18:03:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22009. [2024-02-17 18:03:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22010. [2024-02-17 18:03:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22011. [2024-02-17 18:03:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22012. [2024-02-17 18:03:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22013. [2024-02-17 18:03:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22014. [2024-02-17 18:03:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22015. [2024-02-17 18:03:26] doctrine.DEBUG: SELECT DATABASE() [] []
  22016. [2024-02-17 18:03:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22017. [2024-02-17 18:03:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22018. [2024-02-17 18:03:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22019. [2024-02-17 18:03:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22020. [2024-02-17 18:03:29] doctrine.DEBUG: SELECT DATABASE() [] []
  22021. [2024-02-17 18:03:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22022. [2024-02-17 18:03:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22023. [2024-02-17 18:03:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22024. [2024-02-17 18:03:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22025. [2024-02-17 18:03:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22026. [2024-02-17 18:03:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22027. [2024-02-17 18:03:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22028. [2024-02-17 18:03:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22029. [2024-02-17 18:03:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22030. [2024-02-17 18:03:30] doctrine.DEBUG: SELECT DATABASE() [] []
  22031. [2024-02-17 18:03:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22032. [2024-02-17 18:03:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22033. [2024-02-17 18:03:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22034. [2024-02-17 18:03:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22035. [2024-02-17 18:03:32] doctrine.DEBUG: SELECT DATABASE() [] []
  22036. [2024-02-18 05:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22037. [2024-02-18 05:56:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22038. [2024-02-18 05:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22039. [2024-02-18 05:56:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22040. [2024-02-18 05:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22041. [2024-02-18 05:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22042. [2024-02-18 05:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22043. [2024-02-18 05:56:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22044. [2024-02-18 05:56:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22045. [2024-02-18 05:56:51] doctrine.DEBUG: SELECT DATABASE() [] []
  22046. [2024-02-18 05:56:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22047. [2024-02-18 05:56:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22048. [2024-02-18 05:56:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22049. [2024-02-18 05:56:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22050. [2024-02-18 05:56:57] doctrine.DEBUG: SELECT DATABASE() [] []
  22051. [2024-02-18 06:23:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22052. [2024-02-18 06:23:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22053. [2024-02-18 06:23:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22054. [2024-02-18 06:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22055. [2024-02-18 06:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22056. [2024-02-18 06:23:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22057. [2024-02-18 06:23:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22058. [2024-02-18 06:23:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22059. [2024-02-18 06:23:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22060. [2024-02-18 06:23:53] doctrine.DEBUG: SELECT DATABASE() [] []
  22061. [2024-02-18 06:23:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22062. [2024-02-18 06:23:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22063. [2024-02-18 06:23:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22064. [2024-02-18 06:23:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22065. [2024-02-18 06:23:57] doctrine.DEBUG: SELECT DATABASE() [] []
  22066. [2024-02-18 13:15:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22067. [2024-02-18 13:15:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22068. [2024-02-18 13:15:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22069. [2024-02-18 13:15:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22070. [2024-02-18 13:15:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22071. [2024-02-18 13:15:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22072. [2024-02-18 13:15:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22073. [2024-02-18 13:15:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22074. [2024-02-18 13:15:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22075. [2024-02-18 13:15:09] doctrine.DEBUG: SELECT DATABASE() [] []
  22076. [2024-02-18 13:15:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22077. [2024-02-18 13:15:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22078. [2024-02-18 13:15:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22079. [2024-02-18 13:15:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22080. [2024-02-18 13:15:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22081. [2024-02-18 13:15:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22082. [2024-02-18 13:15:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22083. [2024-02-18 13:15:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22084. [2024-02-18 13:15:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22085. [2024-02-18 13:15:10] doctrine.DEBUG: SELECT DATABASE() [] []
  22086. [2024-02-19 14:39:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22087. [2024-02-19 14:39:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22088. [2024-02-19 14:39:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22089. [2024-02-19 14:39:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22090. [2024-02-19 14:39:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22091. [2024-02-19 14:39:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22092. [2024-02-19 14:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22093. [2024-02-19 14:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22094. [2024-02-19 14:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22095. [2024-02-19 14:39:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22096. [2024-02-19 14:39:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22097. [2024-02-19 14:39:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22098. [2024-02-19 14:39:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22099. [2024-02-19 14:39:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22100. [2024-02-19 14:39:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22101. [2024-02-19 14:39:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22102. [2024-02-19 14:39:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22103. [2024-02-19 14:39:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22104. [2024-02-19 14:39:33] doctrine.DEBUG: SELECT DATABASE() [] []
  22105. [2024-02-19 14:39:33] doctrine.DEBUG: SELECT DATABASE() [] []
  22106. [2024-02-19 20:22:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22107. [2024-02-19 20:22:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22108. [2024-02-19 20:22:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22109. [2024-02-19 20:22:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22110. [2024-02-19 20:22:16] doctrine.DEBUG: SELECT DATABASE() [] []
  22111. [2024-02-19 21:53:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22112. [2024-02-19 21:53:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22113. [2024-02-19 21:53:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22114. [2024-02-19 21:53:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22115. [2024-02-19 21:53:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22116. [2024-02-19 21:53:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22117. [2024-02-19 21:53:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22118. [2024-02-19 21:53:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22119. [2024-02-19 21:53:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22120. [2024-02-19 21:53:14] doctrine.DEBUG: SELECT DATABASE() [] []
  22121. [2024-02-19 21:53:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22122. [2024-02-19 21:53:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22123. [2024-02-19 21:53:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22124. [2024-02-19 21:53:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22125. [2024-02-19 21:53:19] doctrine.DEBUG: SELECT DATABASE() [] []
  22126. [2024-02-19 21:53:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22127. [2024-02-19 21:53:28] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  22128. [2024-02-19 21:53:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22129. [2024-02-19 21:53:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22130. [2024-02-19 21:53:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22131. [2024-02-19 21:53:28] doctrine.DEBUG: SELECT DATABASE() [] []
  22132. [2024-02-19 21:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22133. [2024-02-19 21:53:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cda2d"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/4cda2d","method":"GET"} []
  22134. [2024-02-19 21:53:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22135. [2024-02-19 21:53:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22136. [2024-02-19 21:53:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22137. [2024-02-19 21:53:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22138. [2024-02-19 21:53:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22139. [2024-02-19 21:53:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22140. [2024-02-19 21:53:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22141. [2024-02-19 21:53:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22142. [2024-02-19 21:53:59] doctrine.DEBUG: SELECT DATABASE() [] []
  22143. [2024-02-19 21:53:59] doctrine.DEBUG: SELECT DATABASE() [] []
  22144. [2024-02-19 21:59:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22145. [2024-02-19 21:59:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22146. [2024-02-19 21:59:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22147. [2024-02-19 21:59:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22148. [2024-02-19 21:59:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22149. [2024-02-19 21:59:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22150. [2024-02-19 21:59:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22151. [2024-02-19 21:59:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22152. [2024-02-19 21:59:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22153. [2024-02-19 21:59:29] doctrine.DEBUG: SELECT DATABASE() [] []
  22154. [2024-02-19 21:59:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22155. [2024-02-19 21:59:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22156. [2024-02-19 21:59:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22157. [2024-02-19 21:59:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22158. [2024-02-19 21:59:30] doctrine.DEBUG: SELECT DATABASE() [] []
  22159. [2024-02-19 21:59:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22160. [2024-02-19 21:59:40] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  22161. [2024-02-19 21:59:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22162. [2024-02-19 21:59:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22163. [2024-02-19 21:59:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22164. [2024-02-19 21:59:40] doctrine.DEBUG: SELECT DATABASE() [] []
  22165. [2024-02-19 22:00:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22166. [2024-02-19 22:00:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22167. [2024-02-19 22:00:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22168. [2024-02-19 22:00:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22169. [2024-02-19 22:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22170. [2024-02-19 22:00:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22171. [2024-02-19 22:00:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22172. [2024-02-19 22:00:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22173. [2024-02-19 22:00:36] doctrine.DEBUG: SELECT DATABASE() [] []
  22174. [2024-02-19 22:00:36] doctrine.DEBUG: SELECT DATABASE() [] []
  22175. [2024-02-20 17:44:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22176. [2024-02-20 17:44:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22177. [2024-02-20 17:44:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22178. [2024-02-20 17:44:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22179. [2024-02-20 17:44:30] doctrine.DEBUG: SELECT DATABASE() [] []
  22180. [2024-02-20 18:05:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22181. [2024-02-20 18:05:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22182. [2024-02-20 18:05:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22183. [2024-02-20 18:05:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22184. [2024-02-20 18:05:20] doctrine.DEBUG: SELECT DATABASE() [] []
  22185. [2024-02-20 23:35:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22186. [2024-02-20 23:35:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22187. [2024-02-20 23:35:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22188. [2024-02-20 23:35:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22189. [2024-02-20 23:35:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22190. [2024-02-20 23:35:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22191. [2024-02-20 23:35:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22192. [2024-02-20 23:35:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22193. [2024-02-20 23:35:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22194. [2024-02-20 23:35:38] doctrine.DEBUG: SELECT DATABASE() [] []
  22195. [2024-02-20 23:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22196. [2024-02-20 23:35:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22197. [2024-02-20 23:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22198. [2024-02-20 23:35:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22199. [2024-02-20 23:35:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22200. [2024-02-20 23:35:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22201. [2024-02-20 23:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22202. [2024-02-20 23:35:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22203. [2024-02-20 23:35:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22204. [2024-02-20 23:35:40] doctrine.DEBUG: SELECT DATABASE() [] []
  22205. [2024-02-21 16:37:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22206. [2024-02-21 16:37:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22207. [2024-02-21 16:37:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22208. [2024-02-21 16:37:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22209. [2024-02-21 16:37:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22210. [2024-02-21 16:37:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22211. [2024-02-21 16:37:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22212. [2024-02-21 16:37:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22213. [2024-02-21 16:37:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22214. [2024-02-21 16:37:32] doctrine.DEBUG: SELECT DATABASE() [] []
  22215. [2024-02-21 16:48:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22216. [2024-02-21 16:48:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22217. [2024-02-21 16:48:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22218. [2024-02-21 16:48:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22219. [2024-02-21 16:48:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22220. [2024-02-21 16:48:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22221. [2024-02-21 16:48:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22222. [2024-02-21 16:48:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22223. [2024-02-21 16:48:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22224. [2024-02-21 16:48:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22225. [2024-02-21 16:48:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22226. [2024-02-21 16:48:28] doctrine.DEBUG: SELECT DATABASE() [] []
  22227. [2024-02-21 16:48:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22228. [2024-02-21 16:48:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22229. [2024-02-21 16:48:28] doctrine.DEBUG: SELECT DATABASE() [] []
  22230. [2024-02-21 16:48:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22231. [2024-02-21 16:48:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22232. [2024-02-21 16:48:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22233. [2024-02-21 16:48:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22234. [2024-02-21 16:48:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22235. [2024-02-21 16:48:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22236. [2024-02-21 16:48:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22237. [2024-02-21 16:48:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22238. [2024-02-21 16:48:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22239. [2024-02-21 16:48:31] doctrine.DEBUG: SELECT DATABASE() [] []
  22240. [2024-02-21 22:42:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22241. [2024-02-21 22:42:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22242. [2024-02-21 22:42:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22243. [2024-02-21 22:42:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22244. [2024-02-21 22:42:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22245. [2024-02-21 22:42:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22246. [2024-02-21 22:42:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22247. [2024-02-21 22:42:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22248. [2024-02-21 22:42:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22249. [2024-02-21 22:42:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22250. [2024-02-21 22:42:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22251. [2024-02-21 22:42:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22252. [2024-02-21 22:42:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22253. [2024-02-21 22:42:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22254. [2024-02-21 22:42:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22255. [2024-02-21 22:42:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22256. [2024-02-21 22:42:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22257. [2024-02-21 22:42:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22258. [2024-02-21 22:42:29] doctrine.DEBUG: SELECT DATABASE() [] []
  22259. [2024-02-21 22:42:29] doctrine.DEBUG: SELECT DATABASE() [] []
  22260. [2024-02-21 23:48:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22261. [2024-02-21 23:48:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22262. [2024-02-21 23:48:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22263. [2024-02-21 23:48:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22264. [2024-02-21 23:48:17] doctrine.DEBUG: SELECT DATABASE() [] []
  22265. [2024-02-22 20:44:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22266. [2024-02-22 20:44:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22267. [2024-02-22 20:44:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22268. [2024-02-22 20:44:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22269. [2024-02-22 20:44:20] doctrine.DEBUG: SELECT DATABASE() [] []
  22270. [2024-02-22 22:03:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22271. [2024-02-22 22:03:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22272. [2024-02-22 22:03:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22273. [2024-02-22 22:03:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22274. [2024-02-22 22:03:08] doctrine.DEBUG: SELECT DATABASE() [] []
  22275. [2024-02-23 18:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22276. [2024-02-23 18:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22277. [2024-02-23 18:46:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22278. [2024-02-23 18:46:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22279. [2024-02-23 18:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22280. [2024-02-23 18:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22281. [2024-02-23 18:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22282. [2024-02-23 18:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22283. [2024-02-23 18:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22284. [2024-02-23 18:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22285. [2024-02-23 18:46:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22286. [2024-02-23 18:46:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22287. [2024-02-23 18:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22288. [2024-02-23 18:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22289. [2024-02-23 18:46:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22290. [2024-02-23 18:46:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22291. [2024-02-23 18:46:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22292. [2024-02-23 18:46:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22293. [2024-02-23 18:46:44] doctrine.DEBUG: SELECT DATABASE() [] []
  22294. [2024-02-23 18:46:44] doctrine.DEBUG: SELECT DATABASE() [] []
  22295. [2024-02-23 21:31:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22296. [2024-02-23 21:31:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22297. [2024-02-23 21:31:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22298. [2024-02-23 21:31:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22299. [2024-02-23 21:31:41] doctrine.DEBUG: SELECT DATABASE() [] []
  22300. [2024-02-23 21:31:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22301. [2024-02-23 21:31:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22302. [2024-02-23 21:31:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22303. [2024-02-23 21:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22304. [2024-02-23 21:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22305. [2024-02-23 21:31:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22306. [2024-02-23 21:31:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22307. [2024-02-23 21:31:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22308. [2024-02-23 21:31:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22309. [2024-02-23 21:31:42] doctrine.DEBUG: SELECT DATABASE() [] []
  22310. [2024-02-24 18:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22311. [2024-02-24 18:51:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22312. [2024-02-24 18:51:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22313. [2024-02-24 18:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22314. [2024-02-24 18:52:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22315. [2024-02-24 18:52:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22316. [2024-02-24 18:52:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22317. [2024-02-24 18:52:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22318. [2024-02-24 18:52:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22319. [2024-02-24 18:52:01] doctrine.DEBUG: SELECT DATABASE() [] []
  22320. [2024-02-25 21:04:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22321. [2024-02-25 21:04:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22322. [2024-02-25 21:04:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22323. [2024-02-25 21:04:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22324. [2024-02-25 21:04:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22325. [2024-02-25 21:04:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22326. [2024-02-25 21:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22327. [2024-02-25 21:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22328. [2024-02-25 21:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22329. [2024-02-25 21:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22330. [2024-02-25 21:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22331. [2024-02-25 21:04:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22332. [2024-02-25 21:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22333. [2024-02-25 21:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22334. [2024-02-25 21:04:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22335. [2024-02-25 21:04:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22336. [2024-02-25 21:04:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22337. [2024-02-25 21:04:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22338. [2024-02-25 21:04:54] doctrine.DEBUG: SELECT DATABASE() [] []
  22339. [2024-02-25 21:04:54] doctrine.DEBUG: SELECT DATABASE() [] []
  22340. [2024-02-25 23:28:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22341. [2024-02-25 23:28:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22342. [2024-02-25 23:28:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22343. [2024-02-25 23:28:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22344. [2024-02-25 23:28:31] doctrine.DEBUG: SELECT DATABASE() [] []
  22345. [2024-02-27 03:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22346. [2024-02-27 03:28:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22347. [2024-02-27 03:28:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22348. [2024-02-27 03:28:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22349. [2024-02-27 03:28:52] doctrine.DEBUG: SELECT DATABASE() [] []
  22350. [2024-02-27 23:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22351. [2024-02-27 23:56:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22352. [2024-02-27 23:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22353. [2024-02-27 23:56:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22354. [2024-02-27 23:56:48] doctrine.DEBUG: SELECT DATABASE() [] []
  22355. [2024-02-28 02:00:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22356. [2024-02-28 02:00:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22357. [2024-02-28 02:00:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22358. [2024-02-28 02:00:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22359. [2024-02-28 02:00:34] doctrine.DEBUG: SELECT DATABASE() [] []
  22360. [2024-02-29 03:31:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22361. [2024-02-29 03:31:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22362. [2024-02-29 03:31:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22363. [2024-02-29 03:31:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22364. [2024-02-29 03:31:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22365. [2024-02-29 03:31:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22366. [2024-02-29 03:31:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22367. [2024-02-29 03:31:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22368. [2024-02-29 03:31:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22369. [2024-02-29 03:31:48] doctrine.DEBUG: SELECT DATABASE() [] []
  22370. [2024-02-29 07:27:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22371. [2024-02-29 07:27:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22372. [2024-02-29 07:27:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22373. [2024-02-29 07:27:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22374. [2024-02-29 07:27:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22375. [2024-02-29 07:27:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22376. [2024-02-29 07:27:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22377. [2024-02-29 07:27:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22378. [2024-02-29 07:27:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22379. [2024-02-29 07:27:09] doctrine.DEBUG: SELECT DATABASE() [] []
  22380. [2024-02-29 14:58:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22381. [2024-02-29 14:58:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  22382. [2024-02-29 14:58:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22383. [2024-02-29 14:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22384. [2024-02-29 14:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22385. [2024-02-29 14:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22386. [2024-02-29 14:58:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22387. [2024-02-29 14:58:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22388. [2024-02-29 14:58:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22389. [2024-02-29 14:58:22] doctrine.DEBUG: SELECT DATABASE() [] []
  22390. [2024-02-29 15:02:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22391. [2024-02-29 15:02:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22392. [2024-02-29 15:02:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22393. [2024-02-29 15:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22394. [2024-02-29 15:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22395. [2024-02-29 15:02:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22396. [2024-02-29 15:02:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22397. [2024-02-29 15:02:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22398. [2024-02-29 15:02:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22399. [2024-02-29 15:02:28] doctrine.DEBUG: SELECT DATABASE() [] []
  22400. [2024-02-29 15:02:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22401. [2024-02-29 15:02:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22402. [2024-02-29 15:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22403. [2024-02-29 15:02:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22404. [2024-02-29 15:02:30] doctrine.DEBUG: SELECT DATABASE() [] []
  22405. [2024-02-29 15:02:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22406. [2024-02-29 15:02:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22407. [2024-02-29 15:02:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22408. [2024-02-29 15:02:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22409. [2024-02-29 15:02:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22410. [2024-02-29 15:02:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22411. [2024-02-29 15:02:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22412. [2024-02-29 15:02:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22413. [2024-02-29 15:02:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22414. [2024-02-29 15:02:31] doctrine.DEBUG: SELECT DATABASE() [] []
  22415. [2024-02-29 16:58:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22416. [2024-02-29 16:58:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22417. [2024-02-29 16:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22418. [2024-02-29 16:58:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22419. [2024-02-29 16:58:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22420. [2024-02-29 16:58:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22421. [2024-02-29 16:58:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22422. [2024-02-29 16:58:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22423. [2024-02-29 16:58:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22424. [2024-02-29 16:58:25] doctrine.DEBUG: SELECT DATABASE() [] []
  22425. [2024-02-29 16:58:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22426. [2024-02-29 16:58:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22427. [2024-02-29 16:58:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22428. [2024-02-29 16:58:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22429. [2024-02-29 16:58:29] doctrine.DEBUG: SELECT DATABASE() [] []
  22430. [2024-02-29 20:28:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22431. [2024-02-29 20:28:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22432. [2024-02-29 20:28:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22433. [2024-02-29 20:28:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22434. [2024-02-29 20:28:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22435. [2024-02-29 20:28:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22436. [2024-02-29 20:28:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22437. [2024-02-29 20:28:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22438. [2024-02-29 20:28:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22439. [2024-02-29 20:28:54] doctrine.DEBUG: SELECT DATABASE() [] []
  22440. [2024-02-29 20:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22441. [2024-02-29 20:28:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22442. [2024-02-29 20:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22443. [2024-02-29 20:28:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22444. [2024-02-29 20:28:58] doctrine.DEBUG: SELECT DATABASE() [] []
  22445. [2024-03-01 05:26:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22446. [2024-03-01 05:26:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22447. [2024-03-01 05:26:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22448. [2024-03-01 05:26:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22449. [2024-03-01 05:26:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22450. [2024-03-01 05:26:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22451. [2024-03-01 05:26:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22452. [2024-03-01 05:26:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22453. [2024-03-01 05:26:02] doctrine.DEBUG: SELECT DATABASE() [] []
  22454. [2024-03-01 05:26:02] doctrine.DEBUG: SELECT DATABASE() [] []
  22455. [2024-03-01 19:09:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22456. [2024-03-01 19:09:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22457. [2024-03-01 19:09:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22458. [2024-03-01 19:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22459. [2024-03-01 19:09:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22460. [2024-03-01 19:09:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22461. [2024-03-01 19:09:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22462. [2024-03-01 19:09:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22463. [2024-03-01 19:09:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22464. [2024-03-01 19:09:55] doctrine.DEBUG: SELECT DATABASE() [] []
  22465. [2024-03-01 19:09:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22466. [2024-03-01 19:09:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22467. [2024-03-01 19:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22468. [2024-03-01 19:09:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22469. [2024-03-01 19:09:59] doctrine.DEBUG: SELECT DATABASE() [] []
  22470. [2024-03-01 19:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22471. [2024-03-01 19:09:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22472. [2024-03-01 19:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22473. [2024-03-01 19:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22474. [2024-03-01 19:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22475. [2024-03-01 19:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22476. [2024-03-01 19:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22477. [2024-03-01 19:09:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22478. [2024-03-01 19:09:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22479. [2024-03-01 19:09:59] doctrine.DEBUG: SELECT DATABASE() [] []
  22480. [2024-03-01 19:10:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22481. [2024-03-01 19:10:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22482. [2024-03-01 19:10:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22483. [2024-03-01 19:10:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22484. [2024-03-01 19:10:03] doctrine.DEBUG: SELECT DATABASE() [] []
  22485. [2024-03-01 19:54:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22486. [2024-03-01 19:54:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22487. [2024-03-01 19:54:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22488. [2024-03-01 19:54:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22489. [2024-03-01 19:54:03] doctrine.DEBUG: SELECT DATABASE() [] []
  22490. [2024-03-01 20:18:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22491. [2024-03-01 20:18:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-json\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22492. [2024-03-01 20:18:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22493. [2024-03-01 20:18:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22494. [2024-03-01 20:18:28] doctrine.DEBUG: SELECT DATABASE() [] []
  22495. [2024-03-01 20:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22496. [2024-03-01 20:52:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22497. [2024-03-01 20:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22498. [2024-03-01 20:52:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22499. [2024-03-01 20:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22500. [2024-03-01 20:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22501. [2024-03-01 20:53:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22502. [2024-03-01 20:53:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22503. [2024-03-01 20:53:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22504. [2024-03-01 20:53:00] doctrine.DEBUG: SELECT DATABASE() [] []
  22505. [2024-03-01 20:53:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22506. [2024-03-01 20:53:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22507. [2024-03-01 20:53:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22508. [2024-03-01 20:53:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22509. [2024-03-01 20:53:03] doctrine.DEBUG: SELECT DATABASE() [] []
  22510. [2024-03-01 20:53:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22511. [2024-03-01 20:53:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22512. [2024-03-01 20:53:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22513. [2024-03-01 20:53:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22514. [2024-03-01 20:53:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22515. [2024-03-01 20:53:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22516. [2024-03-01 20:53:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22517. [2024-03-01 20:53:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22518. [2024-03-01 20:53:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22519. [2024-03-01 20:53:05] doctrine.DEBUG: SELECT DATABASE() [] []
  22520. [2024-03-01 20:53:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22521. [2024-03-01 20:53:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22522. [2024-03-01 20:53:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22523. [2024-03-01 20:53:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22524. [2024-03-01 20:53:08] doctrine.DEBUG: SELECT DATABASE() [] []
  22525. [2024-03-02 02:21:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22526. [2024-03-02 02:21:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22527. [2024-03-02 02:21:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22528. [2024-03-02 02:21:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22529. [2024-03-02 02:21:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22530. [2024-03-02 02:21:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22531. [2024-03-02 02:21:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22532. [2024-03-02 02:21:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22533. [2024-03-02 02:21:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22534. [2024-03-02 02:21:06] doctrine.DEBUG: SELECT DATABASE() [] []
  22535. [2024-03-02 02:21:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22536. [2024-03-02 02:21:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22537. [2024-03-02 02:21:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22538. [2024-03-02 02:21:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22539. [2024-03-02 02:21:11] doctrine.DEBUG: SELECT DATABASE() [] []
  22540. [2024-03-02 02:36:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22541. [2024-03-02 02:36:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22542. [2024-03-02 02:36:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22543. [2024-03-02 02:36:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22544. [2024-03-02 02:36:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22545. [2024-03-02 02:36:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22546. [2024-03-02 02:36:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22547. [2024-03-02 02:36:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22548. [2024-03-02 02:36:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22549. [2024-03-02 02:36:32] doctrine.DEBUG: SELECT DATABASE() [] []
  22550. [2024-03-02 02:36:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22551. [2024-03-02 02:36:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22552. [2024-03-02 02:36:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22553. [2024-03-02 02:36:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22554. [2024-03-02 02:36:36] doctrine.DEBUG: SELECT DATABASE() [] []
  22555. [2024-03-02 02:36:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22556. [2024-03-02 02:36:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22557. [2024-03-02 02:36:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22558. [2024-03-02 02:36:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22559. [2024-03-02 02:36:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22560. [2024-03-02 02:36:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22561. [2024-03-02 02:36:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22562. [2024-03-02 02:36:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22563. [2024-03-02 02:36:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22564. [2024-03-02 02:36:37] doctrine.DEBUG: SELECT DATABASE() [] []
  22565. [2024-03-02 02:36:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22566. [2024-03-02 02:36:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22567. [2024-03-02 02:36:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22568. [2024-03-02 02:36:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22569. [2024-03-02 02:36:40] doctrine.DEBUG: SELECT DATABASE() [] []
  22570. [2024-03-02 04:40:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22571. [2024-03-02 04:40:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22572. [2024-03-02 04:40:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22573. [2024-03-02 04:40:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22574. [2024-03-02 04:40:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22575. [2024-03-02 04:40:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22576. [2024-03-02 04:40:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22577. [2024-03-02 04:40:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22578. [2024-03-02 04:40:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22579. [2024-03-02 04:40:20] doctrine.DEBUG: SELECT DATABASE() [] []
  22580. [2024-03-02 04:40:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22581. [2024-03-02 04:40:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22582. [2024-03-02 04:40:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22583. [2024-03-02 04:40:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22584. [2024-03-02 04:40:22] doctrine.DEBUG: SELECT DATABASE() [] []
  22585. [2024-03-02 04:41:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22586. [2024-03-02 04:41:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22587. [2024-03-02 04:41:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22588. [2024-03-02 04:41:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22589. [2024-03-02 04:41:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22590. [2024-03-02 04:41:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22591. [2024-03-02 04:41:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22592. [2024-03-02 04:41:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22593. [2024-03-02 04:41:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22594. [2024-03-02 04:41:04] doctrine.DEBUG: SELECT DATABASE() [] []
  22595. [2024-03-02 04:41:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22596. [2024-03-02 04:41:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22597. [2024-03-02 04:41:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22598. [2024-03-02 04:41:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22599. [2024-03-02 04:41:08] doctrine.DEBUG: SELECT DATABASE() [] []
  22600. [2024-03-02 04:41:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22601. [2024-03-02 04:41:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22602. [2024-03-02 04:41:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22603. [2024-03-02 04:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22604. [2024-03-02 04:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22605. [2024-03-02 04:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22606. [2024-03-02 04:41:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22607. [2024-03-02 04:41:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22608. [2024-03-02 04:41:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22609. [2024-03-02 04:41:10] doctrine.DEBUG: SELECT DATABASE() [] []
  22610. [2024-03-02 04:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22611. [2024-03-02 04:41:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22612. [2024-03-02 04:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22613. [2024-03-02 04:41:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22614. [2024-03-02 04:41:11] doctrine.DEBUG: SELECT DATABASE() [] []
  22615. [2024-03-02 04:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22616. [2024-03-02 04:47:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22617. [2024-03-02 04:47:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22618. [2024-03-02 04:47:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22619. [2024-03-02 04:47:07] doctrine.DEBUG: SELECT DATABASE() [] []
  22620. [2024-03-03 08:01:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22621. [2024-03-03 08:01:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-json\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22622. [2024-03-03 08:01:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22623. [2024-03-03 08:01:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22624. [2024-03-03 08:01:16] doctrine.DEBUG: SELECT DATABASE() [] []
  22625. [2024-03-03 08:01:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22626. [2024-03-03 08:01:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json/" (from "http://rbbe.asb-digital.fr/wp-json/?rest_route=/wp/v2/users/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json/\" (from \"http://rbbe.asb-digital.fr/wp-json/?rest_route=/wp/v2/users/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-json\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22627. [2024-03-03 08:01:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22628. [2024-03-03 08:01:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22629. [2024-03-03 08:01:27] doctrine.DEBUG: SELECT DATABASE() [] []
  22630. [2024-03-03 20:44:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22631. [2024-03-03 20:44:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22632. [2024-03-03 20:44:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22633. [2024-03-03 20:44:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22634. [2024-03-03 20:44:28] doctrine.DEBUG: SELECT DATABASE() [] []
  22635. [2024-03-03 21:49:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22636. [2024-03-03 21:49:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22637. [2024-03-03 21:49:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22638. [2024-03-03 21:49:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22639. [2024-03-03 21:49:40] doctrine.DEBUG: SELECT DATABASE() [] []
  22640. [2024-03-04 06:37:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22641. [2024-03-04 06:37:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-json\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22642. [2024-03-04 06:37:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22643. [2024-03-04 06:37:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22644. [2024-03-04 06:37:41] doctrine.DEBUG: SELECT DATABASE() [] []
  22645. [2024-03-04 15:34:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22646. [2024-03-04 15:34:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22647. [2024-03-04 15:34:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22648. [2024-03-04 15:34:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22649. [2024-03-04 15:34:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22650. [2024-03-04 15:34:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22651. [2024-03-04 15:34:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22652. [2024-03-04 15:34:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22653. [2024-03-04 15:34:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22654. [2024-03-04 15:34:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22655. [2024-03-04 15:34:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22656. [2024-03-04 15:34:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22657. [2024-03-04 15:34:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22658. [2024-03-04 15:34:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22659. [2024-03-04 15:34:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22660. [2024-03-04 15:34:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22661. [2024-03-04 15:34:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22662. [2024-03-04 15:34:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22663. [2024-03-04 15:34:35] doctrine.DEBUG: SELECT DATABASE() [] []
  22664. [2024-03-04 15:34:35] doctrine.DEBUG: SELECT DATABASE() [] []
  22665. [2024-03-05 18:35:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22666. [2024-03-05 18:35:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22667. [2024-03-05 18:35:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22668. [2024-03-05 18:35:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22669. [2024-03-05 18:35:30] doctrine.DEBUG: SELECT DATABASE() [] []
  22670. [2024-03-05 19:53:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22671. [2024-03-05 19:53:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22672. [2024-03-05 19:53:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22673. [2024-03-05 19:53:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22674. [2024-03-05 19:53:46] doctrine.DEBUG: SELECT DATABASE() [] []
  22675. [2024-03-06 18:43:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22676. [2024-03-06 18:43:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22677. [2024-03-06 18:43:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22678. [2024-03-06 18:43:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22679. [2024-03-06 18:43:38] doctrine.DEBUG: SELECT DATABASE() [] []
  22680. [2024-03-06 19:00:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22681. [2024-03-06 19:00:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22682. [2024-03-06 19:00:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22683. [2024-03-06 19:00:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22684. [2024-03-06 19:00:16] doctrine.DEBUG: SELECT DATABASE() [] []
  22685. [2024-03-08 17:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22686. [2024-03-08 17:12:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22687. [2024-03-08 17:12:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22688. [2024-03-08 17:12:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22689. [2024-03-08 17:12:51] doctrine.DEBUG: SELECT DATABASE() [] []
  22690. [2024-03-08 17:50:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22691. [2024-03-08 17:50:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22692. [2024-03-08 17:50:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22693. [2024-03-08 17:50:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22694. [2024-03-08 17:50:31] doctrine.DEBUG: SELECT DATABASE() [] []
  22695. [2024-03-09 06:35:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22696. [2024-03-09 06:35:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-json\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22697. [2024-03-09 06:35:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22698. [2024-03-09 06:35:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22699. [2024-03-09 06:35:41] doctrine.DEBUG: SELECT DATABASE() [] []
  22700. [2024-03-09 06:35:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22701. [2024-03-09 06:35:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-json\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22702. [2024-03-09 06:35:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22703. [2024-03-09 06:35:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22704. [2024-03-09 06:35:42] doctrine.DEBUG: SELECT DATABASE() [] []
  22705. [2024-03-09 06:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22706. [2024-03-09 06:35:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-json/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-json/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-json\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22707. [2024-03-09 06:35:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22708. [2024-03-09 06:35:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22709. [2024-03-09 06:35:43] doctrine.DEBUG: SELECT DATABASE() [] []
  22710. [2024-03-10 17:30:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22711. [2024-03-10 17:30:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22712. [2024-03-10 17:30:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22713. [2024-03-10 17:30:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22714. [2024-03-10 17:30:39] doctrine.DEBUG: SELECT DATABASE() [] []
  22715. [2024-03-11 19:20:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22716. [2024-03-11 19:20:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22717. [2024-03-11 19:20:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22718. [2024-03-11 19:20:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22719. [2024-03-11 19:20:51] doctrine.DEBUG: SELECT DATABASE() [] []
  22720. [2024-03-12 19:09:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22721. [2024-03-12 19:09:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22722. [2024-03-12 19:09:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22723. [2024-03-12 19:09:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22724. [2024-03-12 19:09:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22725. [2024-03-12 19:09:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22726. [2024-03-12 19:09:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22727. [2024-03-12 19:09:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22728. [2024-03-12 19:09:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22729. [2024-03-12 19:09:38] doctrine.DEBUG: SELECT DATABASE() [] []
  22730. [2024-03-12 20:10:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22731. [2024-03-12 20:10:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22732. [2024-03-12 20:10:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22733. [2024-03-12 20:10:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22734. [2024-03-12 20:10:42] doctrine.DEBUG: SELECT DATABASE() [] []
  22735. [2024-03-13 05:27:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22736. [2024-03-13 05:27:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  22737. [2024-03-13 05:27:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22738. [2024-03-13 05:27:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22739. [2024-03-13 05:27:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22740. [2024-03-13 05:27:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22741. [2024-03-13 05:27:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22742. [2024-03-13 05:27:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22743. [2024-03-13 05:27:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22744. [2024-03-13 05:27:45] doctrine.DEBUG: SELECT DATABASE() [] []
  22745. [2024-03-13 05:32:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22746. [2024-03-13 05:32:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22747. [2024-03-13 05:32:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22748. [2024-03-13 05:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22749. [2024-03-13 05:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22750. [2024-03-13 05:32:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22751. [2024-03-13 05:32:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22752. [2024-03-13 05:32:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22753. [2024-03-13 05:32:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22754. [2024-03-13 05:32:59] doctrine.DEBUG: SELECT DATABASE() [] []
  22755. [2024-03-13 05:33:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22756. [2024-03-13 05:33:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22757. [2024-03-13 05:33:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22758. [2024-03-13 05:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22759. [2024-03-13 05:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22760. [2024-03-13 05:33:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22761. [2024-03-13 05:33:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22762. [2024-03-13 05:33:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22763. [2024-03-13 05:33:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22764. [2024-03-13 05:33:10] doctrine.DEBUG: SELECT DATABASE() [] []
  22765. [2024-03-13 05:33:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22766. [2024-03-13 05:33:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22767. [2024-03-13 05:33:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22768. [2024-03-13 05:33:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22769. [2024-03-13 05:33:12] doctrine.DEBUG: SELECT DATABASE() [] []
  22770. [2024-03-13 05:33:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22771. [2024-03-13 05:33:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22772. [2024-03-13 05:33:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22773. [2024-03-13 05:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22774. [2024-03-13 05:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22775. [2024-03-13 05:33:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22776. [2024-03-13 05:33:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22777. [2024-03-13 05:33:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22778. [2024-03-13 05:33:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22779. [2024-03-13 05:33:13] doctrine.DEBUG: SELECT DATABASE() [] []
  22780. [2024-03-13 05:33:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22781. [2024-03-13 05:33:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22782. [2024-03-13 05:33:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22783. [2024-03-13 05:33:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22784. [2024-03-13 05:33:15] doctrine.DEBUG: SELECT DATABASE() [] []
  22785. [2024-03-14 15:41:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22786. [2024-03-14 15:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22787. [2024-03-14 15:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22788. [2024-03-14 15:41:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22789. [2024-03-14 15:41:27] doctrine.DEBUG: SELECT DATABASE() [] []
  22790. [2024-03-14 15:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22791. [2024-03-14 15:41:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22792. [2024-03-14 15:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22793. [2024-03-14 15:41:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22794. [2024-03-14 15:41:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22795. [2024-03-14 15:41:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22796. [2024-03-14 15:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22797. [2024-03-14 15:41:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22798. [2024-03-14 15:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22799. [2024-03-14 15:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  22800. [2024-03-15 00:59:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22801. [2024-03-15 00:59:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22802. [2024-03-15 00:59:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22803. [2024-03-15 00:59:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22804. [2024-03-15 00:59:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22805. [2024-03-15 00:59:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22806. [2024-03-15 00:59:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22807. [2024-03-15 00:59:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22808. [2024-03-15 00:59:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22809. [2024-03-15 00:59:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22810. [2024-03-15 00:59:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22811. [2024-03-15 00:59:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22812. [2024-03-15 00:59:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22813. [2024-03-15 00:59:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22814. [2024-03-15 00:59:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22815. [2024-03-15 00:59:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22816. [2024-03-15 00:59:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22817. [2024-03-15 00:59:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22818. [2024-03-15 00:59:41] doctrine.DEBUG: SELECT DATABASE() [] []
  22819. [2024-03-15 00:59:41] doctrine.DEBUG: SELECT DATABASE() [] []
  22820. [2024-03-15 04:17:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22821. [2024-03-15 04:17:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22822. [2024-03-15 04:18:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22823. [2024-03-15 04:18:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22824. [2024-03-15 04:18:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22825. [2024-03-15 04:18:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22826. [2024-03-15 04:18:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22827. [2024-03-15 04:18:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22828. [2024-03-15 04:18:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22829. [2024-03-15 04:18:00] doctrine.DEBUG: SELECT DATABASE() [] []
  22830. [2024-03-15 04:18:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22831. [2024-03-15 04:18:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22832. [2024-03-15 04:18:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22833. [2024-03-15 04:18:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22834. [2024-03-15 04:18:02] doctrine.DEBUG: SELECT DATABASE() [] []
  22835. [2024-03-15 04:18:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22836. [2024-03-15 04:18:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22837. [2024-03-15 04:18:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22838. [2024-03-15 04:18:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22839. [2024-03-15 04:18:03] doctrine.DEBUG: SELECT DATABASE() [] []
  22840. [2024-03-15 04:18:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22841. [2024-03-15 04:18:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22842. [2024-03-15 04:18:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22843. [2024-03-15 04:18:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22844. [2024-03-15 04:18:23] doctrine.DEBUG: SELECT DATABASE() [] []
  22845. [2024-03-15 09:51:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22846. [2024-03-15 09:51:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22847. [2024-03-15 09:51:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22848. [2024-03-15 09:51:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22849. [2024-03-15 09:51:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22850. [2024-03-15 09:51:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22851. [2024-03-15 09:51:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22852. [2024-03-15 09:51:38] doctrine.DEBUG: SELECT DATABASE() [] []
  22853. [2024-03-15 09:51:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22854. [2024-03-15 09:51:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22855. [2024-03-15 09:51:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22856. [2024-03-15 09:51:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22857. [2024-03-15 09:51:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22858. [2024-03-15 09:51:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22859. [2024-03-15 09:51:39] doctrine.DEBUG: SELECT DATABASE() [] []
  22860. [2024-03-15 14:53:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22861. [2024-03-15 14:53:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22862. [2024-03-15 14:53:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22863. [2024-03-15 14:53:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22864. [2024-03-15 14:53:59] doctrine.DEBUG: SELECT DATABASE() [] []
  22865. [2024-03-15 21:25:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22866. [2024-03-15 21:25:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22867. [2024-03-15 21:25:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22868. [2024-03-15 21:25:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22869. [2024-03-15 21:25:22] doctrine.DEBUG: SELECT DATABASE() [] []
  22870. [2024-03-16 04:46:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22871. [2024-03-16 04:46:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  22872. [2024-03-16 04:46:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22873. [2024-03-16 04:46:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22874. [2024-03-16 04:46:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22875. [2024-03-16 04:46:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22876. [2024-03-16 04:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22877. [2024-03-16 04:46:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22878. [2024-03-16 04:46:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22879. [2024-03-16 04:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22880. [2024-03-16 04:46:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  22881. [2024-03-16 04:46:55] doctrine.DEBUG: SELECT DATABASE() [] []
  22882. [2024-03-16 04:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22883. [2024-03-16 04:46:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22884. [2024-03-16 04:46:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22885. [2024-03-16 04:46:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22886. [2024-03-16 04:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22887. [2024-03-16 04:46:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22888. [2024-03-16 04:46:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22889. [2024-03-16 04:46:55] doctrine.DEBUG: SELECT DATABASE() [] []
  22890. [2024-03-16 04:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22891. [2024-03-16 04:46:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22892. [2024-03-16 04:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22893. [2024-03-16 04:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22894. [2024-03-16 04:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22895. [2024-03-16 04:46:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22896. [2024-03-16 04:46:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22897. [2024-03-16 04:46:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22898. [2024-03-16 04:46:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22899. [2024-03-16 04:46:56] doctrine.DEBUG: SELECT DATABASE() [] []
  22900. [2024-03-16 04:47:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22901. [2024-03-16 04:47:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22902. [2024-03-16 04:47:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22903. [2024-03-16 04:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22904. [2024-03-16 04:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22905. [2024-03-16 04:47:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22906. [2024-03-16 04:47:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22907. [2024-03-16 04:47:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22908. [2024-03-16 04:47:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22909. [2024-03-16 04:47:33] doctrine.DEBUG: SELECT DATABASE() [] []
  22910. [2024-03-16 04:47:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22911. [2024-03-16 04:47:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b3e2f"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/1b3e2f","method":"GET"} []
  22912. [2024-03-17 01:46:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22913. [2024-03-17 01:46:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22914. [2024-03-17 01:46:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22915. [2024-03-17 01:46:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22916. [2024-03-17 01:46:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22917. [2024-03-17 01:46:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22918. [2024-03-17 01:46:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22919. [2024-03-17 01:46:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22920. [2024-03-17 01:46:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22921. [2024-03-17 01:46:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22922. [2024-03-17 01:46:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22923. [2024-03-17 01:46:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22924. [2024-03-17 01:46:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22925. [2024-03-17 01:46:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22926. [2024-03-17 01:46:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22927. [2024-03-17 01:46:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22928. [2024-03-17 01:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22929. [2024-03-17 01:46:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22930. [2024-03-17 01:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  22931. [2024-03-17 01:46:19] doctrine.DEBUG: SELECT DATABASE() [] []
  22932. [2024-03-17 05:35:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22933. [2024-03-17 05:35:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  22934. [2024-03-17 05:35:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22935. [2024-03-17 05:35:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  22936. [2024-03-17 05:35:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22937. [2024-03-17 05:35:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22938. [2024-03-17 05:35:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22939. [2024-03-17 05:35:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22940. [2024-03-17 05:35:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22941. [2024-03-17 05:35:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22942. [2024-03-17 05:35:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22943. [2024-03-17 05:35:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22944. [2024-03-17 05:35:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22945. [2024-03-17 05:35:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22946. [2024-03-17 05:35:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22947. [2024-03-17 05:35:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22948. [2024-03-17 05:35:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22949. [2024-03-17 05:35:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22950. [2024-03-17 05:35:08] doctrine.DEBUG: SELECT DATABASE() [] []
  22951. [2024-03-17 05:35:08] doctrine.DEBUG: SELECT DATABASE() [] []
  22952. [2024-03-17 05:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22953. [2024-03-17 05:35:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  22954. [2024-03-17 05:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22955. [2024-03-17 05:35:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22956. [2024-03-17 05:35:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22957. [2024-03-17 05:35:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22958. [2024-03-17 05:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22959. [2024-03-17 05:35:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22960. [2024-03-17 05:35:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22961. [2024-03-17 05:35:09] doctrine.DEBUG: SELECT DATABASE() [] []
  22962. [2024-03-17 05:35:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22963. [2024-03-17 05:35:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22964. [2024-03-17 05:35:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22965. [2024-03-17 05:35:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22966. [2024-03-17 05:35:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22967. [2024-03-17 05:35:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22968. [2024-03-17 05:35:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22969. [2024-03-17 05:35:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22970. [2024-03-17 05:35:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22971. [2024-03-17 05:35:17] doctrine.DEBUG: SELECT DATABASE() [] []
  22972. [2024-03-17 05:35:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22973. [2024-03-17 05:35:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4c07e"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/a4c07e","method":"GET"} []
  22974. [2024-03-17 10:16:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22975. [2024-03-17 10:16:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  22976. [2024-03-17 10:16:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22977. [2024-03-17 10:16:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  22978. [2024-03-17 10:16:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  22979. [2024-03-17 10:16:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  22980. [2024-03-17 10:16:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  22981. [2024-03-17 10:16:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  22982. [2024-03-17 10:16:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22983. [2024-03-17 10:16:15] doctrine.DEBUG: SELECT DATABASE() [] []
  22984. [2024-03-17 10:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22985. [2024-03-17 10:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22986. [2024-03-17 10:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22987. [2024-03-17 10:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  22988. [2024-03-17 10:23:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22989. [2024-03-17 10:23:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22990. [2024-03-17 10:23:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22991. [2024-03-17 10:23:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  22992. [2024-03-17 10:23:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22993. [2024-03-17 10:23:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22994. [2024-03-17 10:23:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22995. [2024-03-17 10:23:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  22996. [2024-03-17 10:23:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22997. [2024-03-17 10:23:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22998. [2024-03-17 10:23:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  22999. [2024-03-17 10:23:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23000. [2024-03-17 10:23:18] doctrine.DEBUG: SELECT DATABASE() [] []
  23001. [2024-03-17 10:23:18] doctrine.DEBUG: SELECT DATABASE() [] []
  23002. [2024-03-17 10:23:18] doctrine.DEBUG: SELECT DATABASE() [] []
  23003. [2024-03-17 10:23:18] doctrine.DEBUG: SELECT DATABASE() [] []
  23004. [2024-03-17 12:43:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23005. [2024-03-17 12:43:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23006. [2024-03-17 12:43:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23007. [2024-03-17 12:43:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23008. [2024-03-17 12:43:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23009. [2024-03-17 12:43:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23010. [2024-03-17 12:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23011. [2024-03-17 12:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23012. [2024-03-17 12:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23013. [2024-03-17 12:43:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23014. [2024-03-17 12:43:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23015. [2024-03-17 12:43:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23016. [2024-03-17 12:43:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23017. [2024-03-17 12:43:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23018. [2024-03-17 12:43:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23019. [2024-03-17 12:43:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23020. [2024-03-17 12:43:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23021. [2024-03-17 12:43:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23022. [2024-03-17 12:43:40] doctrine.DEBUG: SELECT DATABASE() [] []
  23023. [2024-03-17 12:43:40] doctrine.DEBUG: SELECT DATABASE() [] []
  23024. [2024-03-17 12:44:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23025. [2024-03-17 12:44:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23026. [2024-03-17 12:44:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23027. [2024-03-17 12:44:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23028. [2024-03-17 12:44:36] doctrine.DEBUG: SELECT DATABASE() [] []
  23029. [2024-03-17 12:44:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23030. [2024-03-17 12:44:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23031. [2024-03-17 12:44:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23032. [2024-03-17 12:44:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23033. [2024-03-17 12:44:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23034. [2024-03-17 12:44:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23035. [2024-03-17 12:44:38] doctrine.DEBUG: SELECT DATABASE() [] []
  23036. [2024-03-17 12:44:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23037. [2024-03-17 12:44:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23038. [2024-03-17 12:44:38] doctrine.DEBUG: SELECT DATABASE() [] []
  23039. [2024-03-17 12:44:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23040. [2024-03-17 12:44:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23041. [2024-03-17 12:44:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23042. [2024-03-17 12:44:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23043. [2024-03-17 12:44:40] doctrine.DEBUG: SELECT DATABASE() [] []
  23044. [2024-03-17 23:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23045. [2024-03-17 23:43:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23046. [2024-03-17 23:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23047. [2024-03-17 23:43:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23048. [2024-03-17 23:43:51] doctrine.DEBUG: SELECT DATABASE() [] []
  23049. [2024-03-18 06:45:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23050. [2024-03-18 06:45:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23051. [2024-03-18 06:45:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23052. [2024-03-18 06:45:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23053. [2024-03-18 06:45:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23054. [2024-03-18 06:45:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23055. [2024-03-18 06:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23056. [2024-03-18 06:45:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23057. [2024-03-18 06:45:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23058. [2024-03-18 06:45:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23059. [2024-03-18 06:45:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23060. [2024-03-18 06:45:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23061. [2024-03-18 06:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23062. [2024-03-18 06:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23063. [2024-03-18 06:45:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23064. [2024-03-18 06:45:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23065. [2024-03-18 06:45:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23066. [2024-03-18 06:45:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23067. [2024-03-18 06:45:10] doctrine.DEBUG: SELECT DATABASE() [] []
  23068. [2024-03-18 06:45:10] doctrine.DEBUG: SELECT DATABASE() [] []
  23069. [2024-03-18 11:19:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23070. [2024-03-18 11:19:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23071. [2024-03-18 11:19:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23072. [2024-03-18 11:19:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23073. [2024-03-18 11:19:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23074. [2024-03-18 11:19:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23075. [2024-03-18 11:19:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23076. [2024-03-18 11:19:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23077. [2024-03-18 11:19:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23078. [2024-03-18 11:19:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23079. [2024-03-18 11:19:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23080. [2024-03-18 11:19:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23081. [2024-03-18 11:19:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23082. [2024-03-18 11:19:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23083. [2024-03-18 11:19:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23084. [2024-03-18 11:19:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23085. [2024-03-18 11:19:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23086. [2024-03-18 11:19:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23087. [2024-03-18 11:19:23] doctrine.DEBUG: SELECT DATABASE() [] []
  23088. [2024-03-18 11:19:23] doctrine.DEBUG: SELECT DATABASE() [] []
  23089. [2024-03-19 03:06:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23090. [2024-03-19 03:06:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23091. [2024-03-19 03:06:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23092. [2024-03-19 03:06:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23093. [2024-03-19 03:06:08] doctrine.DEBUG: SELECT DATABASE() [] []
  23094. [2024-03-19 22:04:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23095. [2024-03-19 22:04:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23096. [2024-03-19 22:04:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23097. [2024-03-19 22:05:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23098. [2024-03-19 22:05:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23099. [2024-03-19 22:05:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23100. [2024-03-19 22:05:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23101. [2024-03-19 22:05:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23102. [2024-03-19 22:05:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23103. [2024-03-19 22:05:01] doctrine.DEBUG: SELECT DATABASE() [] []
  23104. [2024-03-19 22:05:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23105. [2024-03-19 22:05:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23106. [2024-03-19 22:05:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23107. [2024-03-19 22:05:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23108. [2024-03-19 22:05:03] doctrine.DEBUG: SELECT DATABASE() [] []
  23109. [2024-03-19 22:08:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23110. [2024-03-19 22:08:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23111. [2024-03-19 22:08:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23112. [2024-03-19 22:08:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23113. [2024-03-19 22:08:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23114. [2024-03-19 22:08:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23115. [2024-03-19 22:08:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23116. [2024-03-19 22:08:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23117. [2024-03-19 22:08:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23118. [2024-03-19 22:08:10] doctrine.DEBUG: SELECT DATABASE() [] []
  23119. [2024-03-20 17:30:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23120. [2024-03-20 17:30:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23121. [2024-03-20 17:30:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23122. [2024-03-20 17:30:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23123. [2024-03-20 17:30:24] doctrine.DEBUG: SELECT DATABASE() [] []
  23124. [2024-03-20 23:24:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23125. [2024-03-20 23:24:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23126. [2024-03-20 23:24:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23127. [2024-03-20 23:24:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23128. [2024-03-20 23:24:03] doctrine.DEBUG: SELECT DATABASE() [] []
  23129. [2024-03-21 13:55:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23130. [2024-03-21 13:55:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23131. [2024-03-21 13:55:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23132. [2024-03-21 13:55:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23133. [2024-03-21 13:55:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23134. [2024-03-21 13:55:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23135. [2024-03-21 13:55:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23136. [2024-03-21 13:55:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23137. [2024-03-21 13:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23138. [2024-03-21 13:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23139. [2024-03-21 13:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23140. [2024-03-21 13:55:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23141. [2024-03-21 13:55:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23142. [2024-03-21 13:55:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23143. [2024-03-21 13:55:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23144. [2024-03-21 13:55:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23145. [2024-03-21 13:55:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23146. [2024-03-21 13:55:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23147. [2024-03-21 13:55:50] doctrine.DEBUG: SELECT DATABASE() [] []
  23148. [2024-03-21 13:55:50] doctrine.DEBUG: SELECT DATABASE() [] []
  23149. [2024-03-21 13:55:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23150. [2024-03-21 13:55:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23151. [2024-03-21 13:55:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23152. [2024-03-21 13:55:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23153. [2024-03-21 13:55:52] doctrine.DEBUG: SELECT DATABASE() [] []
  23154. [2024-03-21 13:55:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23155. [2024-03-21 13:55:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23156. [2024-03-21 13:55:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23157. [2024-03-21 13:55:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23158. [2024-03-21 13:55:53] doctrine.DEBUG: SELECT DATABASE() [] []
  23159. [2024-03-21 13:55:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23160. [2024-03-21 13:55:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23161. [2024-03-21 13:55:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23162. [2024-03-21 13:55:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23163. [2024-03-21 13:55:54] doctrine.DEBUG: SELECT DATABASE() [] []
  23164. [2024-03-21 13:55:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23165. [2024-03-21 13:55:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23166. [2024-03-21 13:55:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23167. [2024-03-21 13:55:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23168. [2024-03-21 13:55:55] doctrine.DEBUG: SELECT DATABASE() [] []
  23169. [2024-03-21 13:55:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23170. [2024-03-21 13:55:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23171. [2024-03-21 13:55:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23172. [2024-03-21 13:55:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23173. [2024-03-21 13:55:56] doctrine.DEBUG: SELECT DATABASE() [] []
  23174. [2024-03-21 13:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23175. [2024-03-21 13:55:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23176. [2024-03-21 13:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23177. [2024-03-21 13:55:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23178. [2024-03-21 13:55:57] doctrine.DEBUG: SELECT DATABASE() [] []
  23179. [2024-03-21 13:55:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23180. [2024-03-21 13:55:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23181. [2024-03-21 13:55:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23182. [2024-03-21 13:55:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23183. [2024-03-21 13:55:59] doctrine.DEBUG: SELECT DATABASE() [] []
  23184. [2024-03-21 13:56:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23185. [2024-03-21 13:56:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23186. [2024-03-21 13:56:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23187. [2024-03-21 13:56:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23188. [2024-03-21 13:56:01] doctrine.DEBUG: SELECT DATABASE() [] []
  23189. [2024-03-21 13:56:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23190. [2024-03-21 13:56:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23191. [2024-03-21 13:56:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23192. [2024-03-21 13:56:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23193. [2024-03-21 13:56:03] doctrine.DEBUG: SELECT DATABASE() [] []
  23194. [2024-03-21 13:56:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23195. [2024-03-21 13:56:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23196. [2024-03-21 13:56:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23197. [2024-03-21 13:56:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23198. [2024-03-21 13:56:04] doctrine.DEBUG: SELECT DATABASE() [] []
  23199. [2024-03-21 13:56:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23200. [2024-03-21 13:56:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23201. [2024-03-21 13:56:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23202. [2024-03-21 13:56:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23203. [2024-03-21 13:56:06] doctrine.DEBUG: SELECT DATABASE() [] []
  23204. [2024-03-21 13:56:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23205. [2024-03-21 13:56:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23206. [2024-03-21 13:56:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23207. [2024-03-21 13:56:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23208. [2024-03-21 13:56:07] doctrine.DEBUG: SELECT DATABASE() [] []
  23209. [2024-03-21 13:56:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23210. [2024-03-21 13:56:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23211. [2024-03-21 13:56:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23212. [2024-03-21 13:56:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23213. [2024-03-21 13:56:08] doctrine.DEBUG: SELECT DATABASE() [] []
  23214. [2024-03-21 13:56:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23215. [2024-03-21 13:56:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23216. [2024-03-21 13:56:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23217. [2024-03-21 13:56:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23218. [2024-03-21 13:56:09] doctrine.DEBUG: SELECT DATABASE() [] []
  23219. [2024-03-21 13:56:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23220. [2024-03-21 13:56:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23221. [2024-03-21 13:56:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23222. [2024-03-21 13:56:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23223. [2024-03-21 13:56:11] doctrine.DEBUG: SELECT DATABASE() [] []
  23224. [2024-03-21 13:56:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23225. [2024-03-21 13:56:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23226. [2024-03-21 13:56:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23227. [2024-03-21 13:56:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23228. [2024-03-21 13:56:12] doctrine.DEBUG: SELECT DATABASE() [] []
  23229. [2024-03-21 13:56:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23230. [2024-03-21 13:56:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23231. [2024-03-21 13:56:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23232. [2024-03-21 13:56:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23233. [2024-03-21 13:56:13] doctrine.DEBUG: SELECT DATABASE() [] []
  23234. [2024-03-21 13:56:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23235. [2024-03-21 13:56:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23236. [2024-03-21 13:56:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23237. [2024-03-21 13:56:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23238. [2024-03-21 13:56:14] doctrine.DEBUG: SELECT DATABASE() [] []
  23239. [2024-03-21 13:56:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23240. [2024-03-21 13:56:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23241. [2024-03-21 13:56:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23242. [2024-03-21 13:56:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23243. [2024-03-21 13:56:14] doctrine.DEBUG: SELECT DATABASE() [] []
  23244. [2024-03-21 13:56:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23245. [2024-03-21 13:56:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23246. [2024-03-21 13:56:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23247. [2024-03-21 13:56:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23248. [2024-03-21 13:56:16] doctrine.DEBUG: SELECT DATABASE() [] []
  23249. [2024-03-21 13:56:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23250. [2024-03-21 13:56:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23251. [2024-03-21 13:56:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23252. [2024-03-21 13:56:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23253. [2024-03-21 13:56:17] doctrine.DEBUG: SELECT DATABASE() [] []
  23254. [2024-03-21 13:56:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23255. [2024-03-21 13:56:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23256. [2024-03-21 13:56:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23257. [2024-03-21 13:56:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23258. [2024-03-21 13:56:18] doctrine.DEBUG: SELECT DATABASE() [] []
  23259. [2024-03-21 13:56:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23260. [2024-03-21 13:56:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23261. [2024-03-21 13:56:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23262. [2024-03-21 13:56:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23263. [2024-03-21 13:56:19] doctrine.DEBUG: SELECT DATABASE() [] []
  23264. [2024-03-21 13:56:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23265. [2024-03-21 13:56:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23266. [2024-03-21 13:56:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23267. [2024-03-21 13:56:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23268. [2024-03-21 13:56:20] doctrine.DEBUG: SELECT DATABASE() [] []
  23269. [2024-03-21 13:56:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23270. [2024-03-21 13:56:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23271. [2024-03-21 13:56:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23272. [2024-03-21 13:56:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23273. [2024-03-21 13:56:21] doctrine.DEBUG: SELECT DATABASE() [] []
  23274. [2024-03-21 13:56:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23275. [2024-03-21 13:56:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23276. [2024-03-21 13:56:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23277. [2024-03-21 13:56:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23278. [2024-03-21 13:56:22] doctrine.DEBUG: SELECT DATABASE() [] []
  23279. [2024-03-21 13:56:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23280. [2024-03-21 13:56:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23281. [2024-03-21 13:56:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23282. [2024-03-21 13:56:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23283. [2024-03-21 13:56:23] doctrine.DEBUG: SELECT DATABASE() [] []
  23284. [2024-03-21 13:56:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23285. [2024-03-21 13:56:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23286. [2024-03-21 13:56:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23287. [2024-03-21 13:56:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23288. [2024-03-21 13:56:24] doctrine.DEBUG: SELECT DATABASE() [] []
  23289. [2024-03-21 13:56:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23290. [2024-03-21 13:56:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/portal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23291. [2024-03-21 13:56:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23292. [2024-03-21 13:56:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23293. [2024-03-21 13:56:26] doctrine.DEBUG: SELECT DATABASE() [] []
  23294. [2024-03-21 13:56:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23295. [2024-03-21 13:56:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/portal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23296. [2024-03-21 13:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23297. [2024-03-21 13:56:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23298. [2024-03-21 13:56:27] doctrine.DEBUG: SELECT DATABASE() [] []
  23299. [2024-03-21 13:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23300. [2024-03-21 13:56:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23301. [2024-03-21 13:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23302. [2024-03-21 13:56:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23303. [2024-03-21 13:56:28] doctrine.DEBUG: SELECT DATABASE() [] []
  23304. [2024-03-21 13:56:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23305. [2024-03-21 13:56:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23306. [2024-03-21 13:56:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23307. [2024-03-21 13:56:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23308. [2024-03-21 13:56:29] doctrine.DEBUG: SELECT DATABASE() [] []
  23309. [2024-03-21 13:56:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23310. [2024-03-21 13:56:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23311. [2024-03-21 13:56:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23312. [2024-03-21 13:56:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23313. [2024-03-21 13:56:30] doctrine.DEBUG: SELECT DATABASE() [] []
  23314. [2024-03-21 13:56:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23315. [2024-03-21 13:56:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23316. [2024-03-21 13:56:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23317. [2024-03-21 13:56:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23318. [2024-03-21 13:56:31] doctrine.DEBUG: SELECT DATABASE() [] []
  23319. [2024-03-21 13:56:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23320. [2024-03-21 13:56:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23321. [2024-03-21 13:56:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23322. [2024-03-21 13:56:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23323. [2024-03-21 13:56:32] doctrine.DEBUG: SELECT DATABASE() [] []
  23324. [2024-03-21 13:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23325. [2024-03-21 13:56:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23326. [2024-03-21 13:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23327. [2024-03-21 13:56:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23328. [2024-03-21 13:56:33] doctrine.DEBUG: SELECT DATABASE() [] []
  23329. [2024-03-21 13:56:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23330. [2024-03-21 13:56:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23331. [2024-03-21 13:56:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23332. [2024-03-21 13:56:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23333. [2024-03-21 13:56:34] doctrine.DEBUG: SELECT DATABASE() [] []
  23334. [2024-03-21 13:56:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23335. [2024-03-21 13:56:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23336. [2024-03-21 13:56:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23337. [2024-03-21 13:56:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23338. [2024-03-21 13:56:36] doctrine.DEBUG: SELECT DATABASE() [] []
  23339. [2024-03-21 13:56:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23340. [2024-03-21 13:56:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23341. [2024-03-21 13:56:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23342. [2024-03-21 13:56:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23343. [2024-03-21 13:56:37] doctrine.DEBUG: SELECT DATABASE() [] []
  23344. [2024-03-21 13:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23345. [2024-03-21 13:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23346. [2024-03-21 13:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23347. [2024-03-21 13:56:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23348. [2024-03-21 13:56:39] doctrine.DEBUG: SELECT DATABASE() [] []
  23349. [2024-03-21 13:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23350. [2024-03-21 13:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23351. [2024-03-21 13:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23352. [2024-03-21 13:56:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23353. [2024-03-21 13:56:39] doctrine.DEBUG: SELECT DATABASE() [] []
  23354. [2024-03-21 13:56:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23355. [2024-03-21 13:56:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23356. [2024-03-21 13:56:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23357. [2024-03-21 13:56:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23358. [2024-03-21 13:56:41] doctrine.DEBUG: SELECT DATABASE() [] []
  23359. [2024-03-21 13:56:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23360. [2024-03-21 13:56:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23361. [2024-03-21 13:56:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23362. [2024-03-21 13:56:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23363. [2024-03-21 13:56:42] doctrine.DEBUG: SELECT DATABASE() [] []
  23364. [2024-03-21 13:56:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23365. [2024-03-21 13:56:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23366. [2024-03-21 13:56:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23367. [2024-03-21 13:56:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23368. [2024-03-21 13:56:43] doctrine.DEBUG: SELECT DATABASE() [] []
  23369. [2024-03-21 13:56:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23370. [2024-03-21 13:56:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23371. [2024-03-21 13:56:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23372. [2024-03-21 13:56:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23373. [2024-03-21 13:56:45] doctrine.DEBUG: SELECT DATABASE() [] []
  23374. [2024-03-21 13:56:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23375. [2024-03-21 13:56:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23376. [2024-03-21 13:56:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23377. [2024-03-21 13:56:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23378. [2024-03-21 13:56:46] doctrine.DEBUG: SELECT DATABASE() [] []
  23379. [2024-03-21 13:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23380. [2024-03-21 13:56:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23381. [2024-03-21 13:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23382. [2024-03-21 13:56:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23383. [2024-03-21 13:56:47] doctrine.DEBUG: SELECT DATABASE() [] []
  23384. [2024-03-21 13:56:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23385. [2024-03-21 13:56:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23386. [2024-03-21 13:56:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23387. [2024-03-21 13:56:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23388. [2024-03-21 13:56:49] doctrine.DEBUG: SELECT DATABASE() [] []
  23389. [2024-03-21 13:56:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23390. [2024-03-21 13:56:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23391. [2024-03-21 13:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23392. [2024-03-21 13:56:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23393. [2024-03-21 13:56:50] doctrine.DEBUG: SELECT DATABASE() [] []
  23394. [2024-03-21 13:56:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23395. [2024-03-21 13:56:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23396. [2024-03-21 13:56:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23397. [2024-03-21 13:56:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23398. [2024-03-21 13:56:51] doctrine.DEBUG: SELECT DATABASE() [] []
  23399. [2024-03-21 13:56:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23400. [2024-03-21 13:56:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23401. [2024-03-21 13:56:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23402. [2024-03-21 13:56:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23403. [2024-03-21 13:56:52] doctrine.DEBUG: SELECT DATABASE() [] []
  23404. [2024-03-21 13:56:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23405. [2024-03-21 13:56:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23406. [2024-03-21 13:56:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23407. [2024-03-21 13:56:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23408. [2024-03-21 13:56:53] doctrine.DEBUG: SELECT DATABASE() [] []
  23409. [2024-03-21 13:56:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23410. [2024-03-21 13:56:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23411. [2024-03-21 13:56:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23412. [2024-03-21 13:56:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23413. [2024-03-21 13:56:54] doctrine.DEBUG: SELECT DATABASE() [] []
  23414. [2024-03-21 13:56:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23415. [2024-03-21 13:56:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23416. [2024-03-21 13:56:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23417. [2024-03-21 13:56:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23418. [2024-03-21 13:56:56] doctrine.DEBUG: SELECT DATABASE() [] []
  23419. [2024-03-21 13:56:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23420. [2024-03-21 13:56:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23421. [2024-03-21 13:56:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23422. [2024-03-21 13:56:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23423. [2024-03-21 13:56:56] doctrine.DEBUG: SELECT DATABASE() [] []
  23424. [2024-03-21 13:56:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23425. [2024-03-21 13:56:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23426. [2024-03-21 13:56:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23427. [2024-03-21 13:56:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23428. [2024-03-21 13:56:58] doctrine.DEBUG: SELECT DATABASE() [] []
  23429. [2024-03-21 13:57:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23430. [2024-03-21 13:57:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /production/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /production/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23431. [2024-03-21 13:57:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23432. [2024-03-21 13:57:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23433. [2024-03-21 13:57:00] doctrine.DEBUG: SELECT DATABASE() [] []
  23434. [2024-03-21 13:57:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23435. [2024-03-21 13:57:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /production/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /production/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23436. [2024-03-21 13:57:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23437. [2024-03-21 13:57:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23438. [2024-03-21 13:57:02] doctrine.DEBUG: SELECT DATABASE() [] []
  23439. [2024-03-21 13:57:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23440. [2024-03-21 13:57:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23441. [2024-03-21 13:57:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23442. [2024-03-21 13:57:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23443. [2024-03-21 13:57:03] doctrine.DEBUG: SELECT DATABASE() [] []
  23444. [2024-03-21 13:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23445. [2024-03-21 13:57:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23446. [2024-03-21 13:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23447. [2024-03-21 13:57:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23448. [2024-03-21 13:57:05] doctrine.DEBUG: SELECT DATABASE() [] []
  23449. [2024-03-21 13:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23450. [2024-03-21 13:57:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites/all/libraries/mailchimp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites/all/libraries/mailchimp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23451. [2024-03-21 13:57:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23452. [2024-03-21 13:57:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23453. [2024-03-21 13:57:06] doctrine.DEBUG: SELECT DATABASE() [] []
  23454. [2024-03-21 13:57:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23455. [2024-03-21 13:57:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites/all/libraries/mailchimp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites/all/libraries/mailchimp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23456. [2024-03-21 13:57:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23457. [2024-03-21 13:57:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23458. [2024-03-21 13:57:07] doctrine.DEBUG: SELECT DATABASE() [] []
  23459. [2024-03-21 13:57:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23460. [2024-03-21 13:57:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23461. [2024-03-21 13:57:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23462. [2024-03-21 13:57:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23463. [2024-03-21 13:57:09] doctrine.DEBUG: SELECT DATABASE() [] []
  23464. [2024-03-21 13:57:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23465. [2024-03-21 13:57:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23466. [2024-03-21 13:57:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23467. [2024-03-21 13:57:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23468. [2024-03-21 13:57:11] doctrine.DEBUG: SELECT DATABASE() [] []
  23469. [2024-03-21 13:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23470. [2024-03-21 13:57:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23471. [2024-03-21 13:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23472. [2024-03-21 13:57:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23473. [2024-03-21 13:57:12] doctrine.DEBUG: SELECT DATABASE() [] []
  23474. [2024-03-21 13:57:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23475. [2024-03-21 13:57:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23476. [2024-03-21 13:57:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23477. [2024-03-21 13:57:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23478. [2024-03-21 13:57:14] doctrine.DEBUG: SELECT DATABASE() [] []
  23479. [2024-03-21 13:57:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23480. [2024-03-21 13:57:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23481. [2024-03-21 13:57:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23482. [2024-03-21 13:57:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23483. [2024-03-21 13:57:15] doctrine.DEBUG: SELECT DATABASE() [] []
  23484. [2024-03-21 13:57:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23485. [2024-03-21 13:57:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23486. [2024-03-21 13:57:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23487. [2024-03-21 13:57:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23488. [2024-03-21 13:57:16] doctrine.DEBUG: SELECT DATABASE() [] []
  23489. [2024-03-21 13:57:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23490. [2024-03-21 13:57:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23491. [2024-03-21 13:57:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23492. [2024-03-21 13:57:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23493. [2024-03-21 13:57:17] doctrine.DEBUG: SELECT DATABASE() [] []
  23494. [2024-03-21 13:57:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23495. [2024-03-21 13:57:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23496. [2024-03-21 13:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23497. [2024-03-21 13:57:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23498. [2024-03-21 13:57:18] doctrine.DEBUG: SELECT DATABASE() [] []
  23499. [2024-03-21 17:05:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23500. [2024-03-21 17:05:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23501. [2024-03-21 17:05:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23502. [2024-03-21 17:05:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23503. [2024-03-21 17:05:59] doctrine.DEBUG: SELECT DATABASE() [] []
  23504. [2024-03-22 23:28:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23505. [2024-03-22 23:28:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23506. [2024-03-22 23:28:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23507. [2024-03-22 23:28:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23508. [2024-03-22 23:28:33] doctrine.DEBUG: SELECT DATABASE() [] []
  23509. [2024-03-23 13:09:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23510. [2024-03-23 13:09:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23511. [2024-03-23 13:09:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23512. [2024-03-23 13:09:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23513. [2024-03-23 13:09:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23514. [2024-03-23 13:09:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23515. [2024-03-23 13:09:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23516. [2024-03-23 13:09:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23517. [2024-03-23 13:09:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23518. [2024-03-23 13:09:51] doctrine.DEBUG: SELECT DATABASE() [] []
  23519. [2024-03-23 16:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23520. [2024-03-23 16:31:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23521. [2024-03-23 16:31:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23522. [2024-03-23 16:31:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23523. [2024-03-23 16:32:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23524. [2024-03-23 16:32:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23525. [2024-03-23 16:32:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23526. [2024-03-23 16:32:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23527. [2024-03-23 16:32:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23528. [2024-03-23 16:32:00] doctrine.DEBUG: SELECT DATABASE() [] []
  23529. [2024-03-23 16:32:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23530. [2024-03-23 16:32:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23531. [2024-03-23 16:32:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23532. [2024-03-23 16:32:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23533. [2024-03-23 16:32:01] doctrine.DEBUG: SELECT DATABASE() [] []
  23534. [2024-03-23 16:32:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23535. [2024-03-23 16:32:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23536. [2024-03-23 16:32:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23537. [2024-03-23 16:32:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23538. [2024-03-23 16:32:02] doctrine.DEBUG: SELECT DATABASE() [] []
  23539. [2024-03-23 16:32:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23540. [2024-03-23 16:32:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23541. [2024-03-23 16:32:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23542. [2024-03-23 16:32:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23543. [2024-03-23 16:32:03] doctrine.DEBUG: SELECT DATABASE() [] []
  23544. [2024-03-25 06:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23545. [2024-03-25 06:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23546. [2024-03-25 06:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23547. [2024-03-25 06:34:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23548. [2024-03-25 06:34:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23549. [2024-03-25 06:34:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23550. [2024-03-25 06:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23551. [2024-03-25 06:34:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23552. [2024-03-25 06:34:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23553. [2024-03-25 06:34:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23554. [2024-03-25 06:34:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23555. [2024-03-25 06:34:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23556. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23557. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23558. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23559. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23560. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23561. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23562. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23563. [2024-03-25 06:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23564. [2024-03-25 06:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23565. [2024-03-25 06:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23566. [2024-03-25 06:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23567. [2024-03-25 06:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23568. [2024-03-25 06:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23569. [2024-03-25 06:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23570. [2024-03-25 06:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23571. [2024-03-25 06:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23572. [2024-03-25 06:34:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23573. [2024-03-25 06:34:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23574. [2024-03-25 06:34:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23575. [2024-03-25 06:34:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23576. [2024-03-25 06:34:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23577. [2024-03-25 06:34:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23578. [2024-03-25 06:34:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23579. [2024-03-25 06:34:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23580. [2024-03-25 06:34:46] doctrine.DEBUG: SELECT DATABASE() [] []
  23581. [2024-03-25 06:34:46] doctrine.DEBUG: SELECT DATABASE() [] []
  23582. [2024-03-25 06:34:46] doctrine.DEBUG: SELECT DATABASE() [] []
  23583. [2024-03-25 06:34:46] doctrine.DEBUG: SELECT DATABASE() [] []
  23584. [2024-03-25 06:34:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23585. [2024-03-25 06:34:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23586. [2024-03-25 06:34:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23587. [2024-03-25 06:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23588. [2024-03-25 06:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23589. [2024-03-25 06:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23590. [2024-03-25 06:34:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23591. [2024-03-25 06:34:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23592. [2024-03-25 06:34:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23593. [2024-03-25 06:34:54] doctrine.DEBUG: SELECT DATABASE() [] []
  23594. [2024-03-25 06:35:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23595. [2024-03-25 06:35:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23596. [2024-03-25 06:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23597. [2024-03-25 06:35:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23598. [2024-03-25 06:35:28] doctrine.DEBUG: SELECT DATABASE() [] []
  23599. [2024-03-25 06:35:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23600. [2024-03-25 06:35:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23601. [2024-03-25 06:35:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23602. [2024-03-25 06:35:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23603. [2024-03-25 06:35:53] doctrine.DEBUG: SELECT DATABASE() [] []
  23604. [2024-03-25 06:40:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23605. [2024-03-25 06:40:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23606. [2024-03-25 06:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23607. [2024-03-25 06:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23608. [2024-03-25 06:40:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23609. [2024-03-25 06:40:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23610. [2024-03-25 06:40:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23611. [2024-03-25 06:40:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23612. [2024-03-25 06:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23613. [2024-03-25 06:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23614. [2024-03-25 06:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23615. [2024-03-25 06:40:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23616. [2024-03-25 06:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23617. [2024-03-25 06:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23618. [2024-03-25 06:40:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23619. [2024-03-25 06:40:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23620. [2024-03-25 06:40:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23621. [2024-03-25 06:40:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23622. [2024-03-25 06:40:25] doctrine.DEBUG: SELECT DATABASE() [] []
  23623. [2024-03-25 06:40:25] doctrine.DEBUG: SELECT DATABASE() [] []
  23624. [2024-03-25 06:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23625. [2024-03-25 06:40:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23626. [2024-03-25 06:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23627. [2024-03-25 06:40:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23628. [2024-03-25 06:40:26] doctrine.DEBUG: SELECT DATABASE() [] []
  23629. [2024-03-25 06:46:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23630. [2024-03-25 06:46:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23631. [2024-03-25 06:46:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23632. [2024-03-25 06:46:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23633. [2024-03-25 06:46:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23634. [2024-03-25 06:46:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23635. [2024-03-25 06:46:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23636. [2024-03-25 06:46:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23637. [2024-03-25 06:46:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23638. [2024-03-25 06:46:29] doctrine.DEBUG: SELECT DATABASE() [] []
  23639. [2024-03-25 06:46:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23640. [2024-03-25 06:46:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23641. [2024-03-25 06:46:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23642. [2024-03-25 06:46:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23643. [2024-03-25 06:46:30] doctrine.DEBUG: SELECT DATABASE() [] []
  23644. [2024-03-25 08:02:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23645. [2024-03-25 08:02:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23646. [2024-03-25 08:02:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23647. [2024-03-25 08:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23648. [2024-03-25 08:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23649. [2024-03-25 08:02:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23650. [2024-03-25 08:02:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23651. [2024-03-25 08:02:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23652. [2024-03-25 08:02:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23653. [2024-03-25 08:02:52] doctrine.DEBUG: SELECT DATABASE() [] []
  23654. [2024-03-25 08:02:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23655. [2024-03-25 08:02:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23656. [2024-03-25 08:02:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23657. [2024-03-25 08:02:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23658. [2024-03-25 08:02:53] doctrine.DEBUG: SELECT DATABASE() [] []
  23659. [2024-03-25 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23660. [2024-03-25 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23661. [2024-03-25 08:08:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23662. [2024-03-25 08:08:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23663. [2024-03-25 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23664. [2024-03-25 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23665. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23666. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23667. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23668. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23669. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23670. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23671. [2024-03-25 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23672. [2024-03-25 08:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23673. [2024-03-25 08:08:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23674. [2024-03-25 08:08:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23675. [2024-03-25 08:08:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23676. [2024-03-25 08:08:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23677. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT DATABASE() [] []
  23678. [2024-03-25 08:08:50] doctrine.DEBUG: SELECT DATABASE() [] []
  23679. [2024-03-25 10:34:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23680. [2024-03-25 10:34:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23681. [2024-03-25 10:34:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23682. [2024-03-25 10:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23683. [2024-03-25 10:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23684. [2024-03-25 10:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23685. [2024-03-25 10:34:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23686. [2024-03-25 10:34:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23687. [2024-03-25 10:34:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23688. [2024-03-25 10:34:37] doctrine.DEBUG: SELECT DATABASE() [] []
  23689. [2024-03-25 10:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23690. [2024-03-25 10:34:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23691. [2024-03-25 10:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23692. [2024-03-25 10:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23693. [2024-03-25 10:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23694. [2024-03-25 10:34:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23695. [2024-03-25 10:34:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23696. [2024-03-25 10:34:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23697. [2024-03-25 10:34:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23698. [2024-03-25 10:34:45] doctrine.DEBUG: SELECT DATABASE() [] []
  23699. [2024-03-25 10:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23700. [2024-03-25 10:55:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23701. [2024-03-25 10:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23702. [2024-03-25 10:55:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23703. [2024-03-25 10:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23704. [2024-03-25 10:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23705. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23706. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23707. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23708. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23709. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23710. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23711. [2024-03-25 10:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23712. [2024-03-25 10:55:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23713. [2024-03-25 10:55:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23714. [2024-03-25 10:55:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23715. [2024-03-25 10:55:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23716. [2024-03-25 10:55:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23717. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT DATABASE() [] []
  23718. [2024-03-25 10:55:57] doctrine.DEBUG: SELECT DATABASE() [] []
  23719. [2024-03-25 14:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23720. [2024-03-25 14:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23721. [2024-03-25 14:34:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23722. [2024-03-25 14:34:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23723. [2024-03-25 14:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23724. [2024-03-25 14:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23725. [2024-03-25 14:34:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23726. [2024-03-25 14:34:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23727. [2024-03-25 14:34:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23728. [2024-03-25 14:34:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23729. [2024-03-25 14:34:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23730. [2024-03-25 14:34:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23731. [2024-03-25 14:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23732. [2024-03-25 14:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23733. [2024-03-25 14:34:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23734. [2024-03-25 14:34:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23735. [2024-03-25 14:34:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23736. [2024-03-25 14:34:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23737. [2024-03-25 14:34:42] doctrine.DEBUG: SELECT DATABASE() [] []
  23738. [2024-03-25 14:34:42] doctrine.DEBUG: SELECT DATABASE() [] []
  23739. [2024-03-25 15:15:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23740. [2024-03-25 15:15:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23741. [2024-03-25 15:15:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23742. [2024-03-25 15:15:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23743. [2024-03-25 15:15:23] doctrine.DEBUG: SELECT DATABASE() [] []
  23744. [2024-03-25 18:34:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23745. [2024-03-25 18:34:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23746. [2024-03-25 18:34:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23747. [2024-03-25 18:34:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23748. [2024-03-25 18:34:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23749. [2024-03-25 18:34:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23750. [2024-03-25 18:34:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23751. [2024-03-25 18:34:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23752. [2024-03-25 18:34:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23753. [2024-03-25 18:34:41] doctrine.DEBUG: SELECT DATABASE() [] []
  23754. [2024-03-25 18:34:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23755. [2024-03-25 18:34:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23756. [2024-03-25 18:34:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23757. [2024-03-25 18:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23758. [2024-03-25 18:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23759. [2024-03-25 18:34:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23760. [2024-03-25 18:34:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23761. [2024-03-25 18:34:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23762. [2024-03-25 18:34:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23763. [2024-03-25 18:34:44] doctrine.DEBUG: SELECT DATABASE() [] []
  23764. [2024-03-25 19:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23765. [2024-03-25 19:46:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23766. [2024-03-25 19:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23767. [2024-03-25 19:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23768. [2024-03-25 19:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23769. [2024-03-25 19:46:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23770. [2024-03-25 19:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23771. [2024-03-25 19:46:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23772. [2024-03-25 19:46:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23773. [2024-03-25 19:46:43] doctrine.DEBUG: SELECT DATABASE() [] []
  23774. [2024-03-25 19:46:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23775. [2024-03-25 19:46:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23776. [2024-03-25 19:46:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23777. [2024-03-25 19:46:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23778. [2024-03-25 19:46:55] doctrine.DEBUG: SELECT DATABASE() [] []
  23779. [2024-03-25 19:46:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23780. [2024-03-25 19:46:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23781. [2024-03-25 19:46:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23782. [2024-03-25 19:46:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23783. [2024-03-25 19:46:58] doctrine.DEBUG: SELECT DATABASE() [] []
  23784. [2024-03-25 19:49:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23785. [2024-03-25 19:49:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23786. [2024-03-25 19:49:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23787. [2024-03-25 19:49:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23788. [2024-03-25 19:49:00] doctrine.DEBUG: SELECT DATABASE() [] []
  23789. [2024-03-25 19:49:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23790. [2024-03-25 19:49:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress/wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress/wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23791. [2024-03-25 19:49:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23792. [2024-03-25 19:49:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23793. [2024-03-25 19:49:02] doctrine.DEBUG: SELECT DATABASE() [] []
  23794. [2024-03-25 19:49:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23795. [2024-03-25 19:49:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/install.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/install.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23796. [2024-03-25 19:49:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23797. [2024-03-25 19:49:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23798. [2024-03-25 19:49:03] doctrine.DEBUG: SELECT DATABASE() [] []
  23799. [2024-03-25 21:30:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23800. [2024-03-25 21:30:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23801. [2024-03-25 21:30:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23802. [2024-03-25 21:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23803. [2024-03-25 21:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23804. [2024-03-25 21:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23805. [2024-03-25 21:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23806. [2024-03-25 21:30:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23807. [2024-03-25 21:30:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23808. [2024-03-25 21:30:08] doctrine.DEBUG: SELECT DATABASE() [] []
  23809. [2024-03-25 21:30:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23810. [2024-03-25 21:30:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23811. [2024-03-25 21:30:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23812. [2024-03-25 21:30:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23813. [2024-03-25 21:30:10] doctrine.DEBUG: SELECT DATABASE() [] []
  23814. [2024-03-25 22:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23815. [2024-03-25 22:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23816. [2024-03-25 22:34:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23817. [2024-03-25 22:34:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23818. [2024-03-25 22:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23819. [2024-03-25 22:34:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23820. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23821. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23822. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23823. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23824. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23825. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23826. [2024-03-25 22:34:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23827. [2024-03-25 22:34:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23828. [2024-03-25 22:34:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23829. [2024-03-25 22:34:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23830. [2024-03-25 22:34:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23831. [2024-03-25 22:34:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23832. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT DATABASE() [] []
  23833. [2024-03-25 22:34:43] doctrine.DEBUG: SELECT DATABASE() [] []
  23834. [2024-03-26 01:40:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23835. [2024-03-26 01:40:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23836. [2024-03-26 01:40:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23837. [2024-03-26 01:40:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23838. [2024-03-26 01:40:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23839. [2024-03-26 01:40:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23840. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23841. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23842. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23843. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23844. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23845. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23846. [2024-03-26 01:40:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23847. [2024-03-26 01:40:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23848. [2024-03-26 01:40:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23849. [2024-03-26 01:40:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23850. [2024-03-26 01:40:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23851. [2024-03-26 01:40:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23852. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT DATABASE() [] []
  23853. [2024-03-26 01:40:16] doctrine.DEBUG: SELECT DATABASE() [] []
  23854. [2024-03-26 01:40:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23855. [2024-03-26 01:40:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23856. [2024-03-26 01:40:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23857. [2024-03-26 01:40:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23858. [2024-03-26 01:40:18] doctrine.DEBUG: SELECT DATABASE() [] []
  23859. [2024-03-26 01:40:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23860. [2024-03-26 01:40:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23861. [2024-03-26 01:40:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23862. [2024-03-26 01:40:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23863. [2024-03-26 01:40:19] doctrine.DEBUG: SELECT DATABASE() [] []
  23864. [2024-03-26 01:40:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23865. [2024-03-26 01:40:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23866. [2024-03-26 01:40:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23867. [2024-03-26 01:40:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23868. [2024-03-26 01:40:21] doctrine.DEBUG: SELECT DATABASE() [] []
  23869. [2024-03-26 01:40:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23870. [2024-03-26 01:40:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23871. [2024-03-26 01:40:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23872. [2024-03-26 01:40:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23873. [2024-03-26 01:40:21] doctrine.DEBUG: SELECT DATABASE() [] []
  23874. [2024-03-26 15:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23875. [2024-03-26 15:40:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23876. [2024-03-26 15:40:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23877. [2024-03-26 15:40:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23878. [2024-03-26 15:40:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23879. [2024-03-26 15:40:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23880. [2024-03-26 15:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23881. [2024-03-26 15:40:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23882. [2024-03-26 15:40:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23883. [2024-03-26 15:40:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23884. [2024-03-26 15:40:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23885. [2024-03-26 15:40:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23886. [2024-03-26 15:40:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23887. [2024-03-26 15:40:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23888. [2024-03-26 15:40:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23889. [2024-03-26 15:40:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23890. [2024-03-26 15:40:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23891. [2024-03-26 15:40:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23892. [2024-03-26 15:40:28] doctrine.DEBUG: SELECT DATABASE() [] []
  23893. [2024-03-26 15:40:28] doctrine.DEBUG: SELECT DATABASE() [] []
  23894. [2024-03-26 18:04:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23895. [2024-03-26 18:04:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23896. [2024-03-26 18:04:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23897. [2024-03-26 18:04:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23898. [2024-03-26 18:04:03] doctrine.DEBUG: SELECT DATABASE() [] []
  23899. [2024-03-27 01:23:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23900. [2024-03-27 01:23:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23901. [2024-03-27 01:23:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23902. [2024-03-27 01:23:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23903. [2024-03-27 01:23:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23904. [2024-03-27 01:23:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23905. [2024-03-27 01:23:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23906. [2024-03-27 01:23:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23907. [2024-03-27 01:23:43] doctrine.DEBUG: SELECT DATABASE() [] []
  23908. [2024-03-27 01:23:43] doctrine.DEBUG: SELECT DATABASE() [] []
  23909. [2024-03-27 01:42:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23910. [2024-03-27 01:42:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  23911. [2024-03-27 01:42:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23912. [2024-03-27 01:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23913. [2024-03-27 01:42:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23914. [2024-03-27 01:42:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23915. [2024-03-27 01:42:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23916. [2024-03-27 01:42:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23917. [2024-03-27 01:42:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23918. [2024-03-27 01:42:09] doctrine.DEBUG: SELECT DATABASE() [] []
  23919. [2024-03-27 01:42:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23920. [2024-03-27 01:42:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23921. [2024-03-27 01:42:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23922. [2024-03-27 01:42:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23923. [2024-03-27 01:42:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23924. [2024-03-27 01:42:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23925. [2024-03-27 01:42:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23926. [2024-03-27 01:42:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23927. [2024-03-27 01:42:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23928. [2024-03-27 01:42:10] doctrine.DEBUG: SELECT DATABASE() [] []
  23929. [2024-03-27 01:45:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23930. [2024-03-27 01:45:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23931. [2024-03-27 01:45:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23932. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23933. [2024-03-27 01:45:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23934. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23935. [2024-03-27 01:45:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23936. [2024-03-27 01:45:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23937. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23938. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23939. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23940. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23941. [2024-03-27 01:45:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23942. [2024-03-27 01:45:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23943. [2024-03-27 01:45:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23944. [2024-03-27 01:45:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23945. [2024-03-27 01:45:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23946. [2024-03-27 01:45:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23947. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT DATABASE() [] []
  23948. [2024-03-27 01:45:59] doctrine.DEBUG: SELECT DATABASE() [] []
  23949. [2024-03-27 01:46:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23950. [2024-03-27 01:46:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23951. [2024-03-27 01:46:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23952. [2024-03-27 01:46:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23953. [2024-03-27 01:46:00] doctrine.DEBUG: SELECT DATABASE() [] []
  23954. [2024-03-27 01:46:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23955. [2024-03-27 01:46:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23956. [2024-03-27 01:46:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23957. [2024-03-27 01:46:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23958. [2024-03-27 01:46:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23959. [2024-03-27 01:46:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23960. [2024-03-27 01:46:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23961. [2024-03-27 01:46:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23962. [2024-03-27 01:46:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23963. [2024-03-27 01:46:01] doctrine.DEBUG: SELECT DATABASE() [] []
  23964. [2024-03-27 01:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23965. [2024-03-27 01:46:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23966. [2024-03-27 01:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23967. [2024-03-27 01:46:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23968. [2024-03-27 01:46:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23969. [2024-03-27 01:46:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23970. [2024-03-27 01:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23971. [2024-03-27 01:46:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23972. [2024-03-27 01:46:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23973. [2024-03-27 01:46:40] doctrine.DEBUG: SELECT DATABASE() [] []
  23974. [2024-03-27 02:39:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23975. [2024-03-27 02:39:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  23976. [2024-03-27 02:39:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23977. [2024-03-27 02:39:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23978. [2024-03-27 02:39:01] doctrine.DEBUG: SELECT DATABASE() [] []
  23979. [2024-03-27 02:39:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23980. [2024-03-27 02:39:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  23981. [2024-03-27 02:39:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23982. [2024-03-27 02:39:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23983. [2024-03-27 02:39:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23984. [2024-03-27 02:39:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23985. [2024-03-27 02:39:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23986. [2024-03-27 02:39:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23987. [2024-03-27 02:39:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23988. [2024-03-27 02:39:57] doctrine.DEBUG: SELECT DATABASE() [] []
  23989. [2024-03-27 02:40:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  23990. [2024-03-27 02:40:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  23991. [2024-03-27 02:40:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  23992. [2024-03-27 02:40:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  23993. [2024-03-27 02:40:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  23994. [2024-03-27 02:40:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  23995. [2024-03-27 02:40:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  23996. [2024-03-27 02:40:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  23997. [2024-03-27 02:40:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  23998. [2024-03-27 02:40:00] doctrine.DEBUG: SELECT DATABASE() [] []
  23999. [2024-03-27 02:40:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24000. [2024-03-27 02:40:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a6c5b"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/1a6c5b","method":"GET"} []
  24001. [2024-03-27 06:41:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24002. [2024-03-27 06:41:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24003. [2024-03-27 06:41:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24004. [2024-03-27 06:41:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24005. [2024-03-27 06:41:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24006. [2024-03-27 06:41:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24007. [2024-03-27 06:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24008. [2024-03-27 06:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24009. [2024-03-27 06:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24010. [2024-03-27 06:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24011. [2024-03-27 06:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24012. [2024-03-27 06:41:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24013. [2024-03-27 06:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24014. [2024-03-27 06:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24015. [2024-03-27 06:41:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24016. [2024-03-27 06:41:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24017. [2024-03-27 06:41:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24018. [2024-03-27 06:41:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24019. [2024-03-27 06:41:11] doctrine.DEBUG: SELECT DATABASE() [] []
  24020. [2024-03-27 06:41:11] doctrine.DEBUG: SELECT DATABASE() [] []
  24021. [2024-03-27 20:59:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24022. [2024-03-27 20:59:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24023. [2024-03-27 20:59:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24024. [2024-03-27 20:59:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24025. [2024-03-27 20:59:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24026. [2024-03-27 20:59:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24027. [2024-03-27 20:59:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24028. [2024-03-27 20:59:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24029. [2024-03-27 20:59:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24030. [2024-03-27 20:59:20] doctrine.DEBUG: SELECT DATABASE() [] []
  24031. [2024-03-28 06:51:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24032. [2024-03-28 06:51:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/HEAD" (from "http://rbbe.asb-digital.fr/.git/HEAD")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/HEAD\" (from \"http://rbbe.asb-digital.fr/.git/HEAD\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24033. [2024-03-28 06:51:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24034. [2024-03-28 06:51:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24035. [2024-03-28 06:51:28] doctrine.DEBUG: SELECT DATABASE() [] []
  24036. [2024-03-28 13:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24037. [2024-03-28 13:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24038. [2024-03-28 13:26:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24039. [2024-03-28 13:26:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24040. [2024-03-28 13:26:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24041. [2024-03-28 13:26:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24042. [2024-03-28 13:26:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24043. [2024-03-28 13:26:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24044. [2024-03-28 13:26:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24045. [2024-03-28 13:26:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24046. [2024-03-28 13:26:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24047. [2024-03-28 13:26:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24048. [2024-03-28 13:26:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24049. [2024-03-28 13:26:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24050. [2024-03-28 13:26:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24051. [2024-03-28 13:26:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24052. [2024-03-28 13:26:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24053. [2024-03-28 13:26:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24054. [2024-03-28 13:26:53] doctrine.DEBUG: SELECT DATABASE() [] []
  24055. [2024-03-28 13:26:53] doctrine.DEBUG: SELECT DATABASE() [] []
  24056. [2024-03-28 18:50:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24057. [2024-03-28 18:50:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24058. [2024-03-28 18:50:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24059. [2024-03-28 18:50:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24060. [2024-03-28 18:50:38] doctrine.DEBUG: SELECT DATABASE() [] []
  24061. [2024-03-29 06:21:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24062. [2024-03-29 06:21:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24063. [2024-03-29 06:21:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24064. [2024-03-29 06:21:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24065. [2024-03-29 06:21:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24066. [2024-03-29 06:21:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24067. [2024-03-29 06:21:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24068. [2024-03-29 06:21:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24069. [2024-03-29 06:21:52] doctrine.DEBUG: SELECT DATABASE() [] []
  24070. [2024-03-29 06:21:52] doctrine.DEBUG: SELECT DATABASE() [] []
  24071. [2024-03-30 02:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24072. [2024-03-30 02:08:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24073. [2024-03-30 02:08:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24074. [2024-03-30 02:08:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24075. [2024-03-30 02:08:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24076. [2024-03-30 02:08:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24077. [2024-03-30 02:08:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24078. [2024-03-30 02:08:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24079. [2024-03-30 02:08:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24080. [2024-03-30 02:08:08] doctrine.DEBUG: SELECT DATABASE() [] []
  24081. [2024-03-30 19:22:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24082. [2024-03-30 19:22:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24083. [2024-03-30 19:22:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24084. [2024-03-30 19:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24085. [2024-03-30 19:22:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24086. [2024-03-30 19:22:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24087. [2024-03-30 19:22:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24088. [2024-03-30 19:22:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24089. [2024-03-30 19:22:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24090. [2024-03-30 19:22:24] doctrine.DEBUG: SELECT DATABASE() [] []
  24091. [2024-03-30 19:32:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24092. [2024-03-30 19:32:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24093. [2024-03-30 19:32:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24094. [2024-03-30 19:32:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24095. [2024-03-30 19:32:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24096. [2024-03-30 19:32:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24097. [2024-03-30 19:32:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24098. [2024-03-30 19:32:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24099. [2024-03-30 19:32:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24100. [2024-03-30 19:32:57] doctrine.DEBUG: SELECT DATABASE() [] []
  24101. [2024-03-31 05:42:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24102. [2024-03-31 05:42:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24103. [2024-03-31 05:42:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24104. [2024-03-31 05:42:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24105. [2024-03-31 05:42:24] doctrine.DEBUG: SELECT DATABASE() [] []
  24106. [2024-03-31 16:08:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24107. [2024-03-31 16:08:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24108. [2024-03-31 16:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24109. [2024-03-31 16:08:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24110. [2024-03-31 16:08:21] doctrine.DEBUG: SELECT DATABASE() [] []
  24111. [2024-04-01 08:14:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24112. [2024-04-01 08:14:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24113. [2024-04-01 08:14:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24114. [2024-04-01 08:14:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24115. [2024-04-01 08:14:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24116. [2024-04-01 08:14:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24117. [2024-04-01 08:14:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24118. [2024-04-01 08:14:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24119. [2024-04-01 08:14:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24120. [2024-04-01 08:14:06] doctrine.DEBUG: SELECT DATABASE() [] []
  24121. [2024-04-01 08:14:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24122. [2024-04-01 08:14:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24123. [2024-04-01 08:14:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24124. [2024-04-01 08:14:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24125. [2024-04-01 08:14:13] doctrine.DEBUG: SELECT DATABASE() [] []
  24126. [2024-04-01 09:43:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24127. [2024-04-01 09:43:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24128. [2024-04-01 09:43:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24129. [2024-04-01 09:43:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24130. [2024-04-01 09:43:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24131. [2024-04-01 09:43:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24132. [2024-04-01 09:43:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24133. [2024-04-01 09:43:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24134. [2024-04-01 09:43:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24135. [2024-04-01 09:43:38] doctrine.DEBUG: SELECT DATABASE() [] []
  24136. [2024-04-01 09:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24137. [2024-04-01 09:43:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24138. [2024-04-01 09:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24139. [2024-04-01 09:43:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24140. [2024-04-01 09:43:45] doctrine.DEBUG: SELECT DATABASE() [] []
  24141. [2024-04-01 09:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24142. [2024-04-01 09:43:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24143. [2024-04-01 09:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24144. [2024-04-01 09:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24145. [2024-04-01 09:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24146. [2024-04-01 09:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24147. [2024-04-01 09:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24148. [2024-04-01 09:43:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24149. [2024-04-01 09:43:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24150. [2024-04-01 09:43:47] doctrine.DEBUG: SELECT DATABASE() [] []
  24151. [2024-04-01 09:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24152. [2024-04-01 09:43:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24153. [2024-04-01 09:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24154. [2024-04-01 09:43:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24155. [2024-04-01 09:43:49] doctrine.DEBUG: SELECT DATABASE() [] []
  24156. [2024-04-01 09:59:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24157. [2024-04-01 09:59:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24158. [2024-04-01 09:59:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24159. [2024-04-01 09:59:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24160. [2024-04-01 09:59:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24161. [2024-04-01 09:59:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24162. [2024-04-01 09:59:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24163. [2024-04-01 09:59:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24164. [2024-04-01 09:59:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24165. [2024-04-01 09:59:08] doctrine.DEBUG: SELECT DATABASE() [] []
  24166. [2024-04-01 09:59:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24167. [2024-04-01 09:59:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24168. [2024-04-01 09:59:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24169. [2024-04-01 09:59:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24170. [2024-04-01 09:59:14] doctrine.DEBUG: SELECT DATABASE() [] []
  24171. [2024-04-01 09:59:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24172. [2024-04-01 09:59:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24173. [2024-04-01 09:59:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24174. [2024-04-01 09:59:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24175. [2024-04-01 09:59:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24176. [2024-04-01 09:59:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24177. [2024-04-01 09:59:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24178. [2024-04-01 09:59:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24179. [2024-04-01 09:59:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24180. [2024-04-01 09:59:16] doctrine.DEBUG: SELECT DATABASE() [] []
  24181. [2024-04-01 09:59:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24182. [2024-04-01 09:59:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24183. [2024-04-01 09:59:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24184. [2024-04-01 09:59:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24185. [2024-04-01 09:59:23] doctrine.DEBUG: SELECT DATABASE() [] []
  24186. [2024-04-01 13:59:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24187. [2024-04-01 13:59:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24188. [2024-04-01 13:59:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24189. [2024-04-01 13:59:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24190. [2024-04-01 13:59:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24191. [2024-04-01 13:59:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24192. [2024-04-01 13:59:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24193. [2024-04-01 13:59:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24194. [2024-04-01 13:59:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24195. [2024-04-01 13:59:00] doctrine.DEBUG: SELECT DATABASE() [] []
  24196. [2024-04-01 14:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24197. [2024-04-01 14:52:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24198. [2024-04-01 14:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24199. [2024-04-01 14:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24200. [2024-04-01 14:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24201. [2024-04-01 14:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24202. [2024-04-01 14:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24203. [2024-04-01 14:52:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24204. [2024-04-01 14:52:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24205. [2024-04-01 14:52:00] doctrine.DEBUG: SELECT DATABASE() [] []
  24206. [2024-04-01 19:54:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24207. [2024-04-01 19:54:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24208. [2024-04-01 19:54:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24209. [2024-04-01 19:54:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24210. [2024-04-01 19:55:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24211. [2024-04-01 19:55:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24212. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24213. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24214. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24215. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24216. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24217. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24218. [2024-04-01 19:55:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24219. [2024-04-01 19:55:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24220. [2024-04-01 19:55:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24221. [2024-04-01 19:55:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24222. [2024-04-01 19:55:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24223. [2024-04-01 19:55:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24224. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT DATABASE() [] []
  24225. [2024-04-01 19:55:01] doctrine.DEBUG: SELECT DATABASE() [] []
  24226. [2024-04-01 19:55:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24227. [2024-04-01 19:55:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24228. [2024-04-01 19:55:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24229. [2024-04-01 19:55:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24230. [2024-04-01 19:55:19] doctrine.DEBUG: SELECT DATABASE() [] []
  24231. [2024-04-01 23:29:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24232. [2024-04-01 23:29:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24233. [2024-04-01 23:29:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24234. [2024-04-01 23:29:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24235. [2024-04-01 23:29:30] doctrine.DEBUG: SELECT DATABASE() [] []
  24236. [2024-04-02 21:34:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24237. [2024-04-02 21:34:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24238. [2024-04-02 21:34:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24239. [2024-04-02 21:34:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24240. [2024-04-02 21:34:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24241. [2024-04-02 21:34:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24242. [2024-04-02 21:34:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24243. [2024-04-02 21:34:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24244. [2024-04-02 21:34:32] doctrine.DEBUG: SELECT DATABASE() [] []
  24245. [2024-04-02 21:34:32] doctrine.DEBUG: SELECT DATABASE() [] []
  24246. [2024-04-03 09:13:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24247. [2024-04-03 09:13:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24248. [2024-04-03 09:13:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24249. [2024-04-03 09:13:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24250. [2024-04-03 09:13:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24251. [2024-04-03 09:13:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24252. [2024-04-03 09:13:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24253. [2024-04-03 09:13:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24254. [2024-04-03 09:13:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24255. [2024-04-03 09:13:29] doctrine.DEBUG: SELECT DATABASE() [] []
  24256. [2024-04-03 20:36:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24257. [2024-04-03 20:36:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24258. [2024-04-03 20:36:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24259. [2024-04-03 20:36:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24260. [2024-04-03 20:36:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24261. [2024-04-03 20:36:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24262. [2024-04-03 20:36:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24263. [2024-04-03 20:36:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24264. [2024-04-03 20:36:13] doctrine.DEBUG: SELECT DATABASE() [] []
  24265. [2024-04-03 20:36:13] doctrine.DEBUG: SELECT DATABASE() [] []
  24266. [2024-04-04 11:44:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24267. [2024-04-04 11:44:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24268. [2024-04-04 11:44:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24269. [2024-04-04 11:44:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24270. [2024-04-04 11:44:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24271. [2024-04-04 11:44:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24272. [2024-04-04 11:44:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24273. [2024-04-04 11:44:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24274. [2024-04-04 11:44:14] doctrine.DEBUG: SELECT DATABASE() [] []
  24275. [2024-04-04 11:44:14] doctrine.DEBUG: SELECT DATABASE() [] []
  24276. [2024-04-04 16:35:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24277. [2024-04-04 16:35:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24278. [2024-04-04 16:35:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24279. [2024-04-04 16:35:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24280. [2024-04-04 16:35:37] doctrine.DEBUG: SELECT DATABASE() [] []
  24281. [2024-04-04 20:31:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24282. [2024-04-04 20:31:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24283. [2024-04-04 20:31:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24284. [2024-04-04 20:31:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24285. [2024-04-04 20:31:57] doctrine.DEBUG: SELECT DATABASE() [] []
  24286. [2024-04-04 20:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24287. [2024-04-04 20:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24288. [2024-04-04 20:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24289. [2024-04-04 20:31:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24290. [2024-04-04 20:31:58] doctrine.DEBUG: SELECT DATABASE() [] []
  24291. [2024-04-04 21:27:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24292. [2024-04-04 21:27:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24293. [2024-04-04 21:27:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24294. [2024-04-04 21:27:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24295. [2024-04-04 21:27:22] doctrine.DEBUG: SELECT DATABASE() [] []
  24296. [2024-04-04 22:45:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24297. [2024-04-04 22:45:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24298. [2024-04-04 22:45:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24299. [2024-04-04 22:45:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24300. [2024-04-04 22:45:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24301. [2024-04-04 22:45:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24302. [2024-04-04 22:45:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24303. [2024-04-04 22:45:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24304. [2024-04-04 22:45:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24305. [2024-04-04 22:45:34] doctrine.DEBUG: SELECT DATABASE() [] []
  24306. [2024-04-05 04:17:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24307. [2024-04-05 04:17:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24308. [2024-04-05 04:17:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24309. [2024-04-05 04:17:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24310. [2024-04-05 04:17:25] doctrine.DEBUG: SELECT DATABASE() [] []
  24311. [2024-04-05 04:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24312. [2024-04-05 04:17:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24313. [2024-04-05 04:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24314. [2024-04-05 04:17:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24315. [2024-04-05 04:17:26] doctrine.DEBUG: SELECT DATABASE() [] []
  24316. [2024-04-05 07:20:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24317. [2024-04-05 07:20:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24318. [2024-04-05 07:20:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24319. [2024-04-05 07:20:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24320. [2024-04-05 07:20:49] doctrine.DEBUG: SELECT DATABASE() [] []
  24321. [2024-04-05 07:20:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24322. [2024-04-05 07:20:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24323. [2024-04-05 07:20:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24324. [2024-04-05 07:20:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24325. [2024-04-05 07:20:50] doctrine.DEBUG: SELECT DATABASE() [] []
  24326. [2024-04-05 11:38:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24327. [2024-04-05 11:38:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24328. [2024-04-05 11:38:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24329. [2024-04-05 11:38:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24330. [2024-04-05 11:38:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24331. [2024-04-05 11:38:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24332. [2024-04-05 11:38:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24333. [2024-04-05 11:38:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24334. [2024-04-05 11:38:59] doctrine.DEBUG: SELECT DATABASE() [] []
  24335. [2024-04-05 11:38:59] doctrine.DEBUG: SELECT DATABASE() [] []
  24336. [2024-04-05 12:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24337. [2024-04-05 12:29:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24338. [2024-04-05 12:29:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24339. [2024-04-05 12:29:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24340. [2024-04-05 12:29:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24341. [2024-04-05 12:29:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24342. [2024-04-05 12:29:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24343. [2024-04-05 12:29:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24344. [2024-04-05 12:29:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24345. [2024-04-05 12:29:37] doctrine.DEBUG: SELECT DATABASE() [] []
  24346. [2024-04-05 12:29:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24347. [2024-04-05 12:29:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24348. [2024-04-05 12:29:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24349. [2024-04-05 12:29:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24350. [2024-04-05 12:29:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24351. [2024-04-05 12:29:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24352. [2024-04-05 12:29:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24353. [2024-04-05 12:29:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24354. [2024-04-05 12:29:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24355. [2024-04-05 12:29:43] doctrine.DEBUG: SELECT DATABASE() [] []
  24356. [2024-04-05 12:29:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24357. [2024-04-05 12:29:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24358. [2024-04-05 12:29:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24359. [2024-04-05 12:29:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24360. [2024-04-05 12:29:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24361. [2024-04-05 12:29:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24362. [2024-04-05 12:29:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24363. [2024-04-05 12:29:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24364. [2024-04-05 12:29:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24365. [2024-04-05 12:29:44] doctrine.DEBUG: SELECT DATABASE() [] []
  24366. [2024-04-05 12:29:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24367. [2024-04-05 12:29:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24368. [2024-04-05 12:29:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24369. [2024-04-05 12:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24370. [2024-04-05 12:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24371. [2024-04-05 12:29:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24372. [2024-04-05 12:29:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24373. [2024-04-05 12:29:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24374. [2024-04-05 12:29:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24375. [2024-04-05 12:29:51] doctrine.DEBUG: SELECT DATABASE() [] []
  24376. [2024-04-05 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24377. [2024-04-05 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24378. [2024-04-05 12:29:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24379. [2024-04-05 12:29:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24380. [2024-04-05 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24381. [2024-04-05 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24382. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24383. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24384. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24385. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24386. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24387. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24388. [2024-04-05 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24389. [2024-04-05 12:29:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24390. [2024-04-05 12:29:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24391. [2024-04-05 12:29:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24392. [2024-04-05 12:29:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24393. [2024-04-05 12:29:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24394. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT DATABASE() [] []
  24395. [2024-04-05 12:29:59] doctrine.DEBUG: SELECT DATABASE() [] []
  24396. [2024-04-05 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24397. [2024-04-05 12:30:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24398. [2024-04-05 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24399. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24400. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24401. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24402. [2024-04-05 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24403. [2024-04-05 12:30:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24404. [2024-04-05 12:30:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24405. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT DATABASE() [] []
  24406. [2024-04-05 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24407. [2024-04-05 12:30:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24408. [2024-04-05 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24409. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24410. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24411. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24412. [2024-04-05 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24413. [2024-04-05 12:30:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24414. [2024-04-05 12:30:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24415. [2024-04-05 12:30:08] doctrine.DEBUG: SELECT DATABASE() [] []
  24416. [2024-04-05 12:30:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24417. [2024-04-05 12:30:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24418. [2024-04-05 12:30:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24419. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24420. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24421. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24422. [2024-04-05 12:30:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24423. [2024-04-05 12:30:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24424. [2024-04-05 12:30:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24425. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT DATABASE() [] []
  24426. [2024-04-05 12:30:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24427. [2024-04-05 12:30:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24428. [2024-04-05 12:30:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24429. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24430. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24431. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24432. [2024-04-05 12:30:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24433. [2024-04-05 12:30:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24434. [2024-04-05 12:30:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24435. [2024-04-05 12:30:16] doctrine.DEBUG: SELECT DATABASE() [] []
  24436. [2024-04-05 17:19:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24437. [2024-04-05 17:19:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24438. [2024-04-05 17:19:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24439. [2024-04-05 17:19:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24440. [2024-04-05 17:19:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24441. [2024-04-05 17:19:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24442. [2024-04-05 17:19:04] doctrine.DEBUG: SELECT DATABASE() [] []
  24443. [2024-04-05 17:19:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24444. [2024-04-05 17:19:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24445. [2024-04-05 17:19:04] doctrine.DEBUG: SELECT DATABASE() [] []
  24446. [2024-04-05 18:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24447. [2024-04-05 18:28:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24448. [2024-04-05 18:28:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24449. [2024-04-05 18:28:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24450. [2024-04-05 18:28:59] doctrine.DEBUG: SELECT DATABASE() [] []
  24451. [2024-04-06 17:42:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24452. [2024-04-06 17:42:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24453. [2024-04-06 17:43:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24454. [2024-04-06 17:43:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24455. [2024-04-06 17:43:00] doctrine.DEBUG: SELECT DATABASE() [] []
  24456. [2024-04-07 18:23:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24457. [2024-04-07 18:23:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24458. [2024-04-07 18:23:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24459. [2024-04-07 18:23:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24460. [2024-04-07 18:23:08] doctrine.DEBUG: SELECT DATABASE() [] []
  24461. [2024-04-08 02:22:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24462. [2024-04-08 02:22:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24463. [2024-04-08 02:22:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24464. [2024-04-08 02:22:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24465. [2024-04-08 02:22:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24466. [2024-04-08 02:22:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24467. [2024-04-08 02:22:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24468. [2024-04-08 02:22:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24469. [2024-04-08 02:22:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24470. [2024-04-08 02:22:48] doctrine.DEBUG: SELECT DATABASE() [] []
  24471. [2024-04-08 02:23:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24472. [2024-04-08 02:23:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24473. [2024-04-08 02:23:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24474. [2024-04-08 02:23:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24475. [2024-04-08 02:23:03] doctrine.DEBUG: SELECT DATABASE() [] []
  24476. [2024-04-08 02:23:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24477. [2024-04-08 02:23:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24478. [2024-04-08 02:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24479. [2024-04-08 02:23:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24480. [2024-04-08 02:23:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24481. [2024-04-08 02:23:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24482. [2024-04-08 02:23:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24483. [2024-04-08 02:23:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24484. [2024-04-08 02:23:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24485. [2024-04-08 02:23:17] doctrine.DEBUG: SELECT DATABASE() [] []
  24486. [2024-04-08 02:23:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24487. [2024-04-08 02:23:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24488. [2024-04-08 02:23:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24489. [2024-04-08 02:23:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24490. [2024-04-08 02:23:25] doctrine.DEBUG: SELECT DATABASE() [] []
  24491. [2024-04-08 14:09:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24492. [2024-04-08 14:09:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24493. [2024-04-08 14:09:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24494. [2024-04-08 14:09:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24495. [2024-04-08 14:09:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24496. [2024-04-08 14:09:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24497. [2024-04-08 14:09:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24498. [2024-04-08 14:09:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24499. [2024-04-08 14:09:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24500. [2024-04-08 14:09:29] doctrine.DEBUG: SELECT DATABASE() [] []
  24501. [2024-04-08 14:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24502. [2024-04-08 14:09:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24503. [2024-04-08 14:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24504. [2024-04-08 14:09:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24505. [2024-04-08 14:09:32] doctrine.DEBUG: SELECT DATABASE() [] []
  24506. [2024-04-08 14:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24507. [2024-04-08 14:09:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24508. [2024-04-08 14:09:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24509. [2024-04-08 14:09:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24510. [2024-04-08 14:09:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24511. [2024-04-08 14:09:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24512. [2024-04-08 14:09:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24513. [2024-04-08 14:09:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24514. [2024-04-08 14:09:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24515. [2024-04-08 14:09:33] doctrine.DEBUG: SELECT DATABASE() [] []
  24516. [2024-04-08 14:09:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24517. [2024-04-08 14:09:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24518. [2024-04-08 14:09:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24519. [2024-04-08 14:09:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24520. [2024-04-08 14:09:33] doctrine.DEBUG: SELECT DATABASE() [] []
  24521. [2024-04-09 18:40:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24522. [2024-04-09 18:40:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24523. [2024-04-09 18:40:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24524. [2024-04-09 18:40:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24525. [2024-04-09 18:40:20] doctrine.DEBUG: SELECT DATABASE() [] []
  24526. [2024-04-09 19:24:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24527. [2024-04-09 19:24:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  24528. [2024-04-09 19:24:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24529. [2024-04-09 19:24:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24530. [2024-04-09 19:24:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24531. [2024-04-09 19:24:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24532. [2024-04-09 19:24:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24533. [2024-04-09 19:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24534. [2024-04-09 19:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24535. [2024-04-09 19:24:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24536. [2024-04-09 19:24:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24537. [2024-04-09 19:24:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24538. [2024-04-09 19:24:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24539. [2024-04-09 19:24:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24540. [2024-04-09 19:24:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24541. [2024-04-09 19:24:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24542. [2024-04-09 19:24:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24543. [2024-04-09 19:24:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24544. [2024-04-09 19:24:30] doctrine.DEBUG: SELECT DATABASE() [] []
  24545. [2024-04-09 19:24:30] doctrine.DEBUG: SELECT DATABASE() [] []
  24546. [2024-04-09 19:24:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24547. [2024-04-09 19:24:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24548. [2024-04-09 19:24:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24549. [2024-04-09 19:24:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24550. [2024-04-09 19:24:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24551. [2024-04-09 19:24:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24552. [2024-04-09 19:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24553. [2024-04-09 19:24:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24554. [2024-04-09 19:24:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24555. [2024-04-09 19:24:59] doctrine.DEBUG: SELECT DATABASE() [] []
  24556. [2024-04-09 19:25:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24557. [2024-04-09 19:25:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24558. [2024-04-09 19:25:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24559. [2024-04-09 19:25:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24560. [2024-04-09 19:25:04] doctrine.DEBUG: SELECT DATABASE() [] []
  24561. [2024-04-09 19:25:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24562. [2024-04-09 19:25:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24563. [2024-04-09 19:25:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24564. [2024-04-09 19:25:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24565. [2024-04-09 19:25:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24566. [2024-04-09 19:25:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24567. [2024-04-09 19:25:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24568. [2024-04-09 19:25:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24569. [2024-04-09 19:25:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24570. [2024-04-09 19:25:06] doctrine.DEBUG: SELECT DATABASE() [] []
  24571. [2024-04-10 05:31:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24572. [2024-04-10 05:31:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24573. [2024-04-10 05:31:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24574. [2024-04-10 05:31:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24575. [2024-04-10 05:31:36] doctrine.DEBUG: SELECT DATABASE() [] []
  24576. [2024-04-10 05:31:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24577. [2024-04-10 05:31:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24578. [2024-04-10 05:31:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24579. [2024-04-10 05:31:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24580. [2024-04-10 05:31:37] doctrine.DEBUG: SELECT DATABASE() [] []
  24581. [2024-04-10 05:31:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24582. [2024-04-10 05:31:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24583. [2024-04-10 05:31:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24584. [2024-04-10 05:31:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24585. [2024-04-10 05:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24586. [2024-04-10 05:31:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24587. [2024-04-10 05:31:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24588. [2024-04-10 05:31:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24589. [2024-04-10 05:31:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24590. [2024-04-10 05:31:39] doctrine.DEBUG: SELECT DATABASE() [] []
  24591. [2024-04-10 17:19:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24592. [2024-04-10 17:19:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://164.132.235.17/robots.txt")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://164.132.235.17/robots.txt\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24593. [2024-04-10 17:19:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24594. [2024-04-10 17:19:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24595. [2024-04-10 17:19:38] doctrine.DEBUG: SELECT DATABASE() [] []
  24596. [2024-04-10 17:19:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24597. [2024-04-10 17:19:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24598. [2024-04-10 17:19:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24599. [2024-04-10 17:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24600. [2024-04-10 17:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24601. [2024-04-10 17:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24602. [2024-04-10 17:19:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24603. [2024-04-10 17:19:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24604. [2024-04-10 17:19:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24605. [2024-04-10 17:19:41] doctrine.DEBUG: SELECT DATABASE() [] []
  24606. [2024-04-10 17:39:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24607. [2024-04-10 17:39:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24608. [2024-04-10 17:39:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24609. [2024-04-10 17:39:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24610. [2024-04-10 17:39:17] doctrine.DEBUG: SELECT DATABASE() [] []
  24611. [2024-04-11 10:53:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24612. [2024-04-11 10:53:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24613. [2024-04-11 10:53:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24614. [2024-04-11 10:53:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24615. [2024-04-11 10:53:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24616. [2024-04-11 10:53:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24617. [2024-04-11 10:53:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24618. [2024-04-11 10:53:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24619. [2024-04-11 10:53:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24620. [2024-04-11 10:53:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24621. [2024-04-11 10:53:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24622. [2024-04-11 10:53:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24623. [2024-04-11 10:53:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24624. [2024-04-11 10:53:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24625. [2024-04-11 10:53:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24626. [2024-04-11 10:53:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24627. [2024-04-11 10:53:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24628. [2024-04-11 10:53:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24629. [2024-04-11 10:53:10] doctrine.DEBUG: SELECT DATABASE() [] []
  24630. [2024-04-11 10:53:10] doctrine.DEBUG: SELECT DATABASE() [] []
  24631. [2024-04-12 11:33:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24632. [2024-04-12 11:33:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  24633. [2024-04-12 11:33:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24634. [2024-04-12 11:33:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24635. [2024-04-12 11:33:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24636. [2024-04-12 11:33:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24637. [2024-04-12 11:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24638. [2024-04-12 11:33:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24639. [2024-04-12 11:33:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24640. [2024-04-12 11:33:03] doctrine.DEBUG: SELECT DATABASE() [] []
  24641. [2024-04-12 21:41:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24642. [2024-04-12 21:41:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24643. [2024-04-12 21:41:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24644. [2024-04-12 21:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24645. [2024-04-12 21:41:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24646. [2024-04-12 21:41:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24647. [2024-04-12 21:41:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24648. [2024-04-12 21:41:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24649. [2024-04-12 21:41:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24650. [2024-04-12 21:41:04] doctrine.DEBUG: SELECT DATABASE() [] []
  24651. [2024-04-12 21:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24652. [2024-04-12 21:41:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24653. [2024-04-12 21:41:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24654. [2024-04-12 21:41:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24655. [2024-04-12 21:41:11] doctrine.DEBUG: SELECT DATABASE() [] []
  24656. [2024-04-12 21:41:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24657. [2024-04-12 21:41:21] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  24658. [2024-04-12 21:41:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24659. [2024-04-12 21:41:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24660. [2024-04-12 21:41:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24661. [2024-04-12 21:41:22] doctrine.DEBUG: SELECT DATABASE() [] []
  24662. [2024-04-12 21:41:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24663. [2024-04-12 21:41:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a90d3"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/9a90d3","method":"GET"} []
  24664. [2024-04-12 21:41:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24665. [2024-04-12 21:41:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24666. [2024-04-12 21:41:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24667. [2024-04-12 21:41:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24668. [2024-04-12 21:41:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24669. [2024-04-12 21:41:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24670. [2024-04-12 21:41:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24671. [2024-04-12 21:41:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24672. [2024-04-12 21:41:38] doctrine.DEBUG: SELECT DATABASE() [] []
  24673. [2024-04-12 21:41:38] doctrine.DEBUG: SELECT DATABASE() [] []
  24674. [2024-04-12 21:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24675. [2024-04-12 21:49:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24676. [2024-04-12 21:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24677. [2024-04-12 21:49:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24678. [2024-04-12 21:49:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24679. [2024-04-12 21:49:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24680. [2024-04-12 21:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24681. [2024-04-12 21:49:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24682. [2024-04-12 21:49:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24683. [2024-04-12 21:49:41] doctrine.DEBUG: SELECT DATABASE() [] []
  24684. [2024-04-12 21:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24685. [2024-04-12 21:49:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24686. [2024-04-12 21:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24687. [2024-04-12 21:49:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24688. [2024-04-12 21:49:42] doctrine.DEBUG: SELECT DATABASE() [] []
  24689. [2024-04-12 21:49:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24690. [2024-04-12 21:49:54] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  24691. [2024-04-12 21:49:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24692. [2024-04-12 21:49:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24693. [2024-04-12 21:49:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24694. [2024-04-12 21:49:54] doctrine.DEBUG: SELECT DATABASE() [] []
  24695. [2024-04-12 21:50:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24696. [2024-04-12 21:50:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08877a"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/08877a","method":"GET"} []
  24697. [2024-04-12 21:50:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24698. [2024-04-12 21:50:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24699. [2024-04-12 21:50:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24700. [2024-04-12 21:50:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app-ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app-ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24701. [2024-04-12 21:50:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24702. [2024-04-12 21:50:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24703. [2024-04-12 21:50:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24704. [2024-04-12 21:50:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24705. [2024-04-12 21:50:55] doctrine.DEBUG: SELECT DATABASE() [] []
  24706. [2024-04-12 21:50:55] doctrine.DEBUG: SELECT DATABASE() [] []
  24707. [2024-04-13 01:27:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24708. [2024-04-13 01:27:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24709. [2024-04-13 01:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24710. [2024-04-13 01:27:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24711. [2024-04-13 01:27:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24712. [2024-04-13 01:27:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24713. [2024-04-13 01:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24714. [2024-04-13 01:27:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24715. [2024-04-13 01:27:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24716. [2024-04-13 01:27:57] doctrine.DEBUG: SELECT DATABASE() [] []
  24717. [2024-04-13 01:28:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24718. [2024-04-13 01:28:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /kcfinder/upload.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /kcfinder/upload.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kcfinder/upload.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24719. [2024-04-13 01:28:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24720. [2024-04-13 01:28:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24721. [2024-04-13 01:28:01] doctrine.DEBUG: SELECT DATABASE() [] []
  24722. [2024-04-13 01:28:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24723. [2024-04-13 01:28:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /asset/kcfinder/upload.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /asset/kcfinder/upload.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset/kcfinder/upload.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24724. [2024-04-13 01:28:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24725. [2024-04-13 01:28:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24726. [2024-04-13 01:28:06] doctrine.DEBUG: SELECT DATABASE() [] []
  24727. [2024-04-13 01:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24728. [2024-04-13 01:28:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/kcfinder/upload.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/kcfinder/upload.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/kcfinder/upload.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24729. [2024-04-13 01:28:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24730. [2024-04-13 01:28:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24731. [2024-04-13 01:28:11] doctrine.DEBUG: SELECT DATABASE() [] []
  24732. [2024-04-13 01:28:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24733. [2024-04-13 01:28:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/kcfinder/upload.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/kcfinder/upload.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/kcfinder/upload.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24734. [2024-04-13 01:28:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24735. [2024-04-13 01:28:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24736. [2024-04-13 01:28:16] doctrine.DEBUG: SELECT DATABASE() [] []
  24737. [2024-04-13 01:28:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24738. [2024-04-13 01:28:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/js/kcfinder/upload.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/js/kcfinder/upload.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/js/kcfinder/upload.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24739. [2024-04-13 01:28:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24740. [2024-04-13 01:28:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24741. [2024-04-13 01:28:21] doctrine.DEBUG: SELECT DATABASE() [] []
  24742. [2024-04-13 01:28:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24743. [2024-04-13 01:28:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/kcfinder/upload.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/kcfinder/upload.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/plugins/kcfinder/upload.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24744. [2024-04-13 01:28:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24745. [2024-04-13 01:28:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24746. [2024-04-13 01:28:25] doctrine.DEBUG: SELECT DATABASE() [] []
  24747. [2024-04-13 01:28:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24748. [2024-04-13 01:28:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/kcfinder/upload.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/kcfinder/upload.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/kcfinder/upload.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24749. [2024-04-13 01:28:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24750. [2024-04-13 01:28:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24751. [2024-04-13 01:28:29] doctrine.DEBUG: SELECT DATABASE() [] []
  24752. [2024-04-13 01:28:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24753. [2024-04-13 01:28:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24754. [2024-04-13 01:28:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24755. [2024-04-13 01:28:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24756. [2024-04-13 01:28:34] doctrine.DEBUG: SELECT DATABASE() [] []
  24757. [2024-04-13 01:28:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24758. [2024-04-13 01:28:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24759. [2024-04-13 01:28:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24760. [2024-04-13 01:28:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24761. [2024-04-13 01:28:38] doctrine.DEBUG: SELECT DATABASE() [] []
  24762. [2024-04-13 01:28:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24763. [2024-04-13 01:28:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/plugins/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24764. [2024-04-13 01:28:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24765. [2024-04-13 01:28:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24766. [2024-04-13 01:28:42] doctrine.DEBUG: SELECT DATABASE() [] []
  24767. [2024-04-13 01:28:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24768. [2024-04-13 01:28:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpformbuilder/plugins/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpformbuilder/plugins/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpformbuilder/plugins/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24769. [2024-04-13 01:28:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24770. [2024-04-13 01:28:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24771. [2024-04-13 01:28:46] doctrine.DEBUG: SELECT DATABASE() [] []
  24772. [2024-04-13 01:28:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24773. [2024-04-13 01:28:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/tinymce/plugins/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/tinymce/plugins/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/tinymce/plugins/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24774. [2024-04-13 01:28:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24775. [2024-04-13 01:28:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24776. [2024-04-13 01:28:50] doctrine.DEBUG: SELECT DATABASE() [] []
  24777. [2024-04-13 01:28:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24778. [2024-04-13 01:28:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24779. [2024-04-13 01:28:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24780. [2024-04-13 01:28:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24781. [2024-04-13 01:28:54] doctrine.DEBUG: SELECT DATABASE() [] []
  24782. [2024-04-13 01:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24783. [2024-04-13 01:28:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24784. [2024-04-13 01:28:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24785. [2024-04-13 01:28:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24786. [2024-04-13 01:28:58] doctrine.DEBUG: SELECT DATABASE() [] []
  24787. [2024-04-13 01:29:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24788. [2024-04-13 01:29:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/elfinder/elfinder.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/elfinder/elfinder.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/plugins/elfinder/elfinder.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24789. [2024-04-13 01:29:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24790. [2024-04-13 01:29:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24791. [2024-04-13 01:29:02] doctrine.DEBUG: SELECT DATABASE() [] []
  24792. [2024-04-13 01:29:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24793. [2024-04-13 01:29:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/elfinder/elfinder.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/elfinder/elfinder.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/elfinder/elfinder.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24794. [2024-04-13 01:29:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24795. [2024-04-13 01:29:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24796. [2024-04-13 01:29:06] doctrine.DEBUG: SELECT DATABASE() [] []
  24797. [2024-04-13 01:29:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24798. [2024-04-13 01:29:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/scripts/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/scripts/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/scripts/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24799. [2024-04-13 01:29:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24800. [2024-04-13 01:29:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24801. [2024-04-13 01:29:11] doctrine.DEBUG: SELECT DATABASE() [] []
  24802. [2024-04-13 01:29:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24803. [2024-04-13 01:29:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/admin/tinymce/plugins/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/admin/tinymce/plugins/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/admin/tinymce/plugins/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24804. [2024-04-13 01:29:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24805. [2024-04-13 01:29:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24806. [2024-04-13 01:29:15] doctrine.DEBUG: SELECT DATABASE() [] []
  24807. [2024-04-13 01:29:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24808. [2024-04-13 01:29:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/tinymce4/plugins/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/tinymce4/plugins/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/tinymce4/plugins/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24809. [2024-04-13 01:29:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24810. [2024-04-13 01:29:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24811. [2024-04-13 01:29:19] doctrine.DEBUG: SELECT DATABASE() [] []
  24812. [2024-04-13 01:29:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24813. [2024-04-13 01:29:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tinymce/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tinymce/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tinymce/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24814. [2024-04-13 01:29:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24815. [2024-04-13 01:29:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24816. [2024-04-13 01:29:23] doctrine.DEBUG: SELECT DATABASE() [] []
  24817. [2024-04-13 01:29:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24818. [2024-04-13 01:29:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /filemanager/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /filemanager/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/filemanager/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24819. [2024-04-13 01:29:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24820. [2024-04-13 01:29:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24821. [2024-04-13 01:29:27] doctrine.DEBUG: SELECT DATABASE() [] []
  24822. [2024-04-13 01:29:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24823. [2024-04-13 01:29:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/admin/js/tinymce/plugins/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/admin/js/tinymce/plugins/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/admin/js/tinymce/plugins/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24824. [2024-04-13 01:29:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24825. [2024-04-13 01:29:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24826. [2024-04-13 01:29:31] doctrine.DEBUG: SELECT DATABASE() [] []
  24827. [2024-04-13 01:29:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24828. [2024-04-13 01:29:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tinymce/plugins/filemanager/dialog.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tinymce/plugins/filemanager/dialog.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tinymce/plugins/filemanager/dialog.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24829. [2024-04-13 01:29:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24830. [2024-04-13 01:29:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24831. [2024-04-13 01:29:36] doctrine.DEBUG: SELECT DATABASE() [] []
  24832. [2024-04-13 01:29:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24833. [2024-04-13 01:29:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24834. [2024-04-13 01:29:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24835. [2024-04-13 01:29:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24836. [2024-04-13 01:29:41] doctrine.DEBUG: SELECT DATABASE() [] []
  24837. [2024-04-13 01:29:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24838. [2024-04-13 01:29:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24839. [2024-04-13 01:29:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24840. [2024-04-13 01:29:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24841. [2024-04-13 01:29:50] doctrine.DEBUG: SELECT DATABASE() [] []
  24842. [2024-04-13 01:29:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24843. [2024-04-13 01:29:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/backend/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/backend/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/backend/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24844. [2024-04-13 01:29:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24845. [2024-04-13 01:29:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24846. [2024-04-13 01:29:54] doctrine.DEBUG: SELECT DATABASE() [] []
  24847. [2024-04-13 01:29:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24848. [2024-04-13 01:29:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24849. [2024-04-13 01:29:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24850. [2024-04-13 01:29:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24851. [2024-04-13 01:29:58] doctrine.DEBUG: SELECT DATABASE() [] []
  24852. [2024-04-13 01:30:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24853. [2024-04-13 01:30:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/libs/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/libs/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/libs/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24854. [2024-04-13 01:30:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24855. [2024-04-13 01:30:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24856. [2024-04-13 01:30:02] doctrine.DEBUG: SELECT DATABASE() [] []
  24857. [2024-04-13 01:30:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24858. [2024-04-13 01:30:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/lib/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/lib/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/lib/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24859. [2024-04-13 01:30:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24860. [2024-04-13 01:30:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24861. [2024-04-13 01:30:06] doctrine.DEBUG: SELECT DATABASE() [] []
  24862. [2024-04-13 01:30:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24863. [2024-04-13 01:30:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /lib/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /lib/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24864. [2024-04-13 01:30:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24865. [2024-04-13 01:30:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24866. [2024-04-13 01:30:11] doctrine.DEBUG: SELECT DATABASE() [] []
  24867. [2024-04-13 01:30:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24868. [2024-04-13 01:30:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24869. [2024-04-13 01:30:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24870. [2024-04-13 01:30:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24871. [2024-04-13 01:30:15] doctrine.DEBUG: SELECT DATABASE() [] []
  24872. [2024-04-13 01:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24873. [2024-04-13 01:30:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24874. [2024-04-13 01:30:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24875. [2024-04-13 01:30:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24876. [2024-04-13 01:30:19] doctrine.DEBUG: SELECT DATABASE() [] []
  24877. [2024-04-13 01:30:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24878. [2024-04-13 01:30:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/global/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/global/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/global/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24879. [2024-04-13 01:30:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24880. [2024-04-13 01:30:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24881. [2024-04-13 01:30:22] doctrine.DEBUG: SELECT DATABASE() [] []
  24882. [2024-04-13 01:30:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24883. [2024-04-13 01:30:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /resources/global/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /resources/global/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/global/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24884. [2024-04-13 01:30:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24885. [2024-04-13 01:30:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24886. [2024-04-13 01:30:26] doctrine.DEBUG: SELECT DATABASE() [] []
  24887. [2024-04-13 01:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24888. [2024-04-13 01:30:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/webroot/global/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/webroot/global/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/webroot/global/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24889. [2024-04-13 01:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24890. [2024-04-13 01:30:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24891. [2024-04-13 01:30:30] doctrine.DEBUG: SELECT DATABASE() [] []
  24892. [2024-04-13 01:30:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24893. [2024-04-13 01:30:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/themes/metronic/global/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/themes/metronic/global/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/themes/metronic/global/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24894. [2024-04-13 01:30:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24895. [2024-04-13 01:30:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24896. [2024-04-13 01:30:34] doctrine.DEBUG: SELECT DATABASE() [] []
  24897. [2024-04-13 01:30:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24898. [2024-04-13 01:30:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /metronic/assets/global/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /metronic/assets/global/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/metronic/assets/global/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24899. [2024-04-13 01:30:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24900. [2024-04-13 01:30:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24901. [2024-04-13 01:30:37] doctrine.DEBUG: SELECT DATABASE() [] []
  24902. [2024-04-13 01:30:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24903. [2024-04-13 01:30:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coloradmin/assets/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coloradmin/assets/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coloradmin/assets/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24904. [2024-04-13 01:30:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24905. [2024-04-13 01:30:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24906. [2024-04-13 01:30:41] doctrine.DEBUG: SELECT DATABASE() [] []
  24907. [2024-04-13 01:30:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24908. [2024-04-13 01:30:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/color_admin/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/color_admin/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/color_admin/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24909. [2024-04-13 01:30:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24910. [2024-04-13 01:30:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24911. [2024-04-13 01:30:45] doctrine.DEBUG: SELECT DATABASE() [] []
  24912. [2024-04-13 01:30:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24913. [2024-04-13 01:30:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/vendor_admin/plugins/jquery-file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/vendor_admin/plugins/jquery-file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/vendor_admin/plugins/jquery-file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24914. [2024-04-13 01:30:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24915. [2024-04-13 01:30:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24916. [2024-04-13 01:30:49] doctrine.DEBUG: SELECT DATABASE() [] []
  24917. [2024-04-13 01:30:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24918. [2024-04-13 01:30:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /javascript/jquery.upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/javascript/jquery.upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24919. [2024-04-13 01:30:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24920. [2024-04-13 01:30:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24921. [2024-04-13 01:30:52] doctrine.DEBUG: SELECT DATABASE() [] []
  24922. [2024-04-13 01:30:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24923. [2024-04-13 01:30:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /media/mediamgr/other/jq_fileupload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /media/mediamgr/other/jq_fileupload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/mediamgr/other/jq_fileupload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24924. [2024-04-13 01:30:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24925. [2024-04-13 01:30:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24926. [2024-04-13 01:30:55] doctrine.DEBUG: SELECT DATABASE() [] []
  24927. [2024-04-13 01:30:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24928. [2024-04-13 01:30:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /formcraft/file-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /formcraft/file-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/formcraft/file-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24929. [2024-04-13 01:30:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24930. [2024-04-13 01:30:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24931. [2024-04-13 01:30:59] doctrine.DEBUG: SELECT DATABASE() [] []
  24932. [2024-04-13 01:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24933. [2024-04-13 01:31:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coaster/jquery/gallery-upload/server/php/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coaster/jquery/gallery-upload/server/php/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coaster/jquery/gallery-upload/server/php\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24934. [2024-04-13 01:31:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24935. [2024-04-13 01:31:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24936. [2024-04-13 01:31:03] doctrine.DEBUG: SELECT DATABASE() [] []
  24937. [2024-04-13 01:31:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24938. [2024-04-13 01:31:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/plugins/jquery.filer/php/readme.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/plugins/jquery.filer/php/readme.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/plugins/jquery.filer/php/readme.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24939. [2024-04-13 01:31:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24940. [2024-04-13 01:31:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24941. [2024-04-13 01:31:07] doctrine.DEBUG: SELECT DATABASE() [] []
  24942. [2024-04-13 01:31:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24943. [2024-04-13 01:31:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/vendor/jquery.filer/php/readme.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/vendor/jquery.filer/php/readme.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/vendor/jquery.filer/php/readme.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24944. [2024-04-13 01:31:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24945. [2024-04-13 01:31:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24946. [2024-04-13 01:31:10] doctrine.DEBUG: SELECT DATABASE() [] []
  24947. [2024-04-13 01:31:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24948. [2024-04-13 01:31:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/jquery.filer/php/readme.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/jquery.filer/php/readme.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/jquery.filer/php/readme.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24949. [2024-04-13 01:31:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24950. [2024-04-13 01:31:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24951. [2024-04-13 01:31:14] doctrine.DEBUG: SELECT DATABASE() [] []
  24952. [2024-04-13 01:31:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24953. [2024-04-13 01:31:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/admin/bower_components/jquery.filer/php/readme.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/admin/bower_components/jquery.filer/php/readme.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/admin/bower_components/jquery.filer/php/readme.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24954. [2024-04-13 01:31:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24955. [2024-04-13 01:31:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24956. [2024-04-13 01:31:18] doctrine.DEBUG: SELECT DATABASE() [] []
  24957. [2024-04-13 01:31:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24958. [2024-04-13 01:31:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jquery.filer/php/readme.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jquery.filer/php/readme.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jquery.filer/php/readme.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24959. [2024-04-13 01:31:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24960. [2024-04-13 01:31:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24961. [2024-04-13 01:31:22] doctrine.DEBUG: SELECT DATABASE() [] []
  24962. [2024-04-13 01:31:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24963. [2024-04-13 01:31:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24964. [2024-04-13 01:31:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24965. [2024-04-13 01:31:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24966. [2024-04-13 01:31:25] doctrine.DEBUG: SELECT DATABASE() [] []
  24967. [2024-04-13 01:31:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24968. [2024-04-13 01:31:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24969. [2024-04-13 01:31:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24970. [2024-04-13 01:31:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24971. [2024-04-13 01:31:29] doctrine.DEBUG: SELECT DATABASE() [] []
  24972. [2024-04-13 01:31:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24973. [2024-04-13 01:31:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24974. [2024-04-13 01:31:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24975. [2024-04-13 01:31:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24976. [2024-04-13 01:31:32] doctrine.DEBUG: SELECT DATABASE() [] []
  24977. [2024-04-13 01:31:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24978. [2024-04-13 01:31:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /demo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /demo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24979. [2024-04-13 01:31:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24980. [2024-04-13 01:31:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24981. [2024-04-13 01:31:36] doctrine.DEBUG: SELECT DATABASE() [] []
  24982. [2024-04-13 01:31:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24983. [2024-04-13 01:31:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24984. [2024-04-13 01:31:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24985. [2024-04-13 01:31:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24986. [2024-04-13 01:31:49] doctrine.DEBUG: SELECT DATABASE() [] []
  24987. [2024-04-13 01:31:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24988. [2024-04-13 01:31:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  24989. [2024-04-13 01:31:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  24990. [2024-04-13 01:31:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  24991. [2024-04-13 01:31:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  24992. [2024-04-13 01:31:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  24993. [2024-04-13 01:31:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  24994. [2024-04-13 01:31:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  24995. [2024-04-13 01:31:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  24996. [2024-04-13 01:31:53] doctrine.DEBUG: SELECT DATABASE() [] []
  24997. [2024-04-13 01:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  24998. [2024-04-13 01:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/laravel-filemanager/js/script.js"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/laravel-filemanager/js/script.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  24999. [2024-04-13 01:31:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25000. [2024-04-13 01:31:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25001. [2024-04-13 01:31:58] doctrine.DEBUG: SELECT DATABASE() [] []
  25002. [2024-04-13 01:32:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25003. [2024-04-13 01:32:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/laravel-filemanager/js/script.js"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/laravel-filemanager/js/script.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25004. [2024-04-13 01:32:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25005. [2024-04-13 01:32:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25006. [2024-04-13 01:32:02] doctrine.DEBUG: SELECT DATABASE() [] []
  25007. [2024-04-13 01:32:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25008. [2024-04-13 01:32:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"POST"} []
  25009. [2024-04-13 01:32:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25010. [2024-04-13 01:32:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25011. [2024-04-13 01:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25012. [2024-04-13 01:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25013. [2024-04-13 01:32:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25014. [2024-04-13 01:32:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25015. [2024-04-13 01:32:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25016. [2024-04-13 01:32:05] doctrine.DEBUG: SELECT DATABASE() [] []
  25017. [2024-04-13 01:32:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25018. [2024-04-13 01:32:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/execute-solution"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/execute-solution\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/execute-solution/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25019. [2024-04-13 01:32:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25020. [2024-04-13 01:32:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25021. [2024-04-13 01:32:07] doctrine.DEBUG: SELECT DATABASE() [] []
  25022. [2024-04-13 01:32:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25023. [2024-04-13 01:32:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /timthumb.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /timthumb.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/timthumb.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25024. [2024-04-13 01:32:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25025. [2024-04-13 01:32:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25026. [2024-04-13 01:32:11] doctrine.DEBUG: SELECT DATABASE() [] []
  25027. [2024-04-13 01:32:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25028. [2024-04-13 01:32:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /thumb.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /thumb.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumb.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25029. [2024-04-13 01:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25030. [2024-04-13 01:32:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25031. [2024-04-13 01:32:16] doctrine.DEBUG: SELECT DATABASE() [] []
  25032. [2024-04-13 01:32:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25033. [2024-04-13 01:32:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /ALFA_DATA/alfacgiapi/perl.alfa"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /ALFA_DATA/alfacgiapi/perl.alfa\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ALFA_DATA/alfacgiapi/perl.alfa\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25034. [2024-04-13 01:32:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25035. [2024-04-13 01:32:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25036. [2024-04-13 01:32:18] doctrine.DEBUG: SELECT DATABASE() [] []
  25037. [2024-04-13 01:32:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25038. [2024-04-13 01:32:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /alfacgiapi/perl.alfa"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /alfacgiapi/perl.alfa\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alfacgiapi/perl.alfa\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25039. [2024-04-13 01:32:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25040. [2024-04-13 01:32:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25041. [2024-04-13 01:32:22] doctrine.DEBUG: SELECT DATABASE() [] []
  25042. [2024-04-13 01:32:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25043. [2024-04-13 01:32:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25044. [2024-04-13 01:32:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25045. [2024-04-13 01:32:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25046. [2024-04-13 01:32:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25047. [2024-04-13 01:32:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25048. [2024-04-13 01:32:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/index"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/index\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/index/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25049. [2024-04-13 01:32:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25050. [2024-04-13 01:32:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25051. [2024-04-13 01:32:29] doctrine.DEBUG: SELECT DATABASE() [] []
  25052. [2024-04-13 05:15:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25053. [2024-04-13 05:15:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25054. [2024-04-13 05:15:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25055. [2024-04-13 05:15:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25056. [2024-04-13 05:15:16] doctrine.DEBUG: SELECT DATABASE() [] []
  25057. [2024-04-14 09:09:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25058. [2024-04-14 09:09:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25059. [2024-04-14 09:09:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25060. [2024-04-14 09:09:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25061. [2024-04-14 09:09:59] doctrine.DEBUG: SELECT DATABASE() [] []
  25062. [2024-04-14 09:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25063. [2024-04-14 09:09:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25064. [2024-04-14 09:10:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25065. [2024-04-14 09:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25066. [2024-04-14 09:10:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25067. [2024-04-14 09:10:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25068. [2024-04-14 09:10:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25069. [2024-04-14 09:10:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25070. [2024-04-14 09:10:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25071. [2024-04-14 09:10:01] doctrine.DEBUG: SELECT DATABASE() [] []
  25072. [2024-04-14 15:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25073. [2024-04-14 15:45:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25074. [2024-04-14 15:45:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25075. [2024-04-14 15:45:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25076. [2024-04-14 15:45:44] doctrine.DEBUG: SELECT DATABASE() [] []
  25077. [2024-04-14 15:45:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25078. [2024-04-14 15:45:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25079. [2024-04-14 15:45:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25080. [2024-04-14 15:45:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25081. [2024-04-14 15:45:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25082. [2024-04-14 15:45:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25083. [2024-04-14 15:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25084. [2024-04-14 15:45:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25085. [2024-04-14 15:45:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25086. [2024-04-14 15:45:47] doctrine.DEBUG: SELECT DATABASE() [] []
  25087. [2024-04-14 23:13:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25088. [2024-04-14 23:13:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25089. [2024-04-14 23:13:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25090. [2024-04-14 23:13:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25091. [2024-04-14 23:13:46] doctrine.DEBUG: SELECT DATABASE() [] []
  25092. [2024-04-15 00:33:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25093. [2024-04-15 00:33:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25094. [2024-04-15 00:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25095. [2024-04-15 00:33:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25096. [2024-04-15 00:33:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25097. [2024-04-15 00:33:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25098. [2024-04-15 00:33:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25099. [2024-04-15 00:33:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25100. [2024-04-15 00:33:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25101. [2024-04-15 00:33:05] doctrine.DEBUG: SELECT DATABASE() [] []
  25102. [2024-04-15 00:33:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25103. [2024-04-15 00:33:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25104. [2024-04-15 00:33:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25105. [2024-04-15 00:33:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25106. [2024-04-15 00:33:06] doctrine.DEBUG: SELECT DATABASE() [] []
  25107. [2024-04-15 00:33:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25108. [2024-04-15 00:33:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25109. [2024-04-15 00:33:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25110. [2024-04-15 00:33:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25111. [2024-04-15 00:33:06] doctrine.DEBUG: SELECT DATABASE() [] []
  25112. [2024-04-15 00:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25113. [2024-04-15 00:33:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25114. [2024-04-15 00:33:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25115. [2024-04-15 00:33:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25116. [2024-04-15 00:33:17] doctrine.DEBUG: SELECT DATABASE() [] []
  25117. [2024-04-15 07:01:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25118. [2024-04-15 07:01:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25119. [2024-04-15 07:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25120. [2024-04-15 07:01:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25121. [2024-04-15 07:01:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25122. [2024-04-15 07:01:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25123. [2024-04-15 07:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25124. [2024-04-15 07:01:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25125. [2024-04-15 07:01:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25126. [2024-04-15 07:01:59] doctrine.DEBUG: SELECT DATABASE() [] []
  25127. [2024-04-15 12:00:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25128. [2024-04-15 12:00:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25129. [2024-04-15 12:00:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25130. [2024-04-15 12:00:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25131. [2024-04-15 12:00:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25132. [2024-04-15 12:00:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25133. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25134. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25135. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25136. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25137. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25138. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25139. [2024-04-15 12:00:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25140. [2024-04-15 12:00:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25141. [2024-04-15 12:00:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25142. [2024-04-15 12:00:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25143. [2024-04-15 12:00:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25144. [2024-04-15 12:00:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25145. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT DATABASE() [] []
  25146. [2024-04-15 12:00:41] doctrine.DEBUG: SELECT DATABASE() [] []
  25147. [2024-04-15 23:40:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25148. [2024-04-15 23:40:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"268e58"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/268e58","method":"GET"} []
  25149. [2024-04-16 20:11:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25150. [2024-04-16 20:11:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25151. [2024-04-16 20:11:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25152. [2024-04-16 20:11:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25153. [2024-04-16 20:11:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25154. [2024-04-16 20:11:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25155. [2024-04-16 20:11:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25156. [2024-04-16 20:11:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25157. [2024-04-16 20:11:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25158. [2024-04-16 20:11:07] doctrine.DEBUG: SELECT DATABASE() [] []
  25159. [2024-04-16 20:25:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25160. [2024-04-16 20:25:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25161. [2024-04-16 20:25:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25162. [2024-04-16 20:25:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25163. [2024-04-16 20:25:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25164. [2024-04-16 20:25:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25165. [2024-04-16 20:25:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25166. [2024-04-16 20:25:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25167. [2024-04-16 20:25:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25168. [2024-04-16 20:25:22] doctrine.DEBUG: SELECT DATABASE() [] []
  25169. [2024-04-17 03:24:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25170. [2024-04-17 03:24:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25171. [2024-04-17 03:24:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25172. [2024-04-17 03:24:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25173. [2024-04-17 03:24:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25174. [2024-04-17 03:24:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25175. [2024-04-17 03:24:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25176. [2024-04-17 03:24:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25177. [2024-04-17 03:24:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25178. [2024-04-17 03:24:30] doctrine.DEBUG: SELECT DATABASE() [] []
  25179. [2024-04-17 16:27:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25180. [2024-04-17 16:27:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25181. [2024-04-17 16:27:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25182. [2024-04-17 16:27:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25183. [2024-04-17 16:27:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25184. [2024-04-17 16:27:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25185. [2024-04-17 16:27:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25186. [2024-04-17 16:27:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25187. [2024-04-17 16:27:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25188. [2024-04-17 16:27:16] doctrine.DEBUG: SELECT DATABASE() [] []
  25189. [2024-04-17 16:31:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25190. [2024-04-17 16:31:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25191. [2024-04-17 16:31:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25192. [2024-04-17 16:31:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25193. [2024-04-17 16:31:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25194. [2024-04-17 16:31:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25195. [2024-04-17 16:31:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25196. [2024-04-17 16:31:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25197. [2024-04-17 16:31:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25198. [2024-04-17 16:31:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25199. [2024-04-17 16:31:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25200. [2024-04-17 16:31:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25201. [2024-04-17 16:31:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25202. [2024-04-17 16:31:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25203. [2024-04-17 16:31:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25204. [2024-04-17 16:31:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25205. [2024-04-17 16:31:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25206. [2024-04-17 16:31:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25207. [2024-04-17 16:31:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25208. [2024-04-17 16:31:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25209. [2024-04-17 16:31:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25210. [2024-04-17 16:31:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25211. [2024-04-17 16:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25212. [2024-04-17 16:31:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25213. [2024-04-17 16:31:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25214. [2024-04-17 16:31:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25215. [2024-04-17 16:31:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25216. [2024-04-17 16:31:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25217. [2024-04-17 16:31:47] doctrine.DEBUG: SELECT DATABASE() [] []
  25218. [2024-04-17 16:31:47] doctrine.DEBUG: SELECT DATABASE() [] []
  25219. [2024-04-18 11:47:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25220. [2024-04-18 11:47:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25221. [2024-04-18 11:47:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25222. [2024-04-18 11:47:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25223. [2024-04-18 11:47:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25224. [2024-04-18 11:47:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25225. [2024-04-18 11:47:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25226. [2024-04-18 11:47:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25227. [2024-04-18 11:47:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25228. [2024-04-18 11:47:36] doctrine.DEBUG: SELECT DATABASE() [] []
  25229. [2024-04-18 11:47:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25230. [2024-04-18 11:47:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25231. [2024-04-18 11:47:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25232. [2024-04-18 11:47:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25233. [2024-04-18 11:47:49] doctrine.DEBUG: SELECT DATABASE() [] []
  25234. [2024-04-18 14:15:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25235. [2024-04-18 14:15:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25236. [2024-04-18 14:15:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25237. [2024-04-18 14:15:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25238. [2024-04-18 14:15:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25239. [2024-04-18 14:15:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25240. [2024-04-18 14:15:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25241. [2024-04-18 14:15:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25242. [2024-04-18 14:15:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25243. [2024-04-18 14:15:19] doctrine.DEBUG: SELECT DATABASE() [] []
  25244. [2024-04-18 14:15:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25245. [2024-04-18 14:15:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25246. [2024-04-18 14:15:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25247. [2024-04-18 14:15:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25248. [2024-04-18 14:15:28] doctrine.DEBUG: SELECT DATABASE() [] []
  25249. [2024-04-18 22:47:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25250. [2024-04-18 22:47:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25251. [2024-04-18 22:47:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25252. [2024-04-18 22:47:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25253. [2024-04-18 22:47:25] doctrine.DEBUG: SELECT DATABASE() [] []
  25254. [2024-04-19 01:16:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25255. [2024-04-19 01:16:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25256. [2024-04-19 01:16:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25257. [2024-04-19 01:16:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25258. [2024-04-19 01:16:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25259. [2024-04-19 01:16:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25260. [2024-04-19 01:16:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25261. [2024-04-19 01:16:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25262. [2024-04-19 01:16:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25263. [2024-04-19 01:16:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25264. [2024-04-19 06:40:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25265. [2024-04-19 06:40:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25266. [2024-04-19 06:40:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25267. [2024-04-19 06:40:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25268. [2024-04-19 06:40:31] doctrine.DEBUG: SELECT DATABASE() [] []
  25269. [2024-04-19 06:40:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25270. [2024-04-19 06:40:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25271. [2024-04-19 06:40:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25272. [2024-04-19 06:40:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25273. [2024-04-19 06:40:32] doctrine.DEBUG: SELECT DATABASE() [] []
  25274. [2024-04-19 16:27:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25275. [2024-04-19 16:27:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25276. [2024-04-19 16:27:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25277. [2024-04-19 16:27:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25278. [2024-04-19 16:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25279. [2024-04-19 16:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25280. [2024-04-19 16:27:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25281. [2024-04-19 16:27:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25282. [2024-04-19 16:27:57] doctrine.DEBUG: SELECT DATABASE() [] []
  25283. [2024-04-19 16:27:57] doctrine.DEBUG: SELECT DATABASE() [] []
  25284. [2024-04-19 19:49:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25285. [2024-04-19 19:49:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25286. [2024-04-19 19:49:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25287. [2024-04-19 19:49:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25288. [2024-04-19 19:49:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25289. [2024-04-19 19:49:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25290. [2024-04-19 19:49:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25291. [2024-04-19 19:49:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25292. [2024-04-19 19:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25293. [2024-04-19 19:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25294. [2024-04-19 19:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25295. [2024-04-19 19:49:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25296. [2024-04-19 19:49:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25297. [2024-04-19 19:49:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25298. [2024-04-19 19:49:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25299. [2024-04-19 19:49:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25300. [2024-04-19 19:49:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25301. [2024-04-19 19:49:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25302. [2024-04-19 19:49:58] doctrine.DEBUG: SELECT DATABASE() [] []
  25303. [2024-04-19 19:49:58] doctrine.DEBUG: SELECT DATABASE() [] []
  25304. [2024-04-20 08:09:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25305. [2024-04-20 08:09:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25306. [2024-04-20 08:09:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25307. [2024-04-20 08:09:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25308. [2024-04-20 08:09:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25309. [2024-04-20 08:09:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25310. [2024-04-20 08:09:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25311. [2024-04-20 08:09:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25312. [2024-04-20 08:09:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25313. [2024-04-20 08:09:53] doctrine.DEBUG: SELECT DATABASE() [] []
  25314. [2024-04-20 12:23:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25315. [2024-04-20 12:23:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25316. [2024-04-20 12:23:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25317. [2024-04-20 12:23:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25318. [2024-04-20 12:23:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25319. [2024-04-20 12:23:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25320. [2024-04-20 12:23:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25321. [2024-04-20 12:23:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25322. [2024-04-20 12:23:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25323. [2024-04-20 12:23:59] doctrine.DEBUG: SELECT DATABASE() [] []
  25324. [2024-04-21 14:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25325. [2024-04-21 14:08:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25326. [2024-04-21 14:08:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25327. [2024-04-21 14:08:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25328. [2024-04-21 14:08:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25329. [2024-04-21 14:08:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25330. [2024-04-21 14:08:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25331. [2024-04-21 14:08:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25332. [2024-04-21 14:08:52] doctrine.DEBUG: SELECT DATABASE() [] []
  25333. [2024-04-21 14:08:52] doctrine.DEBUG: SELECT DATABASE() [] []
  25334. [2024-04-21 19:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25335. [2024-04-21 19:56:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  25336. [2024-04-21 19:56:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25337. [2024-04-21 19:56:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25338. [2024-04-21 19:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25339. [2024-04-21 19:56:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25340. [2024-04-21 19:56:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25341. [2024-04-21 19:56:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25342. [2024-04-21 19:56:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25343. [2024-04-21 19:56:42] doctrine.DEBUG: SELECT DATABASE() [] []
  25344. [2024-04-21 20:03:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25345. [2024-04-21 20:03:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25346. [2024-04-21 20:03:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25347. [2024-04-21 20:03:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25348. [2024-04-21 20:03:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25349. [2024-04-21 20:03:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25350. [2024-04-21 20:03:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25351. [2024-04-21 20:03:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25352. [2024-04-21 20:03:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25353. [2024-04-21 20:03:13] doctrine.DEBUG: SELECT DATABASE() [] []
  25354. [2024-04-21 20:04:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25355. [2024-04-21 20:04:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25356. [2024-04-21 20:04:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25357. [2024-04-21 20:04:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25358. [2024-04-21 20:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25359. [2024-04-21 20:04:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25360. [2024-04-21 20:04:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25361. [2024-04-21 20:04:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25362. [2024-04-21 20:04:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25363. [2024-04-21 20:04:52] doctrine.DEBUG: SELECT DATABASE() [] []
  25364. [2024-04-21 20:04:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25365. [2024-04-21 20:04:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25366. [2024-04-21 20:04:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25367. [2024-04-21 20:04:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25368. [2024-04-21 20:04:53] doctrine.DEBUG: SELECT DATABASE() [] []
  25369. [2024-04-21 20:04:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25370. [2024-04-21 20:04:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25371. [2024-04-21 20:04:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25372. [2024-04-21 20:04:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25373. [2024-04-21 20:04:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25374. [2024-04-21 20:04:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25375. [2024-04-21 20:04:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25376. [2024-04-21 20:04:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25377. [2024-04-21 20:04:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25378. [2024-04-21 20:04:55] doctrine.DEBUG: SELECT DATABASE() [] []
  25379. [2024-04-21 20:04:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25380. [2024-04-21 20:04:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25381. [2024-04-21 20:04:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25382. [2024-04-21 20:04:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25383. [2024-04-21 20:04:56] doctrine.DEBUG: SELECT DATABASE() [] []
  25384. [2024-04-22 20:02:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25385. [2024-04-22 20:02:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25386. [2024-04-22 20:02:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25387. [2024-04-22 20:02:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25388. [2024-04-22 20:02:23] doctrine.DEBUG: SELECT DATABASE() [] []
  25389. [2024-04-23 00:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25390. [2024-04-23 00:52:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25391. [2024-04-23 00:52:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25392. [2024-04-23 00:52:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25393. [2024-04-23 00:52:01] doctrine.DEBUG: SELECT DATABASE() [] []
  25394. [2024-04-23 01:15:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25395. [2024-04-23 01:15:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25396. [2024-04-23 01:15:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25397. [2024-04-23 01:15:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25398. [2024-04-23 01:15:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25399. [2024-04-23 01:15:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25400. [2024-04-23 01:15:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25401. [2024-04-23 01:15:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25402. [2024-04-23 01:15:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25403. [2024-04-23 01:15:34] doctrine.DEBUG: SELECT DATABASE() [] []
  25404. [2024-04-23 18:22:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25405. [2024-04-23 18:22:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25406. [2024-04-23 18:22:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25407. [2024-04-23 18:22:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25408. [2024-04-23 18:22:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25409. [2024-04-23 18:22:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25410. [2024-04-23 18:22:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25411. [2024-04-23 18:22:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25412. [2024-04-23 18:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25413. [2024-04-23 18:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25414. [2024-04-23 18:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25415. [2024-04-23 18:22:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25416. [2024-04-23 18:22:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25417. [2024-04-23 18:22:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25418. [2024-04-23 18:22:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25419. [2024-04-23 18:22:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25420. [2024-04-23 18:22:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25421. [2024-04-23 18:22:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25422. [2024-04-23 18:22:09] doctrine.DEBUG: SELECT DATABASE() [] []
  25423. [2024-04-23 18:22:09] doctrine.DEBUG: SELECT DATABASE() [] []
  25424. [2024-04-25 02:11:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25425. [2024-04-25 02:11:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25426. [2024-04-25 02:11:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25427. [2024-04-25 02:11:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25428. [2024-04-25 02:11:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25429. [2024-04-25 02:11:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25430. [2024-04-25 02:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25431. [2024-04-25 02:11:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25432. [2024-04-25 02:11:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25433. [2024-04-25 02:11:26] doctrine.DEBUG: SELECT DATABASE() [] []
  25434. [2024-04-25 02:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25435. [2024-04-25 02:11:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25436. [2024-04-25 02:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25437. [2024-04-25 02:11:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25438. [2024-04-25 02:11:27] doctrine.DEBUG: SELECT DATABASE() [] []
  25439. [2024-04-25 02:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25440. [2024-04-25 02:11:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25441. [2024-04-25 02:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25442. [2024-04-25 02:11:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25443. [2024-04-25 02:11:28] doctrine.DEBUG: SELECT DATABASE() [] []
  25444. [2024-04-25 02:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25445. [2024-04-25 02:11:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25446. [2024-04-25 02:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25447. [2024-04-25 02:11:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25448. [2024-04-25 02:11:28] doctrine.DEBUG: SELECT DATABASE() [] []
  25449. [2024-04-25 12:31:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25450. [2024-04-25 12:31:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25451. [2024-04-25 12:31:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25452. [2024-04-25 12:31:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25453. [2024-04-25 12:31:29] doctrine.DEBUG: SELECT DATABASE() [] []
  25454. [2024-04-25 12:33:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25455. [2024-04-25 12:33:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25456. [2024-04-25 12:33:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25457. [2024-04-25 12:33:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25458. [2024-04-25 12:33:31] doctrine.DEBUG: SELECT DATABASE() [] []
  25459. [2024-04-27 15:29:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25460. [2024-04-27 15:29:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25461. [2024-04-27 15:29:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25462. [2024-04-27 15:29:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25463. [2024-04-27 15:29:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25464. [2024-04-27 15:29:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25465. [2024-04-27 15:29:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25466. [2024-04-27 15:29:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25467. [2024-04-27 15:29:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25468. [2024-04-27 15:29:43] doctrine.DEBUG: SELECT DATABASE() [] []
  25469. [2024-04-27 15:29:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25470. [2024-04-27 15:29:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25471. [2024-04-27 15:29:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25472. [2024-04-27 15:29:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25473. [2024-04-27 15:29:54] doctrine.DEBUG: SELECT DATABASE() [] []
  25474. [2024-04-27 21:08:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25475. [2024-04-27 21:08:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25476. [2024-04-27 21:08:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25477. [2024-04-27 21:08:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25478. [2024-04-27 21:08:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25479. [2024-04-27 21:08:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25480. [2024-04-27 21:08:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25481. [2024-04-27 21:08:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25482. [2024-04-27 21:08:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25483. [2024-04-27 21:08:03] doctrine.DEBUG: SELECT DATABASE() [] []
  25484. [2024-04-30 06:37:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25485. [2024-04-30 06:37:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25486. [2024-04-30 06:37:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25487. [2024-04-30 06:37:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25488. [2024-04-30 06:37:35] doctrine.DEBUG: SELECT DATABASE() [] []
  25489. [2024-04-30 22:46:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25490. [2024-04-30 22:47:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25491. [2024-04-30 22:47:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25492. [2024-04-30 22:47:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25493. [2024-04-30 22:47:01] doctrine.DEBUG: SELECT DATABASE() [] []
  25494. [2024-05-02 22:13:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25495. [2024-05-02 22:13:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25496. [2024-05-02 22:13:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25497. [2024-05-02 22:13:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25498. [2024-05-02 22:13:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25499. [2024-05-02 22:13:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25500. [2024-05-02 22:13:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25501. [2024-05-02 22:13:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25502. [2024-05-02 22:13:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25503. [2024-05-02 22:13:31] doctrine.DEBUG: SELECT DATABASE() [] []
  25504. [2024-05-02 22:13:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25505. [2024-05-02 22:13:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25506. [2024-05-02 22:13:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25507. [2024-05-02 22:13:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25508. [2024-05-02 22:13:37] doctrine.DEBUG: SELECT DATABASE() [] []
  25509. [2024-05-02 22:13:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25510. [2024-05-02 22:13:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25511. [2024-05-02 22:13:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25512. [2024-05-02 22:13:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25513. [2024-05-02 22:13:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25514. [2024-05-02 22:13:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25515. [2024-05-02 22:13:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25516. [2024-05-02 22:13:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25517. [2024-05-02 22:13:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25518. [2024-05-02 22:13:40] doctrine.DEBUG: SELECT DATABASE() [] []
  25519. [2024-05-02 22:13:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25520. [2024-05-02 22:13:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25521. [2024-05-02 22:13:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25522. [2024-05-02 22:13:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25523. [2024-05-02 22:13:46] doctrine.DEBUG: SELECT DATABASE() [] []
  25524. [2024-05-03 00:22:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25525. [2024-05-03 00:22:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25526. [2024-05-03 00:22:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25527. [2024-05-03 00:22:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25528. [2024-05-03 00:22:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25529. [2024-05-03 00:22:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25530. [2024-05-03 00:22:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25531. [2024-05-03 00:22:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25532. [2024-05-03 00:22:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25533. [2024-05-03 00:22:42] doctrine.DEBUG: SELECT DATABASE() [] []
  25534. [2024-05-03 00:22:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25535. [2024-05-03 00:22:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25536. [2024-05-03 00:22:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25537. [2024-05-03 00:22:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25538. [2024-05-03 00:22:46] doctrine.DEBUG: SELECT DATABASE() [] []
  25539. [2024-05-05 02:57:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25540. [2024-05-05 02:57:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25541. [2024-05-05 02:57:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25542. [2024-05-05 02:57:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25543. [2024-05-05 02:57:27] doctrine.DEBUG: SELECT DATABASE() [] []
  25544. [2024-05-05 02:57:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25545. [2024-05-05 02:57:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25546. [2024-05-05 02:57:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25547. [2024-05-05 02:57:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25548. [2024-05-05 02:57:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25549. [2024-05-05 02:57:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25550. [2024-05-05 02:57:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25551. [2024-05-05 02:57:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25552. [2024-05-05 02:57:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25553. [2024-05-05 02:57:29] doctrine.DEBUG: SELECT DATABASE() [] []
  25554. [2024-05-05 12:52:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25555. [2024-05-05 12:52:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  25556. [2024-05-05 12:52:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25557. [2024-05-05 12:52:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25558. [2024-05-05 12:52:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25559. [2024-05-05 12:52:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25560. [2024-05-05 12:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25561. [2024-05-05 12:52:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25562. [2024-05-05 12:52:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25563. [2024-05-05 12:52:08] doctrine.DEBUG: SELECT DATABASE() [] []
  25564. [2024-05-05 12:55:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25565. [2024-05-05 12:55:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25566. [2024-05-05 12:55:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25567. [2024-05-05 12:55:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25568. [2024-05-05 12:55:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25569. [2024-05-05 12:55:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25570. [2024-05-05 12:55:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25571. [2024-05-05 12:55:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25572. [2024-05-05 12:55:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25573. [2024-05-05 12:55:52] doctrine.DEBUG: SELECT DATABASE() [] []
  25574. [2024-05-05 12:56:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25575. [2024-05-05 12:56:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25576. [2024-05-05 12:56:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25577. [2024-05-05 12:56:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25578. [2024-05-05 12:56:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25579. [2024-05-05 12:56:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25580. [2024-05-05 12:56:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25581. [2024-05-05 12:56:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25582. [2024-05-05 12:56:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25583. [2024-05-05 12:56:06] doctrine.DEBUG: SELECT DATABASE() [] []
  25584. [2024-05-05 12:56:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25585. [2024-05-05 12:56:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25586. [2024-05-05 12:56:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25587. [2024-05-05 12:56:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25588. [2024-05-05 12:56:08] doctrine.DEBUG: SELECT DATABASE() [] []
  25589. [2024-05-05 12:56:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25590. [2024-05-05 12:56:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25591. [2024-05-05 12:56:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25592. [2024-05-05 12:56:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25593. [2024-05-05 12:56:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25594. [2024-05-05 12:56:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25595. [2024-05-05 12:56:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25596. [2024-05-05 12:56:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25597. [2024-05-05 12:56:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25598. [2024-05-05 12:56:10] doctrine.DEBUG: SELECT DATABASE() [] []
  25599. [2024-05-05 18:48:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25600. [2024-05-05 18:48:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25601. [2024-05-05 18:48:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25602. [2024-05-05 18:48:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25603. [2024-05-05 18:48:52] doctrine.DEBUG: SELECT DATABASE() [] []
  25604. [2024-05-05 22:27:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25605. [2024-05-05 22:27:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25606. [2024-05-05 22:27:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25607. [2024-05-05 22:27:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25608. [2024-05-05 22:27:31] doctrine.DEBUG: SELECT DATABASE() [] []
  25609. [2024-05-07 21:18:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25610. [2024-05-07 21:18:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25611. [2024-05-07 21:18:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25612. [2024-05-07 21:18:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25613. [2024-05-07 21:18:35] doctrine.DEBUG: SELECT DATABASE() [] []
  25614. [2024-05-08 19:01:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25615. [2024-05-08 19:01:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25616. [2024-05-08 19:01:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25617. [2024-05-08 19:01:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25618. [2024-05-08 19:01:22] doctrine.DEBUG: SELECT DATABASE() [] []
  25619. [2024-05-09 19:47:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25620. [2024-05-09 19:47:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25621. [2024-05-09 19:47:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25622. [2024-05-09 19:47:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25623. [2024-05-09 19:47:55] doctrine.DEBUG: SELECT DATABASE() [] []
  25624. [2024-05-11 05:25:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25625. [2024-05-11 05:25:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25626. [2024-05-11 05:25:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25627. [2024-05-11 05:25:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25628. [2024-05-11 05:25:31] doctrine.DEBUG: SELECT DATABASE() [] []
  25629. [2024-05-11 05:25:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25630. [2024-05-11 05:25:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25631. [2024-05-11 05:25:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25632. [2024-05-11 05:25:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25633. [2024-05-11 05:25:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25634. [2024-05-11 05:25:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25635. [2024-05-11 05:25:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25636. [2024-05-11 05:25:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25637. [2024-05-11 05:25:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25638. [2024-05-11 05:25:33] doctrine.DEBUG: SELECT DATABASE() [] []
  25639. [2024-05-11 13:58:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25640. [2024-05-11 13:58:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25641. [2024-05-11 13:58:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25642. [2024-05-11 13:58:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25643. [2024-05-11 13:58:32] doctrine.DEBUG: SELECT DATABASE() [] []
  25644. [2024-05-11 13:58:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25645. [2024-05-11 13:58:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25646. [2024-05-11 13:58:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25647. [2024-05-11 13:58:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25648. [2024-05-11 13:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25649. [2024-05-11 13:58:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25650. [2024-05-11 13:58:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25651. [2024-05-11 13:58:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25652. [2024-05-11 13:58:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25653. [2024-05-11 13:58:35] doctrine.DEBUG: SELECT DATABASE() [] []
  25654. [2024-05-12 19:59:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25655. [2024-05-12 19:59:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25656. [2024-05-12 19:59:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25657. [2024-05-12 19:59:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25658. [2024-05-12 19:59:47] doctrine.DEBUG: SELECT DATABASE() [] []
  25659. [2024-05-13 03:46:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25660. [2024-05-13 03:46:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25661. [2024-05-13 03:46:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25662. [2024-05-13 03:46:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25663. [2024-05-13 03:46:58] doctrine.DEBUG: SELECT DATABASE() [] []
  25664. [2024-05-13 04:29:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25665. [2024-05-13 04:29:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  25666. [2024-05-13 04:29:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25667. [2024-05-13 04:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25668. [2024-05-13 04:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25669. [2024-05-13 04:29:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25670. [2024-05-13 04:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25671. [2024-05-13 04:29:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25672. [2024-05-13 04:29:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25673. [2024-05-13 04:29:33] doctrine.DEBUG: SELECT DATABASE() [] []
  25674. [2024-05-13 04:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25675. [2024-05-13 04:29:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25676. [2024-05-13 04:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25677. [2024-05-13 04:29:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25678. [2024-05-13 04:29:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25679. [2024-05-13 04:29:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25680. [2024-05-13 04:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25681. [2024-05-13 04:29:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25682. [2024-05-13 04:29:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25683. [2024-05-13 04:29:33] doctrine.DEBUG: SELECT DATABASE() [] []
  25684. [2024-05-13 04:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25685. [2024-05-13 04:29:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  25686. [2024-05-13 04:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25687. [2024-05-13 04:29:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25688. [2024-05-13 04:29:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25689. [2024-05-13 04:29:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25690. [2024-05-13 04:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25691. [2024-05-13 04:29:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25692. [2024-05-13 04:29:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25693. [2024-05-13 04:29:35] doctrine.DEBUG: SELECT DATABASE() [] []
  25694. [2024-05-13 04:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25695. [2024-05-13 04:29:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25696. [2024-05-13 04:29:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25697. [2024-05-13 04:29:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25698. [2024-05-13 04:29:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25699. [2024-05-13 04:29:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25700. [2024-05-13 04:29:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25701. [2024-05-13 04:29:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25702. [2024-05-13 04:29:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25703. [2024-05-13 04:29:36] doctrine.DEBUG: SELECT DATABASE() [] []
  25704. [2024-05-13 04:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25705. [2024-05-13 04:32:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  25706. [2024-05-13 04:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25707. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25708. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25709. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25710. [2024-05-13 04:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25711. [2024-05-13 04:32:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25712. [2024-05-13 04:32:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25713. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT DATABASE() [] []
  25714. [2024-05-13 04:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25715. [2024-05-13 04:32:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25716. [2024-05-13 04:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25717. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25718. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25719. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25720. [2024-05-13 04:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25721. [2024-05-13 04:32:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25722. [2024-05-13 04:32:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25723. [2024-05-13 04:32:34] doctrine.DEBUG: SELECT DATABASE() [] []
  25724. [2024-05-13 04:32:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25725. [2024-05-13 04:32:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  25726. [2024-05-13 04:32:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25727. [2024-05-13 04:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25728. [2024-05-13 04:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25729. [2024-05-13 04:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25730. [2024-05-13 04:32:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25731. [2024-05-13 04:32:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25732. [2024-05-13 04:32:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25733. [2024-05-13 04:32:35] doctrine.DEBUG: SELECT DATABASE() [] []
  25734. [2024-05-13 04:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25735. [2024-05-13 04:32:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25736. [2024-05-13 04:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25737. [2024-05-13 04:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25738. [2024-05-13 04:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25739. [2024-05-13 04:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25740. [2024-05-13 04:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25741. [2024-05-13 04:32:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25742. [2024-05-13 04:32:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25743. [2024-05-13 04:32:36] doctrine.DEBUG: SELECT DATABASE() [] []
  25744. [2024-05-13 04:32:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25745. [2024-05-13 04:32:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25746. [2024-05-13 04:32:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25747. [2024-05-13 04:32:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25748. [2024-05-13 04:32:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25749. [2024-05-13 04:32:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25750. [2024-05-13 04:32:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25751. [2024-05-13 04:32:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25752. [2024-05-13 04:32:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25753. [2024-05-13 04:32:43] doctrine.DEBUG: SELECT DATABASE() [] []
  25754. [2024-05-13 04:32:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25755. [2024-05-13 04:32:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2395b3"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/2395b3","method":"GET"} []
  25756. [2024-05-13 07:43:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25757. [2024-05-13 07:43:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25758. [2024-05-13 07:43:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25759. [2024-05-13 07:43:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25760. [2024-05-13 07:43:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25761. [2024-05-13 07:43:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25762. [2024-05-13 07:43:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25763. [2024-05-13 07:43:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25764. [2024-05-13 07:43:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25765. [2024-05-13 07:43:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25766. [2024-05-13 07:43:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25767. [2024-05-13 07:43:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25768. [2024-05-13 07:43:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25769. [2024-05-13 07:43:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25770. [2024-05-13 07:43:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25771. [2024-05-13 07:43:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25772. [2024-05-13 07:43:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25773. [2024-05-13 07:43:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25774. [2024-05-13 07:43:07] doctrine.DEBUG: SELECT DATABASE() [] []
  25775. [2024-05-13 07:43:07] doctrine.DEBUG: SELECT DATABASE() [] []
  25776. [2024-05-17 19:48:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25777. [2024-05-17 19:48:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25778. [2024-05-17 19:48:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25779. [2024-05-17 19:48:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25780. [2024-05-17 19:48:49] doctrine.DEBUG: SELECT DATABASE() [] []
  25781. [2024-05-17 21:34:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25782. [2024-05-17 21:34:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25783. [2024-05-17 21:34:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25784. [2024-05-17 21:34:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25785. [2024-05-17 21:34:12] doctrine.DEBUG: SELECT DATABASE() [] []
  25786. [2024-05-18 09:03:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25787. [2024-05-18 09:03:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25788. [2024-05-18 09:03:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25789. [2024-05-18 09:03:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25790. [2024-05-18 09:03:37] doctrine.DEBUG: SELECT DATABASE() [] []
  25791. [2024-05-18 15:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25792. [2024-05-18 15:06:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25793. [2024-05-18 15:06:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25794. [2024-05-18 15:06:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25795. [2024-05-18 15:06:39] doctrine.DEBUG: SELECT DATABASE() [] []
  25796. [2024-05-18 15:06:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25797. [2024-05-18 15:06:40] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  25798. [2024-05-18 20:27:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25799. [2024-05-18 20:27:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25800. [2024-05-18 20:27:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25801. [2024-05-18 20:27:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25802. [2024-05-18 20:27:12] doctrine.DEBUG: SELECT DATABASE() [] []
  25803. [2024-05-19 02:58:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25804. [2024-05-19 02:58:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25805. [2024-05-19 02:58:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25806. [2024-05-19 02:58:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25807. [2024-05-19 02:58:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25808. [2024-05-19 02:58:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25809. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25810. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25811. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25812. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25813. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25814. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25815. [2024-05-19 02:58:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25816. [2024-05-19 02:58:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25817. [2024-05-19 02:58:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25818. [2024-05-19 02:58:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25819. [2024-05-19 02:58:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25820. [2024-05-19 02:58:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25821. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT DATABASE() [] []
  25822. [2024-05-19 02:58:18] doctrine.DEBUG: SELECT DATABASE() [] []
  25823. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25824. [2024-05-19 02:58:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25825. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25826. [2024-05-19 02:58:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25827. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25828. [2024-05-19 02:58:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25829. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25830. [2024-05-19 02:58:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25831. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25832. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25833. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25834. [2024-05-19 02:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25835. [2024-05-19 02:58:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25836. [2024-05-19 02:58:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25837. [2024-05-19 02:58:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25838. [2024-05-19 02:58:24] doctrine.DEBUG: SELECT DATABASE() [] []
  25839. [2024-05-19 02:58:24] doctrine.DEBUG: SELECT DATABASE() [] []
  25840. [2024-05-19 02:58:24] doctrine.DEBUG: SELECT DATABASE() [] []
  25841. [2024-05-19 02:58:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25842. [2024-05-19 02:58:24] doctrine.DEBUG: SELECT DATABASE() [] []
  25843. [2024-05-19 02:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25844. [2024-05-19 02:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25845. [2024-05-19 02:58:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25846. [2024-05-19 02:58:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25847. [2024-05-19 02:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25848. [2024-05-19 02:58:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25849. [2024-05-19 02:58:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25850. [2024-05-19 02:58:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25851. [2024-05-19 02:58:46] doctrine.DEBUG: SELECT DATABASE() [] []
  25852. [2024-05-19 02:58:46] doctrine.DEBUG: SELECT DATABASE() [] []
  25853. [2024-05-19 02:58:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25854. [2024-05-19 02:58:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25855. [2024-05-19 02:58:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25856. [2024-05-19 02:58:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25857. [2024-05-19 02:58:48] doctrine.DEBUG: SELECT DATABASE() [] []
  25858. [2024-05-19 02:58:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25859. [2024-05-19 02:58:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25860. [2024-05-19 02:58:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25861. [2024-05-19 02:58:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25862. [2024-05-19 02:58:48] doctrine.DEBUG: SELECT DATABASE() [] []
  25863. [2024-05-19 12:13:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25864. [2024-05-19 12:13:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25865. [2024-05-19 12:13:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  25866. [2024-05-19 12:13:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25867. [2024-05-19 12:13:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25868. [2024-05-19 12:13:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25869. [2024-05-19 12:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25870. [2024-05-19 12:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25871. [2024-05-19 12:13:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25872. [2024-05-19 12:13:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25873. [2024-05-19 12:13:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25874. [2024-05-19 12:13:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25875. [2024-05-19 12:13:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25876. [2024-05-19 12:13:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25877. [2024-05-19 12:13:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25878. [2024-05-19 12:13:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25879. [2024-05-19 12:13:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25880. [2024-05-19 12:13:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25881. [2024-05-19 12:13:50] doctrine.DEBUG: SELECT DATABASE() [] []
  25882. [2024-05-19 12:13:50] doctrine.DEBUG: SELECT DATABASE() [] []
  25883. [2024-05-19 12:20:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25884. [2024-05-19 12:20:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25885. [2024-05-19 12:20:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25886. [2024-05-19 12:20:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25887. [2024-05-19 12:20:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25888. [2024-05-19 12:20:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25889. [2024-05-19 12:20:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25890. [2024-05-19 12:20:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25891. [2024-05-19 12:20:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25892. [2024-05-19 12:20:49] doctrine.DEBUG: SELECT DATABASE() [] []
  25893. [2024-05-19 12:20:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25894. [2024-05-19 12:20:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25895. [2024-05-19 12:20:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25896. [2024-05-19 12:20:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25897. [2024-05-19 12:20:51] doctrine.DEBUG: SELECT DATABASE() [] []
  25898. [2024-05-19 12:20:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25899. [2024-05-19 12:20:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25900. [2024-05-19 12:20:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25901. [2024-05-19 12:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25902. [2024-05-19 12:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25903. [2024-05-19 12:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25904. [2024-05-19 12:20:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25905. [2024-05-19 12:20:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25906. [2024-05-19 12:20:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25907. [2024-05-19 12:20:52] doctrine.DEBUG: SELECT DATABASE() [] []
  25908. [2024-05-19 15:41:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25909. [2024-05-19 15:41:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25910. [2024-05-19 15:41:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25911. [2024-05-19 15:41:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25912. [2024-05-19 15:41:44] doctrine.DEBUG: SELECT DATABASE() [] []
  25913. [2024-05-19 17:40:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25914. [2024-05-19 17:40:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25915. [2024-05-19 17:40:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25916. [2024-05-19 17:40:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25917. [2024-05-19 17:40:13] doctrine.DEBUG: SELECT DATABASE() [] []
  25918. [2024-05-20 00:26:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25919. [2024-05-20 00:26:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25920. [2024-05-20 00:26:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25921. [2024-05-20 00:26:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25922. [2024-05-20 00:26:18] doctrine.DEBUG: SELECT DATABASE() [] []
  25923. [2024-05-20 04:13:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25924. [2024-05-20 04:13:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25925. [2024-05-20 04:13:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25926. [2024-05-20 04:13:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25927. [2024-05-20 04:13:31] doctrine.DEBUG: SELECT DATABASE() [] []
  25928. [2024-05-20 20:03:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25929. [2024-05-20 20:03:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25930. [2024-05-20 20:03:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25931. [2024-05-20 20:03:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25932. [2024-05-20 20:03:20] doctrine.DEBUG: SELECT DATABASE() [] []
  25933. [2024-05-21 01:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25934. [2024-05-21 01:22:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25935. [2024-05-21 01:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25936. [2024-05-21 01:22:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25937. [2024-05-21 01:22:36] doctrine.DEBUG: SELECT DATABASE() [] []
  25938. [2024-05-21 07:21:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25939. [2024-05-21 07:21:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25940. [2024-05-21 07:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25941. [2024-05-21 07:21:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25942. [2024-05-21 07:21:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25943. [2024-05-21 07:21:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25944. [2024-05-21 07:21:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25945. [2024-05-21 07:21:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25946. [2024-05-21 07:21:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25947. [2024-05-21 07:21:19] doctrine.DEBUG: SELECT DATABASE() [] []
  25948. [2024-05-21 08:39:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25949. [2024-05-21 08:39:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25950. [2024-05-21 08:39:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25951. [2024-05-21 08:39:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25952. [2024-05-21 08:39:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25953. [2024-05-21 08:39:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25954. [2024-05-21 08:39:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25955. [2024-05-21 08:39:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25956. [2024-05-21 08:39:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25957. [2024-05-21 08:39:27] doctrine.DEBUG: SELECT DATABASE() [] []
  25958. [2024-05-21 08:39:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25959. [2024-05-21 08:39:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25960. [2024-05-21 08:39:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25961. [2024-05-21 08:39:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25962. [2024-05-21 08:39:36] doctrine.DEBUG: SELECT DATABASE() [] []
  25963. [2024-05-21 16:05:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25964. [2024-05-21 16:05:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  25965. [2024-05-21 16:05:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25966. [2024-05-21 16:05:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25967. [2024-05-21 16:05:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25968. [2024-05-21 16:06:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25969. [2024-05-21 16:06:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  25970. [2024-05-21 16:06:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  25971. [2024-05-21 16:06:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25972. [2024-05-21 16:06:00] doctrine.DEBUG: SELECT DATABASE() [] []
  25973. [2024-05-21 16:06:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25974. [2024-05-21 16:06:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25975. [2024-05-21 16:06:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25976. [2024-05-21 16:06:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25977. [2024-05-21 16:06:02] doctrine.DEBUG: SELECT DATABASE() [] []
  25978. [2024-05-22 16:32:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25979. [2024-05-22 16:32:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25980. [2024-05-22 16:32:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25981. [2024-05-22 16:32:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25982. [2024-05-22 16:32:09] doctrine.DEBUG: SELECT DATABASE() [] []
  25983. [2024-05-22 19:13:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25984. [2024-05-22 19:13:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25985. [2024-05-22 19:13:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25986. [2024-05-22 19:13:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25987. [2024-05-22 19:13:32] doctrine.DEBUG: SELECT DATABASE() [] []
  25988. [2024-05-23 00:24:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25989. [2024-05-23 00:24:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  25990. [2024-05-23 00:24:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25991. [2024-05-23 00:24:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  25992. [2024-05-23 00:24:10] doctrine.DEBUG: SELECT DATABASE() [] []
  25993. [2024-05-23 10:24:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  25994. [2024-05-23 10:24:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  25995. [2024-05-23 10:24:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  25996. [2024-05-23 10:24:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  25997. [2024-05-23 10:24:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  25998. [2024-05-23 10:24:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  25999. [2024-05-23 10:24:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26000. [2024-05-23 10:24:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26001. [2024-05-23 10:24:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26002. [2024-05-23 10:24:19] doctrine.DEBUG: SELECT DATABASE() [] []
  26003. [2024-05-23 13:45:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26004. [2024-05-23 13:45:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26005. [2024-05-23 13:45:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26006. [2024-05-23 13:45:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26007. [2024-05-23 13:45:58] doctrine.DEBUG: SELECT DATABASE() [] []
  26008. [2024-05-23 19:17:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26009. [2024-05-23 19:17:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26010. [2024-05-23 19:17:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26011. [2024-05-23 19:17:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26012. [2024-05-23 19:17:41] doctrine.DEBUG: SELECT DATABASE() [] []
  26013. [2024-05-23 19:17:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26014. [2024-05-23 19:17:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhance"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhance\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/enhance/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26015. [2024-05-23 19:17:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26016. [2024-05-23 19:17:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26017. [2024-05-23 19:17:42] doctrine.DEBUG: SELECT DATABASE() [] []
  26018. [2024-05-23 19:57:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26019. [2024-05-23 19:57:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26020. [2024-05-23 19:57:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26021. [2024-05-23 19:57:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26022. [2024-05-23 19:57:06] doctrine.DEBUG: SELECT DATABASE() [] []
  26023. [2024-05-23 22:17:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26024. [2024-05-23 22:17:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26025. [2024-05-23 22:17:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26026. [2024-05-23 22:17:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26027. [2024-05-23 22:17:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26028. [2024-05-23 22:17:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26029. [2024-05-23 22:17:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26030. [2024-05-23 22:17:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26031. [2024-05-23 22:17:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26032. [2024-05-23 22:17:24] doctrine.DEBUG: SELECT DATABASE() [] []
  26033. [2024-05-23 22:17:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26034. [2024-05-23 22:17:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26035. [2024-05-23 22:17:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26036. [2024-05-23 22:17:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26037. [2024-05-23 22:17:25] doctrine.DEBUG: SELECT DATABASE() [] []
  26038. [2024-05-23 22:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26039. [2024-05-23 22:17:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26040. [2024-05-23 22:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26041. [2024-05-23 22:17:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26042. [2024-05-23 22:17:26] doctrine.DEBUG: SELECT DATABASE() [] []
  26043. [2024-05-23 22:17:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26044. [2024-05-23 22:17:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26045. [2024-05-23 22:17:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26046. [2024-05-23 22:17:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26047. [2024-05-23 22:17:46] doctrine.DEBUG: SELECT DATABASE() [] []
  26048. [2024-05-24 04:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26049. [2024-05-24 04:12:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26050. [2024-05-24 04:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26051. [2024-05-24 04:12:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26052. [2024-05-24 04:12:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26053. [2024-05-24 04:12:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26054. [2024-05-24 04:12:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26055. [2024-05-24 04:12:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26056. [2024-05-24 04:12:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26057. [2024-05-24 04:12:50] doctrine.DEBUG: SELECT DATABASE() [] []
  26058. [2024-05-24 12:25:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26059. [2024-05-24 12:25:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26060. [2024-05-24 12:25:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26061. [2024-05-24 12:25:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26062. [2024-05-24 12:25:30] doctrine.DEBUG: SELECT DATABASE() [] []
  26063. [2024-05-24 12:25:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26064. [2024-05-24 12:25:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhance"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhance\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/enhance/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26065. [2024-05-24 12:25:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26066. [2024-05-24 12:25:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26067. [2024-05-24 12:25:31] doctrine.DEBUG: SELECT DATABASE() [] []
  26068. [2024-05-24 23:55:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26069. [2024-05-24 23:55:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26070. [2024-05-24 23:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26071. [2024-05-24 23:55:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26072. [2024-05-24 23:55:06] doctrine.DEBUG: SELECT DATABASE() [] []
  26073. [2024-05-27 13:51:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26074. [2024-05-27 13:51:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26075. [2024-05-27 13:51:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26076. [2024-05-27 13:51:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26077. [2024-05-27 13:51:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26078. [2024-05-27 13:51:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26079. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26080. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26081. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26082. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26083. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26084. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26085. [2024-05-27 13:51:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26086. [2024-05-27 13:51:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26087. [2024-05-27 13:51:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26088. [2024-05-27 13:51:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26089. [2024-05-27 13:51:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26090. [2024-05-27 13:51:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26091. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT DATABASE() [] []
  26092. [2024-05-27 13:51:25] doctrine.DEBUG: SELECT DATABASE() [] []
  26093. [2024-05-27 16:38:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26094. [2024-05-27 16:38:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26095. [2024-05-27 16:38:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26096. [2024-05-27 16:38:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26097. [2024-05-27 16:38:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26098. [2024-05-27 16:38:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26099. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26100. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26101. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26102. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26103. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26104. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26105. [2024-05-27 16:38:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26106. [2024-05-27 16:38:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26107. [2024-05-27 16:38:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26108. [2024-05-27 16:38:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26109. [2024-05-27 16:38:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26110. [2024-05-27 16:38:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26111. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT DATABASE() [] []
  26112. [2024-05-27 16:38:03] doctrine.DEBUG: SELECT DATABASE() [] []
  26113. [2024-05-27 18:35:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26114. [2024-05-27 18:35:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26115. [2024-05-27 18:35:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26116. [2024-05-27 18:35:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26117. [2024-05-27 18:35:52] doctrine.DEBUG: SELECT DATABASE() [] []
  26118. [2024-05-27 18:38:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26119. [2024-05-27 18:38:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26120. [2024-05-27 18:38:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26121. [2024-05-27 18:38:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26122. [2024-05-27 18:38:23] doctrine.DEBUG: SELECT DATABASE() [] []
  26123. [2024-05-28 17:19:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26124. [2024-05-28 17:19:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26125. [2024-05-28 17:19:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26126. [2024-05-28 17:19:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26127. [2024-05-28 17:19:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26128. [2024-05-29 06:09:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26129. [2024-05-29 06:09:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26130. [2024-05-29 06:09:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26131. [2024-05-29 06:09:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26132. [2024-05-29 06:09:29] doctrine.DEBUG: SELECT DATABASE() [] []
  26133. [2024-05-29 06:09:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26134. [2024-05-29 06:09:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/enhancecp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26135. [2024-05-29 06:09:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26136. [2024-05-29 06:09:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26137. [2024-05-29 06:09:30] doctrine.DEBUG: SELECT DATABASE() [] []
  26138. [2024-05-30 03:01:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26139. [2024-05-30 03:01:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26140. [2024-05-30 03:01:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26141. [2024-05-30 03:01:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26142. [2024-05-30 03:01:45] doctrine.DEBUG: SELECT DATABASE() [] []
  26143. [2024-05-31 18:08:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26144. [2024-05-31 18:08:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26145. [2024-05-31 18:08:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26146. [2024-05-31 18:08:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26147. [2024-05-31 18:08:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26148. [2024-05-31 18:08:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26149. [2024-05-31 18:08:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26150. [2024-05-31 18:08:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26151. [2024-05-31 18:08:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26152. [2024-05-31 18:08:42] doctrine.DEBUG: SELECT DATABASE() [] []
  26153. [2024-06-01 15:08:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26154. [2024-06-01 15:08:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26155. [2024-06-01 15:08:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26156. [2024-06-01 15:08:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  26157. [2024-06-01 15:08:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26158. [2024-06-01 15:08:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26159. [2024-06-01 15:08:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26160. [2024-06-01 15:08:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26161. [2024-06-01 15:08:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26162. [2024-06-01 15:08:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26163. [2024-06-01 15:08:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26164. [2024-06-01 15:08:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26165. [2024-06-01 15:08:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26166. [2024-06-01 15:08:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26167. [2024-06-01 15:08:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26168. [2024-06-01 15:08:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26169. [2024-06-01 15:08:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26170. [2024-06-01 15:08:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26171. [2024-06-01 15:08:28] doctrine.DEBUG: SELECT DATABASE() [] []
  26172. [2024-06-01 15:08:28] doctrine.DEBUG: SELECT DATABASE() [] []
  26173. [2024-06-01 15:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26174. [2024-06-01 15:16:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26175. [2024-06-01 15:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26176. [2024-06-01 15:16:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26177. [2024-06-01 15:16:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26178. [2024-06-01 15:16:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26179. [2024-06-01 15:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26180. [2024-06-01 15:16:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26181. [2024-06-01 15:16:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26182. [2024-06-01 15:16:32] doctrine.DEBUG: SELECT DATABASE() [] []
  26183. [2024-06-01 15:16:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26184. [2024-06-01 15:16:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26185. [2024-06-01 15:16:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26186. [2024-06-01 15:16:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26187. [2024-06-01 15:16:34] doctrine.DEBUG: SELECT DATABASE() [] []
  26188. [2024-06-01 15:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26189. [2024-06-01 15:16:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26190. [2024-06-01 15:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26191. [2024-06-01 15:16:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26192. [2024-06-01 15:16:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26193. [2024-06-01 15:16:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26194. [2024-06-01 15:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26195. [2024-06-01 15:16:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26196. [2024-06-01 15:16:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26197. [2024-06-01 15:16:36] doctrine.DEBUG: SELECT DATABASE() [] []
  26198. [2024-06-01 15:16:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26199. [2024-06-01 15:16:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26200. [2024-06-01 15:16:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26201. [2024-06-01 15:16:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26202. [2024-06-01 15:16:37] doctrine.DEBUG: SELECT DATABASE() [] []
  26203. [2024-06-03 12:54:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26204. [2024-06-03 12:54:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26205. [2024-06-03 12:54:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26206. [2024-06-03 12:54:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26207. [2024-06-03 12:54:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26208. [2024-06-03 12:54:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26209. [2024-06-03 12:54:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26210. [2024-06-03 12:54:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26211. [2024-06-03 12:54:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26212. [2024-06-03 12:54:04] doctrine.DEBUG: SELECT DATABASE() [] []
  26213. [2024-06-03 12:54:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26214. [2024-06-03 12:54:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26215. [2024-06-03 12:54:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26216. [2024-06-03 12:54:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26217. [2024-06-03 12:54:18] doctrine.DEBUG: SELECT DATABASE() [] []
  26218. [2024-06-03 14:40:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26219. [2024-06-03 14:40:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26220. [2024-06-03 14:40:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26221. [2024-06-03 14:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26222. [2024-06-03 14:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26223. [2024-06-03 14:40:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26224. [2024-06-03 14:40:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26225. [2024-06-03 14:40:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26226. [2024-06-03 14:40:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26227. [2024-06-03 14:40:33] doctrine.DEBUG: SELECT DATABASE() [] []
  26228. [2024-06-03 14:40:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26229. [2024-06-03 14:40:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26230. [2024-06-03 14:40:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26231. [2024-06-03 14:40:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26232. [2024-06-03 14:40:34] doctrine.DEBUG: SELECT DATABASE() [] []
  26233. [2024-06-03 14:40:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26234. [2024-06-03 14:40:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26235. [2024-06-03 14:40:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26236. [2024-06-03 14:40:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26237. [2024-06-03 14:40:35] doctrine.DEBUG: SELECT DATABASE() [] []
  26238. [2024-06-03 14:40:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26239. [2024-06-03 14:40:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26240. [2024-06-03 14:40:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26241. [2024-06-03 14:40:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26242. [2024-06-03 14:40:35] doctrine.DEBUG: SELECT DATABASE() [] []
  26243. [2024-06-04 21:27:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26244. [2024-06-04 21:27:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26245. [2024-06-04 21:27:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26246. [2024-06-04 21:27:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26247. [2024-06-04 21:27:58] doctrine.DEBUG: SELECT DATABASE() [] []
  26248. [2024-06-04 23:55:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26249. [2024-06-04 23:55:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26250. [2024-06-04 23:55:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26251. [2024-06-04 23:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26252. [2024-06-04 23:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26253. [2024-06-04 23:55:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26254. [2024-06-04 23:55:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26255. [2024-06-04 23:55:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26256. [2024-06-04 23:55:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26257. [2024-06-04 23:55:11] doctrine.DEBUG: SELECT DATABASE() [] []
  26258. [2024-06-04 23:55:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26259. [2024-06-04 23:55:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26260. [2024-06-04 23:55:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26261. [2024-06-04 23:55:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26262. [2024-06-04 23:55:22] doctrine.DEBUG: SELECT DATABASE() [] []
  26263. [2024-06-05 01:17:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26264. [2024-06-05 01:17:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26265. [2024-06-05 01:17:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26266. [2024-06-05 01:17:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26267. [2024-06-05 01:17:28] doctrine.DEBUG: SELECT DATABASE() [] []
  26268. [2024-06-07 00:55:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26269. [2024-06-07 00:55:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOE+/logon.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOE+/logon.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/+CSCOE+/logon.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26270. [2024-06-07 00:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26271. [2024-06-07 00:55:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /+CSCOE+/logon.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /+CSCOE+/logon.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/+CSCOE+/logon.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26272. [2024-06-07 00:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26273. [2024-06-07 00:55:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26274. [2024-06-07 00:55:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26275. [2024-06-07 00:55:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26276. [2024-06-07 00:55:39] doctrine.DEBUG: SELECT DATABASE() [] []
  26277. [2024-06-07 00:55:39] doctrine.DEBUG: SELECT DATABASE() [] []
  26278. [2024-06-08 04:51:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26279. [2024-06-08 04:51:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26280. [2024-06-08 04:51:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /RDWeb/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /RDWeb/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/RDWeb\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26281. [2024-06-08 04:51:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /remote/login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /remote/login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/remote/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26282. [2024-06-08 04:51:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26283. [2024-06-08 04:51:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /remote/login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /remote/login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/remote/login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26284. [2024-06-08 04:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26285. [2024-06-08 04:51:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /RDWeb/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /RDWeb/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/RDWeb\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26286. [2024-06-08 04:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26287. [2024-06-08 04:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26288. [2024-06-08 04:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26289. [2024-06-08 04:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26290. [2024-06-08 04:51:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26291. [2024-06-08 04:51:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26292. [2024-06-08 04:51:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26293. [2024-06-08 04:51:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26294. [2024-06-08 04:51:31] doctrine.DEBUG: SELECT DATABASE() [] []
  26295. [2024-06-08 04:51:31] doctrine.DEBUG: SELECT DATABASE() [] []
  26296. [2024-06-08 04:51:31] doctrine.DEBUG: SELECT DATABASE() [] []
  26297. [2024-06-08 04:51:31] doctrine.DEBUG: SELECT DATABASE() [] []
  26298. [2024-06-08 09:27:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26299. [2024-06-08 09:27:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26300. [2024-06-08 09:28:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26301. [2024-06-08 09:28:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26302. [2024-06-08 09:28:00] doctrine.DEBUG: SELECT DATABASE() [] []
  26303. [2024-06-08 11:54:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26304. [2024-06-08 11:54:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /global-protect/login.esp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /global-protect/login.esp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/global-protect/login.esp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26305. [2024-06-08 11:54:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26306. [2024-06-08 11:54:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26307. [2024-06-08 11:54:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26308. [2024-06-08 11:54:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26309. [2024-06-08 11:54:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sslmgr"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sslmgr\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sslmgr/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26310. [2024-06-08 11:54:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26311. [2024-06-08 11:54:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26312. [2024-06-08 11:54:44] doctrine.DEBUG: SELECT DATABASE() [] []
  26313. [2024-06-08 15:14:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26314. [2024-06-08 15:14:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /logon/LogonPoint/tmindex.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /logon/LogonPoint/tmindex.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logon/LogonPoint/tmindex.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26315. [2024-06-08 15:14:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26316. [2024-06-08 15:14:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26317. [2024-06-08 15:14:16] doctrine.DEBUG: SELECT DATABASE() [] []
  26318. [2024-06-08 15:14:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26319. [2024-06-08 15:14:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /logon/LogonPoint/tmindex.html"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /logon/LogonPoint/tmindex.html\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logon/LogonPoint/tmindex.html/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26320. [2024-06-08 15:14:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26321. [2024-06-08 15:14:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26322. [2024-06-08 15:14:19] doctrine.DEBUG: SELECT DATABASE() [] []
  26323. [2024-06-08 21:34:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26324. [2024-06-08 21:34:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26325. [2024-06-08 21:34:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26326. [2024-06-08 21:34:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26327. [2024-06-08 21:34:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26328. [2024-06-08 21:34:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26329. [2024-06-08 21:34:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26330. [2024-06-08 21:34:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26331. [2024-06-08 21:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26332. [2024-06-08 21:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26333. [2024-06-08 21:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26334. [2024-06-08 21:34:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26335. [2024-06-08 21:34:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26336. [2024-06-08 21:34:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26337. [2024-06-08 21:34:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26338. [2024-06-08 21:34:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26339. [2024-06-08 21:34:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26340. [2024-06-08 21:34:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26341. [2024-06-08 21:34:51] doctrine.DEBUG: SELECT DATABASE() [] []
  26342. [2024-06-08 21:34:51] doctrine.DEBUG: SELECT DATABASE() [] []
  26343. [2024-06-08 21:34:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26344. [2024-06-08 21:34:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /my.policy"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /my.policy\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my.policy/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26345. [2024-06-08 21:34:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26346. [2024-06-08 21:34:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26347. [2024-06-08 21:34:52] doctrine.DEBUG: SELECT DATABASE() [] []
  26348. [2024-06-09 02:30:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26349. [2024-06-09 02:30:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dana-na/auth/url_default/welcome.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dana-na/auth/url_default/welcome.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dana-na/auth/url_default/welcome.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26350. [2024-06-09 02:30:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26351. [2024-06-09 02:30:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26352. [2024-06-09 02:30:37] doctrine.DEBUG: SELECT DATABASE() [] []
  26353. [2024-06-09 02:30:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26354. [2024-06-09 02:30:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dana-na/auth/url_2/welcome.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dana-na/auth/url_2/welcome.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dana-na/auth/url_2/welcome.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26355. [2024-06-09 02:30:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26356. [2024-06-09 02:30:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26357. [2024-06-09 02:30:37] doctrine.DEBUG: SELECT DATABASE() [] []
  26358. [2024-06-09 02:30:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26359. [2024-06-09 02:30:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dana-na/auth/url_3/welcome.cgi"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dana-na/auth/url_3/welcome.cgi\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dana-na/auth/url_3/welcome.cgi/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26360. [2024-06-09 02:30:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26361. [2024-06-09 02:30:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26362. [2024-06-09 02:30:38] doctrine.DEBUG: SELECT DATABASE() [] []
  26363. [2024-06-09 13:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26364. [2024-06-09 13:43:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26365. [2024-06-09 13:43:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26366. [2024-06-09 13:43:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26367. [2024-06-09 13:43:48] doctrine.DEBUG: SELECT DATABASE() [] []
  26368. [2024-06-10 15:21:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26369. [2024-06-10 15:21:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26370. [2024-06-10 15:21:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26371. [2024-06-10 15:21:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26372. [2024-06-10 15:21:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26373. [2024-06-10 15:21:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26374. [2024-06-10 15:21:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26375. [2024-06-10 15:21:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26376. [2024-06-10 15:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26377. [2024-06-10 15:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26378. [2024-06-10 15:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26379. [2024-06-10 15:21:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26380. [2024-06-10 15:21:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26381. [2024-06-10 15:21:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26382. [2024-06-10 15:21:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26383. [2024-06-10 15:21:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26384. [2024-06-10 15:21:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26385. [2024-06-10 15:21:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26386. [2024-06-10 15:21:54] doctrine.DEBUG: SELECT DATABASE() [] []
  26387. [2024-06-10 15:21:54] doctrine.DEBUG: SELECT DATABASE() [] []
  26388. [2024-06-11 14:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26389. [2024-06-11 14:31:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26390. [2024-06-11 14:31:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26391. [2024-06-11 14:31:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26392. [2024-06-11 14:31:54] doctrine.DEBUG: SELECT DATABASE() [] []
  26393. [2024-06-11 14:31:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26394. [2024-06-11 14:31:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Login"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Login\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Login/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26395. [2024-06-11 14:31:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26396. [2024-06-11 14:31:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26397. [2024-06-11 14:31:54] doctrine.DEBUG: SELECT DATABASE() [] []
  26398. [2024-06-12 20:14:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26399. [2024-06-12 20:14:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26400. [2024-06-12 20:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26401. [2024-06-12 20:14:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26402. [2024-06-12 20:14:56] doctrine.DEBUG: SELECT DATABASE() [] []
  26403. [2024-06-13 03:15:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26404. [2024-06-13 03:15:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26405. [2024-06-13 03:15:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26406. [2024-06-13 03:15:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26407. [2024-06-13 03:15:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26408. [2024-06-13 03:15:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26409. [2024-06-13 03:15:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26410. [2024-06-13 03:15:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26411. [2024-06-13 03:15:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26412. [2024-06-13 03:15:53] doctrine.DEBUG: SELECT DATABASE() [] []
  26413. [2024-06-13 04:16:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26414. [2024-06-13 04:16:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26415. [2024-06-13 04:16:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26416. [2024-06-13 04:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26417. [2024-06-13 04:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26418. [2024-06-13 04:16:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26419. [2024-06-13 04:16:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26420. [2024-06-13 04:16:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26421. [2024-06-13 04:16:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26422. [2024-06-13 04:16:48] doctrine.DEBUG: SELECT DATABASE() [] []
  26423. [2024-06-13 04:32:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26424. [2024-06-13 04:32:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26425. [2024-06-13 04:32:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26426. [2024-06-13 04:32:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26427. [2024-06-13 04:32:41] doctrine.DEBUG: SELECT DATABASE() [] []
  26428. [2024-06-13 04:32:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26429. [2024-06-13 04:32:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26430. [2024-06-13 04:32:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26431. [2024-06-13 04:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26432. [2024-06-13 04:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26433. [2024-06-13 04:32:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26434. [2024-06-13 04:32:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26435. [2024-06-13 04:32:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26436. [2024-06-13 04:32:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26437. [2024-06-13 04:32:42] doctrine.DEBUG: SELECT DATABASE() [] []
  26438. [2024-06-13 11:29:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26439. [2024-06-13 11:29:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26440. [2024-06-13 11:29:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26441. [2024-06-13 11:29:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26442. [2024-06-13 11:29:53] doctrine.DEBUG: SELECT DATABASE() [] []
  26443. [2024-06-13 11:29:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26444. [2024-06-13 11:29:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26445. [2024-06-13 11:29:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26446. [2024-06-13 11:29:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26447. [2024-06-13 11:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26448. [2024-06-13 11:29:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26449. [2024-06-13 11:29:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26450. [2024-06-13 11:29:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26451. [2024-06-13 11:29:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26452. [2024-06-13 11:29:55] doctrine.DEBUG: SELECT DATABASE() [] []
  26453. [2024-06-14 12:02:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26454. [2024-06-14 12:02:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26455. [2024-06-14 12:02:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26456. [2024-06-14 12:02:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26457. [2024-06-14 12:02:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26458. [2024-06-14 12:02:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26459. [2024-06-14 12:02:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26460. [2024-06-14 12:02:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26461. [2024-06-14 12:02:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26462. [2024-06-14 12:02:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26463. [2024-06-14 12:02:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26464. [2024-06-14 12:02:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26465. [2024-06-14 12:02:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26466. [2024-06-14 12:02:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26467. [2024-06-14 12:02:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26468. [2024-06-14 12:02:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26469. [2024-06-14 12:02:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26470. [2024-06-14 12:02:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26471. [2024-06-14 12:02:23] doctrine.DEBUG: SELECT DATABASE() [] []
  26472. [2024-06-14 12:02:23] doctrine.DEBUG: SELECT DATABASE() [] []
  26473. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26474. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26475. [2024-06-14 12:02:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26476. [2024-06-14 12:02:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26477. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26478. [2024-06-14 12:02:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26479. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26480. [2024-06-14 12:02:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26481. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26482. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26483. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26484. [2024-06-14 12:02:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26485. [2024-06-14 12:02:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26486. [2024-06-14 12:02:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26487. [2024-06-14 12:02:30] doctrine.DEBUG: SELECT DATABASE() [] []
  26488. [2024-06-14 12:02:30] doctrine.DEBUG: SELECT DATABASE() [] []
  26489. [2024-06-14 12:02:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26490. [2024-06-14 12:02:30] doctrine.DEBUG: SELECT DATABASE() [] []
  26491. [2024-06-14 12:02:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26492. [2024-06-14 12:02:30] doctrine.DEBUG: SELECT DATABASE() [] []
  26493. [2024-06-15 04:50:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26494. [2024-06-15 04:50:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26495. [2024-06-15 04:50:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26496. [2024-06-15 04:50:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26497. [2024-06-15 04:50:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26498. [2024-06-15 04:50:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26499. [2024-06-15 04:50:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26500. [2024-06-15 04:50:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26501. [2024-06-15 04:50:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26502. [2024-06-15 04:50:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26503. [2024-06-15 04:50:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26504. [2024-06-15 04:50:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26505. [2024-06-15 04:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26506. [2024-06-15 04:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26507. [2024-06-15 04:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26508. [2024-06-15 04:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26509. [2024-06-15 04:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26510. [2024-06-15 04:51:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26511. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26512. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26513. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26514. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26515. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26516. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26517. [2024-06-15 04:51:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26518. [2024-06-15 04:51:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26519. [2024-06-15 04:51:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26520. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26521. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26522. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26523. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26524. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26525. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26526. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26527. [2024-06-15 04:51:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26528. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26529. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26530. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26531. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26532. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26533. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26534. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26535. [2024-06-15 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26536. [2024-06-15 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26537. [2024-06-15 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26538. [2024-06-15 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26539. [2024-06-15 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26540. [2024-06-15 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26541. [2024-06-15 04:51:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26542. [2024-06-15 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26543. [2024-06-15 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26544. [2024-06-15 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26545. [2024-06-15 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26546. [2024-06-15 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26547. [2024-06-15 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26548. [2024-06-15 04:51:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26549. [2024-06-15 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26550. [2024-06-15 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26551. [2024-06-15 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26552. [2024-06-15 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26553. [2024-06-15 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26554. [2024-06-15 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26555. [2024-06-15 04:51:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26556. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  26557. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  26558. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  26559. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  26560. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  26561. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  26562. [2024-06-15 04:51:02] doctrine.DEBUG: SELECT DATABASE() [] []
  26563. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26564. [2024-06-15 04:51:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26565. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26566. [2024-06-15 04:51:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26567. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26568. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26569. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26570. [2024-06-15 04:51:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26571. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26572. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26573. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26574. [2024-06-15 04:51:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26575. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26576. [2024-06-15 04:51:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26577. [2024-06-15 04:51:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26578. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT DATABASE() [] []
  26579. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26580. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26581. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26582. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26583. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26584. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26585. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26586. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26587. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26588. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26589. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26590. [2024-06-15 04:51:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26591. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26592. [2024-06-15 04:51:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26593. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26594. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26595. [2024-06-15 04:51:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26596. [2024-06-15 04:51:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26597. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT DATABASE() [] []
  26598. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT DATABASE() [] []
  26599. [2024-06-15 04:51:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26600. [2024-06-15 04:51:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26601. [2024-06-15 04:51:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26602. [2024-06-15 04:51:04] doctrine.DEBUG: SELECT DATABASE() [] []
  26603. [2024-06-15 04:51:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26604. [2024-06-15 04:51:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26605. [2024-06-15 04:51:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26606. [2024-06-15 04:51:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26607. [2024-06-15 04:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26608. [2024-06-15 04:51:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26609. [2024-06-15 04:51:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26610. [2024-06-15 04:51:06] doctrine.DEBUG: SELECT DATABASE() [] []
  26611. [2024-06-15 04:51:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26612. [2024-06-15 04:51:06] doctrine.DEBUG: SELECT DATABASE() [] []
  26613. [2024-06-15 04:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26614. [2024-06-15 04:51:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26615. [2024-06-15 04:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26616. [2024-06-15 04:51:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26617. [2024-06-15 04:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26618. [2024-06-15 04:51:07] doctrine.DEBUG: SELECT DATABASE() [] []
  26619. [2024-06-15 04:51:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26620. [2024-06-15 04:51:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26621. [2024-06-15 04:51:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26622. [2024-06-15 04:51:07] doctrine.DEBUG: SELECT DATABASE() [] []
  26623. [2024-06-15 04:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26624. [2024-06-15 04:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26625. [2024-06-15 04:51:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26626. [2024-06-15 04:51:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26627. [2024-06-15 04:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26628. [2024-06-15 04:51:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26629. [2024-06-15 04:51:08] doctrine.DEBUG: SELECT DATABASE() [] []
  26630. [2024-06-15 04:51:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26631. [2024-06-15 04:51:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26632. [2024-06-15 04:51:08] doctrine.DEBUG: SELECT DATABASE() [] []
  26633. [2024-06-15 04:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26634. [2024-06-15 04:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26635. [2024-06-15 04:51:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26636. [2024-06-15 04:51:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26637. [2024-06-15 04:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26638. [2024-06-15 04:51:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26639. [2024-06-15 04:51:09] doctrine.DEBUG: SELECT DATABASE() [] []
  26640. [2024-06-15 04:51:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26641. [2024-06-15 04:51:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26642. [2024-06-15 04:51:09] doctrine.DEBUG: SELECT DATABASE() [] []
  26643. [2024-06-15 04:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26644. [2024-06-15 04:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26645. [2024-06-15 04:51:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26646. [2024-06-15 04:51:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26647. [2024-06-15 04:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26648. [2024-06-15 04:51:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26649. [2024-06-15 04:51:10] doctrine.DEBUG: SELECT DATABASE() [] []
  26650. [2024-06-15 04:51:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26651. [2024-06-15 04:51:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26652. [2024-06-15 04:51:10] doctrine.DEBUG: SELECT DATABASE() [] []
  26653. [2024-06-15 04:51:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26654. [2024-06-15 04:51:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26655. [2024-06-15 04:51:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26656. [2024-06-15 04:51:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26657. [2024-06-15 04:51:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26658. [2024-06-15 04:51:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26659. [2024-06-15 04:51:11] doctrine.DEBUG: SELECT DATABASE() [] []
  26660. [2024-06-15 04:51:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26661. [2024-06-15 04:51:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26662. [2024-06-15 04:51:11] doctrine.DEBUG: SELECT DATABASE() [] []
  26663. [2024-06-15 04:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26664. [2024-06-15 04:51:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26665. [2024-06-15 04:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26666. [2024-06-15 04:51:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26667. [2024-06-15 04:51:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26668. [2024-06-15 04:51:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26669. [2024-06-15 04:51:12] doctrine.DEBUG: SELECT DATABASE() [] []
  26670. [2024-06-15 04:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26671. [2024-06-15 04:51:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26672. [2024-06-15 04:51:13] doctrine.DEBUG: SELECT DATABASE() [] []
  26673. [2024-06-15 04:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26674. [2024-06-15 04:51:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26675. [2024-06-15 04:51:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26676. [2024-06-15 04:51:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26677. [2024-06-15 04:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26678. [2024-06-15 04:51:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26679. [2024-06-15 04:51:14] doctrine.DEBUG: SELECT DATABASE() [] []
  26680. [2024-06-15 04:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26681. [2024-06-15 04:51:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26682. [2024-06-15 04:51:14] doctrine.DEBUG: SELECT DATABASE() [] []
  26683. [2024-06-15 04:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26684. [2024-06-15 04:51:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26685. [2024-06-15 04:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26686. [2024-06-15 04:51:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26687. [2024-06-15 04:51:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26688. [2024-06-15 04:51:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26689. [2024-06-15 04:51:15] doctrine.DEBUG: SELECT DATABASE() [] []
  26690. [2024-06-15 04:51:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26691. [2024-06-15 04:51:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26692. [2024-06-15 04:51:15] doctrine.DEBUG: SELECT DATABASE() [] []
  26693. [2024-06-15 04:51:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26694. [2024-06-15 04:51:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26695. [2024-06-15 04:51:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26696. [2024-06-15 04:51:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26697. [2024-06-15 04:51:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26698. [2024-06-15 04:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26699. [2024-06-15 04:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26700. [2024-06-15 04:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  26701. [2024-06-15 04:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26702. [2024-06-15 04:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  26703. [2024-06-15 04:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26704. [2024-06-15 04:51:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26705. [2024-06-15 04:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26706. [2024-06-15 04:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26707. [2024-06-15 04:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26708. [2024-06-15 04:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  26709. [2024-06-15 04:51:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26710. [2024-06-15 04:51:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26711. [2024-06-15 04:51:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26712. [2024-06-15 04:51:16] doctrine.DEBUG: SELECT DATABASE() [] []
  26713. [2024-06-15 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26714. [2024-06-15 04:51:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26715. [2024-06-15 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26716. [2024-06-15 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26717. [2024-06-15 04:51:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26718. [2024-06-15 04:51:17] doctrine.DEBUG: SELECT DATABASE() [] []
  26719. [2024-06-15 04:51:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26720. [2024-06-15 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26721. [2024-06-15 04:51:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26722. [2024-06-15 04:51:17] doctrine.DEBUG: SELECT DATABASE() [] []
  26723. [2024-06-15 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26724. [2024-06-15 04:51:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26725. [2024-06-15 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26726. [2024-06-15 04:51:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26727. [2024-06-15 04:51:17] doctrine.DEBUG: SELECT DATABASE() [] []
  26728. [2024-06-15 04:51:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26729. [2024-06-15 04:51:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26730. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26731. [2024-06-15 04:51:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26732. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26733. [2024-06-15 04:51:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26734. [2024-06-15 04:51:18] doctrine.DEBUG: SELECT DATABASE() [] []
  26735. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26736. [2024-06-15 04:51:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26737. [2024-06-15 04:51:18] doctrine.DEBUG: SELECT DATABASE() [] []
  26738. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26739. [2024-06-15 04:51:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
  26740. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26741. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26742. [2024-06-15 04:51:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26743. [2024-06-15 04:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26744. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26745. [2024-06-15 04:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26746. [2024-06-15 04:51:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26747. [2024-06-15 04:51:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26748. [2024-06-15 04:51:18] doctrine.DEBUG: SELECT DATABASE() [] []
  26749. [2024-06-15 04:51:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26750. [2024-06-15 04:51:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26751. [2024-06-15 04:51:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26752. [2024-06-15 04:51:18] doctrine.DEBUG: SELECT DATABASE() [] []
  26753. [2024-06-15 04:51:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26754. [2024-06-15 04:51:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26755. [2024-06-15 04:51:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26756. [2024-06-15 04:51:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26757. [2024-06-15 04:51:19] doctrine.DEBUG: SELECT DATABASE() [] []
  26758. [2024-06-15 04:51:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26759. [2024-06-15 04:51:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
  26760. [2024-06-15 04:51:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26761. [2024-06-15 04:51:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26762. [2024-06-15 04:51:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26763. [2024-06-15 04:51:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26764. [2024-06-15 04:51:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26765. [2024-06-15 04:51:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26766. [2024-06-15 04:51:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26767. [2024-06-15 04:51:20] doctrine.DEBUG: SELECT DATABASE() [] []
  26768. [2024-06-15 04:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26769. [2024-06-15 04:51:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26770. [2024-06-15 04:51:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26771. [2024-06-15 04:51:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26772. [2024-06-15 04:51:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26773. [2024-06-15 04:51:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26774. [2024-06-15 04:51:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26775. [2024-06-15 04:51:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26776. [2024-06-15 04:51:32] doctrine.DEBUG: SELECT DATABASE() [] []
  26777. [2024-06-15 04:51:32] doctrine.DEBUG: SELECT DATABASE() [] []
  26778. [2024-06-15 04:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26779. [2024-06-15 04:51:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26780. [2024-06-15 04:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26781. [2024-06-15 04:51:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26782. [2024-06-15 04:51:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26783. [2024-06-15 04:51:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26784. [2024-06-15 04:51:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26785. [2024-06-15 04:51:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26786. [2024-06-15 04:51:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26787. [2024-06-15 04:51:42] doctrine.DEBUG: SELECT DATABASE() [] []
  26788. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26789. [2024-06-15 04:51:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26790. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26791. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26792. [2024-06-15 04:51:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aos@next/dist/aos.js" (from "http://rbbe.asb-digital.fr/aos@next/dist/aos.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aos@next/dist/aos.js\" (from \"http://rbbe.asb-digital.fr/aos@next/dist/aos.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26793. [2024-06-15 04:51:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config" (from "http://rbbe.asb-digital.fr/.git/config")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.git/config\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26794. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26795. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26796. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26797. [2024-06-15 04:51:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /0878a33904.js" (from "http://rbbe.asb-digital.fr/0878a33904.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /0878a33904.js\" (from \"http://rbbe.asb-digital.fr/0878a33904.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26798. [2024-06-15 04:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26799. [2024-06-15 04:51:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /recaptcha/api.js" (from "http://rbbe.asb-digital.fr/recaptcha/api.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /recaptcha/api.js\" (from \"http://rbbe.asb-digital.fr/recaptcha/api.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26800. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26801. [2024-06-15 04:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26802. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26803. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26804. [2024-06-15 04:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26805. [2024-06-15 04:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26806. [2024-06-15 04:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26807. [2024-06-15 04:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26808. [2024-06-15 04:51:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gtag/js" (from "http://rbbe.asb-digital.fr/gtag/js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gtag/js\" (from \"http://rbbe.asb-digital.fr/gtag/js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gtag/js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26809. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26810. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26811. [2024-06-15 04:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26812. [2024-06-15 04:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26813. [2024-06-15 04:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26814. [2024-06-15 04:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26815. [2024-06-15 04:51:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26816. [2024-06-15 04:51:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26817. [2024-06-15 04:51:43] doctrine.DEBUG: SELECT DATABASE() [] []
  26818. [2024-06-15 04:51:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26819. [2024-06-15 04:51:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26820. [2024-06-15 04:51:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26821. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26822. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26823. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26824. [2024-06-15 04:51:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26825. [2024-06-15 04:51:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26826. [2024-06-15 04:51:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26827. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT DATABASE() [] []
  26828. [2024-06-15 04:51:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26829. [2024-06-15 04:51:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26830. [2024-06-15 04:51:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26831. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26832. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26833. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26834. [2024-06-15 04:51:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26835. [2024-06-15 04:51:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26836. [2024-06-15 04:51:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26837. [2024-06-15 04:51:51] doctrine.DEBUG: SELECT DATABASE() [] []
  26838. [2024-06-15 04:51:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26839. [2024-06-15 04:51:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  26840. [2024-06-15 04:51:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26841. [2024-06-15 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26842. [2024-06-15 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26843. [2024-06-15 04:51:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26844. [2024-06-15 04:51:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26845. [2024-06-15 04:51:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26846. [2024-06-15 04:51:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26847. [2024-06-15 04:51:53] doctrine.DEBUG: SELECT DATABASE() [] []
  26848. [2024-06-15 04:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26849. [2024-06-15 04:51:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06846f"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/06846f","method":"GET"} []
  26850. [2024-06-15 04:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26851. [2024-06-15 04:51:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26852. [2024-06-15 04:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26853. [2024-06-15 04:51:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26854. [2024-06-15 04:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26855. [2024-06-15 04:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26856. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26857. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26858. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26859. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26860. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26861. [2024-06-15 04:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26862. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26863. [2024-06-15 04:51:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26864. [2024-06-15 04:51:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26865. [2024-06-15 04:51:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26866. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT DATABASE() [] []
  26867. [2024-06-15 04:51:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26868. [2024-06-15 04:51:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26869. [2024-06-15 04:51:55] doctrine.DEBUG: SELECT DATABASE() [] []
  26870. [2024-06-15 04:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26871. [2024-06-15 04:51:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26872. [2024-06-15 04:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26873. [2024-06-15 04:51:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26874. [2024-06-15 04:51:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26875. [2024-06-15 04:51:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26876. [2024-06-15 04:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26877. [2024-06-15 04:51:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26878. [2024-06-15 04:51:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26879. [2024-06-15 04:51:58] doctrine.DEBUG: SELECT DATABASE() [] []
  26880. [2024-06-15 04:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26881. [2024-06-15 04:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26882. [2024-06-15 04:52:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26883. [2024-06-15 04:52:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26884. [2024-06-15 04:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26885. [2024-06-15 04:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26886. [2024-06-15 04:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26887. [2024-06-15 04:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26888. [2024-06-15 04:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26889. [2024-06-15 04:52:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26890. [2024-06-15 04:52:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26891. [2024-06-15 04:52:00] doctrine.DEBUG: SELECT DATABASE() [] []
  26892. [2024-06-15 04:52:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26893. [2024-06-15 04:52:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26894. [2024-06-15 04:52:01] doctrine.DEBUG: SELECT DATABASE() [] []
  26895. [2024-06-15 04:52:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26896. [2024-06-15 04:52:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26897. [2024-06-15 04:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26898. [2024-06-15 04:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26899. [2024-06-15 04:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26900. [2024-06-15 04:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26901. [2024-06-15 04:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26902. [2024-06-15 04:52:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26903. [2024-06-15 04:52:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26904. [2024-06-15 04:52:28] doctrine.DEBUG: SELECT DATABASE() [] []
  26905. [2024-06-15 04:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26906. [2024-06-15 04:52:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26907. [2024-06-15 04:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26908. [2024-06-15 04:52:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26909. [2024-06-15 04:52:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26910. [2024-06-15 04:52:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26911. [2024-06-15 04:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26912. [2024-06-15 04:52:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26913. [2024-06-15 04:52:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26914. [2024-06-15 04:52:30] doctrine.DEBUG: SELECT DATABASE() [] []
  26915. [2024-06-15 04:52:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26916. [2024-06-15 04:52:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26917. [2024-06-15 04:52:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26918. [2024-06-15 04:52:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26919. [2024-06-15 04:52:31] doctrine.DEBUG: SELECT DATABASE() [] []
  26920. [2024-06-15 04:52:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26921. [2024-06-15 04:52:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26922. [2024-06-15 04:52:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26923. [2024-06-15 04:52:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26924. [2024-06-15 04:52:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26925. [2024-06-15 04:52:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26926. [2024-06-15 04:52:32] doctrine.DEBUG: SELECT DATABASE() [] []
  26927. [2024-06-15 04:52:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26928. [2024-06-15 04:52:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26929. [2024-06-15 04:52:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26930. [2024-06-15 04:52:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26931. [2024-06-15 04:52:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26932. [2024-06-15 04:52:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26933. [2024-06-15 04:52:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26934. [2024-06-15 04:52:33] doctrine.DEBUG: SELECT DATABASE() [] []
  26935. [2024-06-15 04:52:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26936. [2024-06-15 04:52:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ec998"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/5ec998","method":"GET"} []
  26937. [2024-06-15 04:52:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26938. [2024-06-15 04:52:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b463b7"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/b463b7","method":"GET"} []
  26939. [2024-06-15 04:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26940. [2024-06-15 04:52:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26941. [2024-06-15 04:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26942. [2024-06-15 04:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26943. [2024-06-15 04:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26944. [2024-06-15 04:52:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26945. [2024-06-15 04:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26946. [2024-06-15 04:52:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26947. [2024-06-15 04:52:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26948. [2024-06-15 04:52:38] doctrine.DEBUG: SELECT DATABASE() [] []
  26949. [2024-06-15 04:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26950. [2024-06-15 04:52:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26951. [2024-06-15 04:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26952. [2024-06-15 04:52:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  26953. [2024-06-15 04:52:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26954. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26955. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26956. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26957. [2024-06-15 04:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26958. [2024-06-15 04:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26959. [2024-06-15 04:52:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26960. [2024-06-15 04:52:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26961. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT DATABASE() [] []
  26962. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  26963. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  26964. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  26965. [2024-06-15 04:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  26966. [2024-06-15 04:52:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  26967. [2024-06-15 04:52:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26968. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT DATABASE() [] []
  26969. [2024-06-15 04:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26970. [2024-06-15 04:52:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26971. [2024-06-15 04:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26972. [2024-06-15 04:52:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26973. [2024-06-15 04:52:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config" (from "http://rbbe.asb-digital.fr/.git/config")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.git/config\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26974. [2024-06-15 04:52:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26975. [2024-06-15 04:52:39] doctrine.DEBUG: SELECT DATABASE() [] []
  26976. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26977. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26978. [2024-06-15 04:52:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26979. [2024-06-15 04:52:40] doctrine.DEBUG: SELECT DATABASE() [] []
  26980. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26981. [2024-06-15 04:52:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /0878a33904.js" (from "http://rbbe.asb-digital.fr/0878a33904.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /0878a33904.js\" (from \"http://rbbe.asb-digital.fr/0878a33904.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26982. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26983. [2024-06-15 04:52:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aos@next/dist/aos.js" (from "http://rbbe.asb-digital.fr/aos@next/dist/aos.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aos@next/dist/aos.js\" (from \"http://rbbe.asb-digital.fr/aos@next/dist/aos.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26984. [2024-06-15 04:52:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /recaptcha/api.js" (from "http://rbbe.asb-digital.fr/recaptcha/api.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /recaptcha/api.js\" (from \"http://rbbe.asb-digital.fr/recaptcha/api.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26985. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26986. [2024-06-15 04:52:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gtag/js" (from "http://rbbe.asb-digital.fr/gtag/js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gtag/js\" (from \"http://rbbe.asb-digital.fr/gtag/js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gtag/js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26987. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26988. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26989. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26990. [2024-06-15 04:52:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26991. [2024-06-15 04:52:40] doctrine.DEBUG: SELECT DATABASE() [] []
  26992. [2024-06-15 04:52:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26993. [2024-06-15 04:52:40] doctrine.DEBUG: SELECT DATABASE() [] []
  26994. [2024-06-15 04:52:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  26995. [2024-06-15 04:52:40] doctrine.DEBUG: SELECT DATABASE() [] []
  26996. [2024-06-15 04:52:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  26997. [2024-06-15 04:52:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  26998. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  26999. [2024-06-15 04:52:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27000. [2024-06-15 04:52:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27001. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27002. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27003. [2024-06-15 04:52:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27004. [2024-06-15 04:52:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27005. [2024-06-15 04:52:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aos@next/dist/aos.js" (from "http://rbbe.asb-digital.fr/aos@next/dist/aos.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aos@next/dist/aos.js\" (from \"http://rbbe.asb-digital.fr/aos@next/dist/aos.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27006. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27007. [2024-06-15 04:52:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gtag/js" (from "http://rbbe.asb-digital.fr/gtag/js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gtag/js\" (from \"http://rbbe.asb-digital.fr/gtag/js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gtag/js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27008. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27009. [2024-06-15 04:52:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /recaptcha/api.js" (from "http://rbbe.asb-digital.fr/recaptcha/api.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /recaptcha/api.js\" (from \"http://rbbe.asb-digital.fr/recaptcha/api.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27010. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27011. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27012. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27013. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27014. [2024-06-15 04:52:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config" (from "http://rbbe.asb-digital.fr/.git/config")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.git/config\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27015. [2024-06-15 04:52:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /0878a33904.js" (from "http://rbbe.asb-digital.fr/0878a33904.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /0878a33904.js\" (from \"http://rbbe.asb-digital.fr/0878a33904.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27016. [2024-06-15 04:52:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27017. [2024-06-15 04:52:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27018. [2024-06-15 04:52:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27019. [2024-06-15 04:52:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27020. [2024-06-15 04:52:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27021. [2024-06-15 04:52:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27022. [2024-06-15 04:52:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27023. [2024-06-15 04:52:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27024. [2024-06-15 04:52:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27025. [2024-06-15 04:52:42] doctrine.DEBUG: SELECT DATABASE() [] []
  27026. [2024-06-15 04:52:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27027. [2024-06-15 04:52:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27028. [2024-06-15 04:52:42] doctrine.DEBUG: SELECT DATABASE() [] []
  27029. [2024-06-15 04:52:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27030. [2024-06-15 04:52:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27031. [2024-06-15 04:52:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27032. [2024-06-15 04:52:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27033. [2024-06-15 04:52:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27034. [2024-06-15 04:52:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27035. [2024-06-15 04:52:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27036. [2024-06-15 04:52:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27037. [2024-06-15 04:52:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27038. [2024-06-15 04:52:45] doctrine.DEBUG: SELECT DATABASE() [] []
  27039. [2024-06-15 04:52:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27040. [2024-06-15 04:52:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e78594"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/e78594","method":"GET"} []
  27041. [2024-06-15 04:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27042. [2024-06-15 04:52:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27043. [2024-06-15 04:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27044. [2024-06-15 04:52:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27045. [2024-06-15 04:52:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27046. [2024-06-15 04:52:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27047. [2024-06-15 04:52:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27048. [2024-06-15 04:52:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27049. [2024-06-15 04:52:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27050. [2024-06-15 04:52:54] doctrine.DEBUG: SELECT DATABASE() [] []
  27051. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27052. [2024-06-15 04:52:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27053. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27054. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27055. [2024-06-15 04:52:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /0878a33904.js" (from "http://rbbe.asb-digital.fr/0878a33904.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /0878a33904.js\" (from \"http://rbbe.asb-digital.fr/0878a33904.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27056. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27057. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27058. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27059. [2024-06-15 04:52:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gtag/js" (from "http://rbbe.asb-digital.fr/gtag/js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gtag/js\" (from \"http://rbbe.asb-digital.fr/gtag/js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gtag/js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27060. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27061. [2024-06-15 04:52:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aos@next/dist/aos.js" (from "http://rbbe.asb-digital.fr/aos@next/dist/aos.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aos@next/dist/aos.js\" (from \"http://rbbe.asb-digital.fr/aos@next/dist/aos.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27062. [2024-06-15 04:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27063. [2024-06-15 04:52:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config" (from "http://rbbe.asb-digital.fr/.git/config")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.git/config\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27064. [2024-06-15 04:52:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /recaptcha/api.js" (from "http://rbbe.asb-digital.fr/recaptcha/api.js")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /recaptcha/api.js\" (from \"http://rbbe.asb-digital.fr/recaptcha/api.js\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27065. [2024-06-15 04:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27066. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27067. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27068. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27069. [2024-06-15 04:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27070. [2024-06-15 04:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27071. [2024-06-15 04:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27072. [2024-06-15 04:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27073. [2024-06-15 04:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27074. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27075. [2024-06-15 04:52:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27076. [2024-06-15 04:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27077. [2024-06-15 04:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27078. [2024-06-15 04:52:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27079. [2024-06-15 04:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27080. [2024-06-15 04:52:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27081. [2024-06-15 04:58:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27082. [2024-06-15 04:58:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27083. [2024-06-15 04:58:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27084. [2024-06-15 04:58:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27085. [2024-06-15 04:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27086. [2024-06-15 04:58:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27087. [2024-06-15 04:58:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27088. [2024-06-15 04:58:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27089. [2024-06-15 04:58:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27090. [2024-06-15 04:58:21] doctrine.DEBUG: SELECT DATABASE() [] []
  27091. [2024-06-15 04:58:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27092. [2024-06-15 04:58:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27093. [2024-06-15 04:58:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27094. [2024-06-15 04:58:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27095. [2024-06-15 04:58:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27096. [2024-06-15 04:58:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27097. [2024-06-15 04:58:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27098. [2024-06-15 04:58:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27099. [2024-06-15 04:58:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27100. [2024-06-15 04:58:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27101. [2024-06-15 05:00:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27102. [2024-06-15 05:00:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27103. [2024-06-15 05:00:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27104. [2024-06-15 05:00:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27105. [2024-06-15 05:00:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27106. [2024-06-15 05:00:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27107. [2024-06-15 05:00:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27108. [2024-06-15 05:00:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27109. [2024-06-15 05:00:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27110. [2024-06-15 05:00:56] doctrine.DEBUG: SELECT DATABASE() [] []
  27111. [2024-06-15 05:01:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27112. [2024-06-15 05:01:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27113. [2024-06-15 05:01:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27114. [2024-06-15 05:01:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27115. [2024-06-15 05:01:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27116. [2024-06-15 05:01:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27117. [2024-06-15 05:01:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27118. [2024-06-15 05:01:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27119. [2024-06-15 05:01:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27120. [2024-06-15 05:01:18] doctrine.DEBUG: SELECT DATABASE() [] []
  27121. [2024-06-15 05:01:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27122. [2024-06-15 05:01:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27123. [2024-06-15 05:01:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27124. [2024-06-15 05:01:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27125. [2024-06-15 05:01:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27126. [2024-06-15 05:01:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27127. [2024-06-15 05:01:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27128. [2024-06-15 05:01:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27129. [2024-06-15 05:01:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27130. [2024-06-15 05:01:42] doctrine.DEBUG: SELECT DATABASE() [] []
  27131. [2024-06-15 05:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27132. [2024-06-15 05:01:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27133. [2024-06-15 05:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27134. [2024-06-15 05:01:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27135. [2024-06-15 05:01:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27136. [2024-06-15 05:01:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27137. [2024-06-15 05:01:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27138. [2024-06-15 05:01:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27139. [2024-06-15 05:01:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27140. [2024-06-15 05:01:44] doctrine.DEBUG: SELECT DATABASE() [] []
  27141. [2024-06-15 05:03:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27142. [2024-06-15 05:03:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27143. [2024-06-15 05:03:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27144. [2024-06-15 05:03:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27145. [2024-06-15 05:03:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27146. [2024-06-15 05:03:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27147. [2024-06-15 05:03:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27148. [2024-06-15 05:03:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27149. [2024-06-15 05:03:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27150. [2024-06-15 05:03:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27151. [2024-06-15 05:03:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27152. [2024-06-15 05:03:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27153. [2024-06-15 05:03:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27154. [2024-06-15 05:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27155. [2024-06-15 05:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27156. [2024-06-15 05:03:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27157. [2024-06-15 05:03:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27158. [2024-06-15 05:03:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27159. [2024-06-15 05:03:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27160. [2024-06-15 05:03:43] doctrine.DEBUG: SELECT DATABASE() [] []
  27161. [2024-06-15 06:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27162. [2024-06-15 06:14:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://rbbe.asb-digital.fr/favicon.ico")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://rbbe.asb-digital.fr/favicon.ico\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27163. [2024-06-15 06:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27164. [2024-06-15 06:14:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27165. [2024-06-15 06:14:35] doctrine.DEBUG: SELECT DATABASE() [] []
  27166. [2024-06-15 06:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27167. [2024-06-15 06:14:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27168. [2024-06-15 06:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27169. [2024-06-15 06:14:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27170. [2024-06-15 06:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27171. [2024-06-15 06:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27172. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27173. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27174. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27175. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27176. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27177. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27178. [2024-06-15 06:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27179. [2024-06-15 06:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27180. [2024-06-15 06:14:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27181. [2024-06-15 06:14:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27182. [2024-06-15 06:14:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27183. [2024-06-15 06:14:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27184. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT DATABASE() [] []
  27185. [2024-06-15 06:14:47] doctrine.DEBUG: SELECT DATABASE() [] []
  27186. [2024-06-15 06:14:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27187. [2024-06-15 06:14:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27188. [2024-06-15 06:14:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27189. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27190. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27191. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27192. [2024-06-15 06:14:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27193. [2024-06-15 06:14:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27194. [2024-06-15 06:14:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27195. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT DATABASE() [] []
  27196. [2024-06-15 06:14:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27197. [2024-06-15 06:14:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27198. [2024-06-15 06:14:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27199. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27200. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27201. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27202. [2024-06-15 06:14:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27203. [2024-06-15 06:14:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27204. [2024-06-15 06:14:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27205. [2024-06-15 06:14:51] doctrine.DEBUG: SELECT DATABASE() [] []
  27206. [2024-06-15 06:15:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27207. [2024-06-15 06:15:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "http://rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"http://rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27208. [2024-06-15 06:15:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27209. [2024-06-15 06:15:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27210. [2024-06-15 06:15:13] doctrine.DEBUG: SELECT DATABASE() [] []
  27211. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27212. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27213. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27214. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27215. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27216. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27217. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27218. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27219. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27220. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27221. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27222. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27223. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27224. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27225. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27226. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27227. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27228. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27229. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27230. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27231. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27232. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27233. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27234. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27235. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27236. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27237. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27238. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27239. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27240. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27241. [2024-06-15 07:21:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27242. [2024-06-15 07:21:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27243. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/shadow"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/shadow\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27244. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27245. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.yaml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.yaml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27246. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/database.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/database.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27247. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dump.sql"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dump.sql\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27248. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.svn/wc.db"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.svn/wc.db\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27249. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ssh/id_ed25519"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.ssh/id_ed25519\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27250. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/HEAD"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/HEAD\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27251. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27252. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ssh/id_rsa"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.ssh/id_rsa\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27253. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server.key"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server.key\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27254. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27255. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ssh/id_ecdsa"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.ssh/id_ecdsa\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27256. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web.config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web.config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27257. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27258. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/production.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/production.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27259. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27260. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27261. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /secrets.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /secrets.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27262. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/ssl/private/server.key"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/ssl/private/server.key\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27263. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database.sql"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database.sql\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27264. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /feed"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /feed\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27265. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.kube/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.kube/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27266. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.sql"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.sql\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27267. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27268. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.zip"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.zip\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27269. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.tar.gz"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.tar.gz\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27270. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27271. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27272. [2024-06-15 07:21:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27273. [2024-06-15 07:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27274. [2024-06-15 07:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27275. [2024-06-15 07:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27276. [2024-06-15 07:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27277. [2024-06-15 07:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27278. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27279. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27280. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27281. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27282. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27283. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27284. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27285. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27286. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27287. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27288. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27289. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27290. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27291. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27292. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27293. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27294. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27295. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27296. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27297. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27298. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27299. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27300. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27301. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27302. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27303. [2024-06-15 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27304. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27305. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27306. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27307. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27308. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27309. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27310. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27311. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27312. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27313. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27314. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27315. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27316. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27317. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27318. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27319. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27320. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27321. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27322. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27323. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27324. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27325. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27326. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27327. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27328. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27329. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27330. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27331. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27332. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27333. [2024-06-15 07:21:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27334. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27335. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27336. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27337. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27338. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27339. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27340. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27341. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27342. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27343. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27344. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27345. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27346. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27347. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27348. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27349. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27350. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27351. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27352. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27353. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27354. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27355. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27356. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27357. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27358. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27359. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27360. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27361. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27362. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27363. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27364. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27365. [2024-06-15 07:21:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27366. [2024-06-15 07:21:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27367. [2024-06-15 07:21:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /docker-compose.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /docker-compose.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27368. [2024-06-15 07:21:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27369. [2024-06-15 07:21:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27370. [2024-06-15 07:21:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27371. [2024-06-15 07:21:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27372. [2024-06-15 07:21:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27373. [2024-06-15 07:21:32] doctrine.DEBUG: SELECT DATABASE() [] []
  27374. [2024-06-15 07:21:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27375. [2024-06-15 07:21:32] doctrine.DEBUG: SELECT DATABASE() [] []
  27376. [2024-06-15 13:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27377. [2024-06-15 13:09:18] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  27378. [2024-06-15 13:09:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27379. [2024-06-15 13:09:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27380. [2024-06-15 13:09:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27381. [2024-06-15 13:09:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27382. [2024-06-15 13:09:20] doctrine.DEBUG: SELECT DATABASE() [] []
  27383. [2024-06-15 13:09:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27384. [2024-06-15 13:09:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27385. [2024-06-15 13:09:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27386. [2024-06-15 13:09:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27387. [2024-06-15 13:09:23] doctrine.DEBUG: SELECT DATABASE() [] []
  27388. [2024-06-15 13:09:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27389. [2024-06-15 13:09:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27390. [2024-06-15 13:09:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27391. [2024-06-15 13:09:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27392. [2024-06-15 13:09:25] doctrine.DEBUG: SELECT DATABASE() [] []
  27393. [2024-06-15 13:09:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27394. [2024-06-15 13:09:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27395. [2024-06-15 13:09:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27396. [2024-06-15 13:09:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27397. [2024-06-15 13:09:27] doctrine.DEBUG: SELECT DATABASE() [] []
  27398. [2024-06-15 13:09:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27399. [2024-06-15 13:09:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27400. [2024-06-15 13:09:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27401. [2024-06-15 13:09:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27402. [2024-06-15 13:09:29] doctrine.DEBUG: SELECT DATABASE() [] []
  27403. [2024-06-15 13:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27404. [2024-06-15 13:09:32] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  27405. [2024-06-15 13:09:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  27406. [2024-06-15 13:09:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27407. [2024-06-15 13:09:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27408. [2024-06-15 13:09:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27409. [2024-06-15 13:09:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27410. [2024-06-15 13:09:34] doctrine.DEBUG: SELECT DATABASE() [] []
  27411. [2024-06-15 13:09:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27412. [2024-06-15 13:09:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27413. [2024-06-15 13:09:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27414. [2024-06-15 13:09:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27415. [2024-06-15 13:09:35] doctrine.DEBUG: SELECT DATABASE() [] []
  27416. [2024-06-15 21:32:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27417. [2024-06-15 21:32:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27418. [2024-06-15 21:32:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27419. [2024-06-15 21:32:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27420. [2024-06-15 21:32:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27421. [2024-06-15 21:32:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27422. [2024-06-15 21:32:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27423. [2024-06-15 21:32:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27424. [2024-06-15 21:32:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27425. [2024-06-15 21:32:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27426. [2024-06-15 21:32:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27427. [2024-06-15 21:32:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27428. [2024-06-15 21:32:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27429. [2024-06-15 21:32:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27430. [2024-06-15 21:32:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27431. [2024-06-15 21:32:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27432. [2024-06-15 21:32:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27433. [2024-06-15 21:32:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27434. [2024-06-15 21:32:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27435. [2024-06-15 21:32:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27436. [2024-06-15 21:32:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27437. [2024-06-15 21:32:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27438. [2024-06-15 21:32:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27439. [2024-06-15 21:32:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27440. [2024-06-15 21:32:33] doctrine.DEBUG: SELECT DATABASE() [] []
  27441. [2024-06-15 21:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27442. [2024-06-15 21:32:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Public/home/js/check.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Public/home/js/check.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27443. [2024-06-15 21:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27444. [2024-06-15 21:32:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27445. [2024-06-15 21:32:34] doctrine.DEBUG: SELECT DATABASE() [] []
  27446. [2024-06-15 21:32:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27447. [2024-06-15 21:32:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27448. [2024-06-15 21:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27449. [2024-06-15 21:32:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27450. [2024-06-15 21:32:36] doctrine.DEBUG: SELECT DATABASE() [] []
  27451. [2024-06-15 21:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27452. [2024-06-15 21:32:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/admin/javascript/hetong.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/admin/javascript/hetong.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27453. [2024-06-15 21:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27454. [2024-06-15 21:32:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27455. [2024-06-15 21:32:37] doctrine.DEBUG: SELECT DATABASE() [] []
  27456. [2024-06-16 01:01:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27457. [2024-06-16 01:01:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27458. [2024-06-16 01:01:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27459. [2024-06-16 01:01:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27460. [2024-06-16 01:01:26] doctrine.DEBUG: SELECT DATABASE() [] []
  27461. [2024-06-16 14:15:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27462. [2024-06-16 14:15:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27463. [2024-06-16 14:15:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27464. [2024-06-16 14:15:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27465. [2024-06-16 14:15:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27466. [2024-06-16 14:15:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27467. [2024-06-16 14:15:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27468. [2024-06-16 14:15:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27469. [2024-06-16 14:15:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27470. [2024-06-16 14:15:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27471. [2024-06-16 14:15:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27472. [2024-06-16 14:15:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27473. [2024-06-16 14:15:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27474. [2024-06-16 14:15:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27475. [2024-06-16 14:15:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27476. [2024-06-16 14:15:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27477. [2024-06-16 14:15:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27478. [2024-06-16 14:15:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27479. [2024-06-16 14:15:59] doctrine.DEBUG: SELECT DATABASE() [] []
  27480. [2024-06-16 14:15:59] doctrine.DEBUG: SELECT DATABASE() [] []
  27481. [2024-06-16 16:57:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27482. [2024-06-16 16:57:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27483. [2024-06-16 16:57:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27484. [2024-06-16 16:57:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27485. [2024-06-16 16:57:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27486. [2024-06-16 16:57:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27487. [2024-06-16 16:57:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27488. [2024-06-16 16:57:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27489. [2024-06-16 16:57:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27490. [2024-06-16 16:57:01] doctrine.DEBUG: SELECT DATABASE() [] []
  27491. [2024-06-16 22:09:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27492. [2024-06-16 22:09:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27493. [2024-06-16 22:09:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27494. [2024-06-16 22:09:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27495. [2024-06-16 22:09:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27496. [2024-06-16 22:09:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27497. [2024-06-16 22:09:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27498. [2024-06-16 22:09:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27499. [2024-06-16 22:09:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27500. [2024-06-16 22:09:57] doctrine.DEBUG: SELECT DATABASE() [] []
  27501. [2024-06-16 22:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27502. [2024-06-16 22:09:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27503. [2024-06-16 22:09:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27504. [2024-06-16 22:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27505. [2024-06-16 22:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27506. [2024-06-16 22:09:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27507. [2024-06-16 22:10:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27508. [2024-06-16 22:10:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27509. [2024-06-16 22:10:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27510. [2024-06-16 22:10:00] doctrine.DEBUG: SELECT DATABASE() [] []
  27511. [2024-06-17 00:25:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27512. [2024-06-17 00:25:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  27513. [2024-06-17 00:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27514. [2024-06-17 00:25:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  27515. [2024-06-17 00:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27516. [2024-06-17 00:25:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27517. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27518. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27519. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27520. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27521. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27522. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27523. [2024-06-17 00:25:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27524. [2024-06-17 00:25:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27525. [2024-06-17 00:25:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27526. [2024-06-17 00:25:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27527. [2024-06-17 00:25:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27528. [2024-06-17 00:25:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27529. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT DATABASE() [] []
  27530. [2024-06-17 00:25:43] doctrine.DEBUG: SELECT DATABASE() [] []
  27531. [2024-06-17 00:25:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27532. [2024-06-17 00:25:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27533. [2024-06-17 00:25:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27534. [2024-06-17 00:25:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27535. [2024-06-17 00:25:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27536. [2024-06-17 00:25:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27537. [2024-06-17 00:25:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27538. [2024-06-17 00:25:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27539. [2024-06-17 00:25:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27540. [2024-06-17 00:25:44] doctrine.DEBUG: SELECT DATABASE() [] []
  27541. [2024-06-17 00:31:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27542. [2024-06-17 00:31:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27543. [2024-06-17 00:31:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27544. [2024-06-17 00:31:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27545. [2024-06-17 00:31:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27546. [2024-06-17 00:31:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27547. [2024-06-17 00:31:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27548. [2024-06-17 00:31:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27549. [2024-06-17 00:31:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27550. [2024-06-17 00:31:14] doctrine.DEBUG: SELECT DATABASE() [] []
  27551. [2024-06-17 00:32:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27552. [2024-06-17 00:32:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27553. [2024-06-17 00:32:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27554. [2024-06-17 00:32:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27555. [2024-06-17 00:32:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27556. [2024-06-17 00:32:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27557. [2024-06-17 00:32:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27558. [2024-06-17 00:32:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27559. [2024-06-17 00:32:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27560. [2024-06-17 00:32:33] doctrine.DEBUG: SELECT DATABASE() [] []
  27561. [2024-06-17 00:32:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27562. [2024-06-17 00:32:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27563. [2024-06-17 00:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27564. [2024-06-17 00:32:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27565. [2024-06-17 00:32:36] doctrine.DEBUG: SELECT DATABASE() [] []
  27566. [2024-06-17 00:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27567. [2024-06-17 00:32:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27568. [2024-06-17 00:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27569. [2024-06-17 00:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27570. [2024-06-17 00:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27571. [2024-06-17 00:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27572. [2024-06-17 00:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27573. [2024-06-17 00:32:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27574. [2024-06-17 00:32:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27575. [2024-06-17 00:32:36] doctrine.DEBUG: SELECT DATABASE() [] []
  27576. [2024-06-17 00:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27577. [2024-06-17 00:32:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27578. [2024-06-17 00:32:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27579. [2024-06-17 00:32:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27580. [2024-06-17 00:32:37] doctrine.DEBUG: SELECT DATABASE() [] []
  27581. [2024-06-17 00:32:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27582. [2024-06-17 00:32:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27583. [2024-06-17 00:32:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27584. [2024-06-17 00:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27585. [2024-06-17 00:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27586. [2024-06-17 00:32:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27587. [2024-06-17 00:32:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27588. [2024-06-17 00:32:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27589. [2024-06-17 00:32:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27590. [2024-06-17 00:32:39] doctrine.DEBUG: SELECT DATABASE() [] []
  27591. [2024-06-17 00:38:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27592. [2024-06-17 00:38:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27593. [2024-06-17 00:38:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27594. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27595. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27596. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27597. [2024-06-17 00:38:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27598. [2024-06-17 00:38:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27599. [2024-06-17 00:38:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27600. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT DATABASE() [] []
  27601. [2024-06-17 00:38:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27602. [2024-06-17 00:38:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27603. [2024-06-17 00:38:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27604. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27605. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27606. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27607. [2024-06-17 00:38:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27608. [2024-06-17 00:38:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27609. [2024-06-17 00:38:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27610. [2024-06-17 00:38:13] doctrine.DEBUG: SELECT DATABASE() [] []
  27611. [2024-06-17 12:00:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27612. [2024-06-17 12:00:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27613. [2024-06-17 12:00:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27614. [2024-06-17 12:00:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27615. [2024-06-17 12:00:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27616. [2024-06-17 12:00:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27617. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27618. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27619. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27620. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27621. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27622. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27623. [2024-06-17 12:01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27624. [2024-06-17 12:01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27625. [2024-06-17 12:01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27626. [2024-06-17 12:01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27627. [2024-06-17 12:01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27628. [2024-06-17 12:01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27629. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT DATABASE() [] []
  27630. [2024-06-17 12:01:00] doctrine.DEBUG: SELECT DATABASE() [] []
  27631. [2024-06-17 12:01:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27632. [2024-06-17 12:01:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27633. [2024-06-17 12:01:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27634. [2024-06-17 12:01:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27635. [2024-06-17 12:01:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27636. [2024-06-17 12:01:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27637. [2024-06-17 12:01:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27638. [2024-06-17 12:01:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27639. [2024-06-17 12:01:09] doctrine.DEBUG: SELECT DATABASE() [] []
  27640. [2024-06-17 12:01:09] doctrine.DEBUG: SELECT DATABASE() [] []
  27641. [2024-06-17 12:01:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27642. [2024-06-17 12:01:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27643. [2024-06-17 12:01:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27644. [2024-06-17 12:01:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27645. [2024-06-17 12:01:10] doctrine.DEBUG: SELECT DATABASE() [] []
  27646. [2024-06-17 12:01:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27647. [2024-06-17 12:01:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27648. [2024-06-17 12:01:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27649. [2024-06-17 12:01:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27650. [2024-06-17 12:01:11] doctrine.DEBUG: SELECT DATABASE() [] []
  27651. [2024-06-17 12:01:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27652. [2024-06-17 12:01:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27653. [2024-06-17 12:01:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27654. [2024-06-17 12:01:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27655. [2024-06-17 12:01:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27656. [2024-06-17 12:01:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27657. [2024-06-17 12:01:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27658. [2024-06-17 12:01:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27659. [2024-06-17 12:01:13] doctrine.DEBUG: SELECT DATABASE() [] []
  27660. [2024-06-17 12:01:13] doctrine.DEBUG: SELECT DATABASE() [] []
  27661. [2024-06-17 12:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27662. [2024-06-17 12:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27663. [2024-06-17 12:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27664. [2024-06-17 12:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27665. [2024-06-17 12:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27666. [2024-06-17 12:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27667. [2024-06-17 12:01:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27668. [2024-06-17 12:01:23] doctrine.DEBUG: SELECT DATABASE() [] []
  27669. [2024-06-17 12:01:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27670. [2024-06-17 12:01:23] doctrine.DEBUG: SELECT DATABASE() [] []
  27671. [2024-06-17 12:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27672. [2024-06-17 12:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27673. [2024-06-17 12:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27674. [2024-06-17 12:01:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27675. [2024-06-17 12:01:23] doctrine.DEBUG: SELECT DATABASE() [] []
  27676. [2024-06-17 12:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27677. [2024-06-17 12:01:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27678. [2024-06-17 12:01:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27679. [2024-06-17 12:01:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27680. [2024-06-17 12:01:24] doctrine.DEBUG: SELECT DATABASE() [] []
  27681. [2024-06-17 12:01:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27682. [2024-06-17 12:01:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27683. [2024-06-17 12:01:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27684. [2024-06-17 12:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27685. [2024-06-17 12:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27686. [2024-06-17 12:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27687. [2024-06-17 12:01:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27688. [2024-06-17 12:01:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27689. [2024-06-17 12:01:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27690. [2024-06-17 12:01:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27691. [2024-06-17 12:01:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27692. [2024-06-17 12:01:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27693. [2024-06-17 12:01:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27694. [2024-06-17 12:01:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27695. [2024-06-17 12:01:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27696. [2024-06-17 12:01:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27697. [2024-06-17 12:01:39] doctrine.DEBUG: SELECT DATABASE() [] []
  27698. [2024-06-17 12:01:39] doctrine.DEBUG: SELECT DATABASE() [] []
  27699. [2024-06-17 12:01:39] doctrine.DEBUG: SELECT DATABASE() [] []
  27700. [2024-06-17 12:01:39] doctrine.DEBUG: SELECT DATABASE() [] []
  27701. [2024-06-17 12:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27702. [2024-06-17 12:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27703. [2024-06-17 12:01:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27704. [2024-06-17 12:01:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27705. [2024-06-17 12:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27706. [2024-06-17 12:01:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27707. [2024-06-17 12:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27708. [2024-06-17 12:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27709. [2024-06-17 12:01:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27710. [2024-06-17 12:01:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27711. [2024-06-17 12:01:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27712. [2024-06-17 12:01:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27713. [2024-06-17 12:01:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27714. [2024-06-17 12:01:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27715. [2024-06-17 12:01:55] doctrine.DEBUG: SELECT DATABASE() [] []
  27716. [2024-06-17 12:01:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27717. [2024-06-17 12:01:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27718. [2024-06-17 12:01:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27719. [2024-06-17 12:01:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27720. [2024-06-17 12:01:56] doctrine.DEBUG: SELECT DATABASE() [] []
  27721. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27722. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27723. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27724. [2024-06-17 12:01:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27725. [2024-06-17 12:01:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27726. [2024-06-17 12:01:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27727. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27728. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27729. [2024-06-17 12:01:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27730. [2024-06-17 12:01:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27731. [2024-06-17 12:01:59] doctrine.DEBUG: SELECT DATABASE() [] []
  27732. [2024-06-17 12:01:59] doctrine.DEBUG: SELECT DATABASE() [] []
  27733. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27734. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27735. [2024-06-17 12:01:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27736. [2024-06-17 12:01:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27737. [2024-06-17 12:01:59] doctrine.DEBUG: SELECT DATABASE() [] []
  27738. [2024-06-17 12:01:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27739. [2024-06-17 12:01:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27740. [2024-06-17 12:01:59] doctrine.DEBUG: SELECT DATABASE() [] []
  27741. [2024-06-17 19:48:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27742. [2024-06-17 19:48:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27743. [2024-06-17 19:48:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27744. [2024-06-17 19:48:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27745. [2024-06-17 19:48:58] doctrine.DEBUG: SELECT DATABASE() [] []
  27746. [2024-06-18 01:44:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27747. [2024-06-18 01:44:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27748. [2024-06-18 01:44:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27749. [2024-06-18 01:44:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27750. [2024-06-18 01:44:34] doctrine.DEBUG: SELECT DATABASE() [] []
  27751. [2024-06-18 03:26:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27752. [2024-06-18 03:26:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27753. [2024-06-18 03:26:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27754. [2024-06-18 03:26:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27755. [2024-06-18 03:26:40] doctrine.DEBUG: SELECT DATABASE() [] []
  27756. [2024-06-18 15:37:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27757. [2024-06-18 15:37:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27758. [2024-06-18 15:37:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27759. [2024-06-18 15:37:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27760. [2024-06-18 15:37:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27761. [2024-06-18 15:37:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27762. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27763. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27764. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27765. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27766. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27767. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27768. [2024-06-18 15:37:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27769. [2024-06-18 15:37:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27770. [2024-06-18 15:37:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27771. [2024-06-18 15:37:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27772. [2024-06-18 15:37:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27773. [2024-06-18 15:37:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27774. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT DATABASE() [] []
  27775. [2024-06-18 15:37:21] doctrine.DEBUG: SELECT DATABASE() [] []
  27776. [2024-06-18 19:20:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27777. [2024-06-18 19:20:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27778. [2024-06-18 19:20:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27779. [2024-06-18 19:20:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27780. [2024-06-18 19:20:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27781. [2024-06-18 19:20:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27782. [2024-06-18 19:20:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27783. [2024-06-18 19:20:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27784. [2024-06-18 19:20:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27785. [2024-06-18 19:20:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27786. [2024-06-18 19:20:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27787. [2024-06-18 19:20:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27788. [2024-06-18 19:20:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27789. [2024-06-18 19:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27790. [2024-06-18 19:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27791. [2024-06-18 19:20:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27792. [2024-06-18 19:20:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27793. [2024-06-18 19:20:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27794. [2024-06-18 19:20:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27795. [2024-06-18 19:20:41] doctrine.DEBUG: SELECT DATABASE() [] []
  27796. [2024-06-18 23:05:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27797. [2024-06-18 23:05:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27798. [2024-06-18 23:05:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27799. [2024-06-18 23:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27800. [2024-06-18 23:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27801. [2024-06-18 23:05:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27802. [2024-06-18 23:05:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27803. [2024-06-18 23:05:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27804. [2024-06-18 23:05:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27805. [2024-06-18 23:05:32] doctrine.DEBUG: SELECT DATABASE() [] []
  27806. [2024-06-18 23:05:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27807. [2024-06-18 23:05:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27808. [2024-06-18 23:05:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27809. [2024-06-18 23:05:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27810. [2024-06-18 23:05:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27811. [2024-06-18 23:05:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27812. [2024-06-18 23:05:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27813. [2024-06-18 23:05:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27814. [2024-06-18 23:05:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27815. [2024-06-18 23:05:33] doctrine.DEBUG: SELECT DATABASE() [] []
  27816. [2024-06-19 01:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27817. [2024-06-19 01:46:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  27818. [2024-06-19 01:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27819. [2024-06-19 01:46:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27820. [2024-06-19 01:46:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27821. [2024-06-19 01:46:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27822. [2024-06-19 01:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27823. [2024-06-19 01:46:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27824. [2024-06-19 01:46:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27825. [2024-06-19 01:46:42] doctrine.DEBUG: SELECT DATABASE() [] []
  27826. [2024-06-19 01:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27827. [2024-06-19 01:46:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sonicui/7/login/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sonicui/7/login/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sonicui/7/login\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27828. [2024-06-19 01:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27829. [2024-06-19 01:46:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27830. [2024-06-19 01:46:44] doctrine.DEBUG: SELECT DATABASE() [] []
  27831. [2024-06-19 17:16:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27832. [2024-06-19 17:16:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  27833. [2024-06-19 17:16:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27834. [2024-06-19 17:16:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27835. [2024-06-19 17:16:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27836. [2024-06-19 17:16:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27837. [2024-06-19 17:16:14] doctrine.DEBUG: SELECT DATABASE() [] []
  27838. [2024-06-19 17:16:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27839. [2024-06-19 17:16:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27840. [2024-06-19 17:16:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27841. [2024-06-19 17:16:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27842. [2024-06-19 17:16:16] doctrine.DEBUG: SELECT DATABASE() [] []
  27843. [2024-06-19 17:16:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27844. [2024-06-19 17:16:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27845. [2024-06-19 17:16:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27846. [2024-06-19 17:16:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27847. [2024-06-19 17:16:19] doctrine.DEBUG: SELECT DATABASE() [] []
  27848. [2024-06-19 17:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27849. [2024-06-19 17:16:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27850. [2024-06-19 17:16:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27851. [2024-06-19 17:16:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27852. [2024-06-19 17:16:21] doctrine.DEBUG: SELECT DATABASE() [] []
  27853. [2024-06-19 17:16:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27854. [2024-06-19 17:16:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27855. [2024-06-19 17:16:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27856. [2024-06-19 17:16:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27857. [2024-06-19 17:16:24] doctrine.DEBUG: SELECT DATABASE() [] []
  27858. [2024-06-19 17:16:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27859. [2024-06-19 17:16:26] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  27860. [2024-06-19 17:16:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  27861. [2024-06-19 17:16:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27862. [2024-06-19 17:16:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27863. [2024-06-19 17:16:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27864. [2024-06-19 17:16:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27865. [2024-06-19 17:16:28] doctrine.DEBUG: SELECT DATABASE() [] []
  27866. [2024-06-19 17:16:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27867. [2024-06-19 17:16:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27868. [2024-06-19 17:16:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27869. [2024-06-19 17:16:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27870. [2024-06-19 17:16:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27871. [2024-06-19 18:35:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27872. [2024-06-19 18:35:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"OPTIONS"} []
  27873. [2024-06-19 18:35:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27874. [2024-06-19 18:35:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27875. [2024-06-19 18:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27876. [2024-06-19 18:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27877. [2024-06-19 18:35:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27878. [2024-06-19 18:35:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27879. [2024-06-19 18:35:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27880. [2024-06-19 18:35:18] doctrine.DEBUG: SELECT DATABASE() [] []
  27881. [2024-06-19 18:35:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27882. [2024-06-19 18:35:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27883. [2024-06-19 18:35:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27884. [2024-06-19 18:35:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27885. [2024-06-19 18:35:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27886. [2024-06-19 18:35:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27887. [2024-06-19 18:35:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27888. [2024-06-19 18:35:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27889. [2024-06-19 18:35:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27890. [2024-06-19 18:35:22] doctrine.DEBUG: SELECT DATABASE() [] []
  27891. [2024-06-20 00:16:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27892. [2024-06-20 00:16:12] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  27893. [2024-06-20 00:16:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27894. [2024-06-20 00:16:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27895. [2024-06-20 00:16:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27896. [2024-06-20 00:16:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27897. [2024-06-20 00:16:16] doctrine.DEBUG: SELECT DATABASE() [] []
  27898. [2024-06-20 00:16:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27899. [2024-06-20 00:16:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27900. [2024-06-20 00:16:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27901. [2024-06-20 00:16:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27902. [2024-06-20 00:16:18] doctrine.DEBUG: SELECT DATABASE() [] []
  27903. [2024-06-20 00:16:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27904. [2024-06-20 00:16:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27905. [2024-06-20 00:16:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27906. [2024-06-20 00:16:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27907. [2024-06-20 00:16:20] doctrine.DEBUG: SELECT DATABASE() [] []
  27908. [2024-06-20 00:16:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27909. [2024-06-20 00:16:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/config.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/config.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27910. [2024-06-20 00:16:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27911. [2024-06-20 00:16:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27912. [2024-06-20 00:16:22] doctrine.DEBUG: SELECT DATABASE() [] []
  27913. [2024-06-20 00:16:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27914. [2024-06-20 00:16:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27915. [2024-06-20 00:16:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27916. [2024-06-20 00:16:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27917. [2024-06-20 00:16:25] doctrine.DEBUG: SELECT DATABASE() [] []
  27918. [2024-06-20 00:16:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27919. [2024-06-20 00:16:27] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  27920. [2024-06-20 00:16:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  27921. [2024-06-20 00:16:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27922. [2024-06-20 00:16:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27923. [2024-06-20 00:16:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27924. [2024-06-20 00:16:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27925. [2024-06-20 00:16:29] doctrine.DEBUG: SELECT DATABASE() [] []
  27926. [2024-06-20 00:16:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27927. [2024-06-20 00:16:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27928. [2024-06-20 00:16:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27929. [2024-06-20 00:16:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27930. [2024-06-20 00:16:31] doctrine.DEBUG: SELECT DATABASE() [] []
  27931. [2024-06-20 00:16:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27932. [2024-06-20 00:16:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27933. [2024-06-20 00:16:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27934. [2024-06-20 00:16:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27935. [2024-06-20 00:16:33] doctrine.DEBUG: SELECT DATABASE() [] []
  27936. [2024-06-20 00:34:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27937. [2024-06-20 00:34:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"OPTIONS"} []
  27938. [2024-06-20 00:34:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27939. [2024-06-20 00:34:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27940. [2024-06-20 00:34:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27941. [2024-06-20 00:34:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27942. [2024-06-20 00:34:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27943. [2024-06-20 00:34:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27944. [2024-06-20 00:34:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27945. [2024-06-20 00:34:17] doctrine.DEBUG: SELECT DATABASE() [] []
  27946. [2024-06-20 00:34:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27947. [2024-06-20 00:34:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27948. [2024-06-20 00:34:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27949. [2024-06-20 00:34:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27950. [2024-06-20 00:34:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27951. [2024-06-20 00:34:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27952. [2024-06-20 00:34:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27953. [2024-06-20 00:34:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27954. [2024-06-20 00:34:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27955. [2024-06-20 00:34:18] doctrine.DEBUG: SELECT DATABASE() [] []
  27956. [2024-06-20 02:05:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27957. [2024-06-20 02:05:55] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  27958. [2024-06-20 04:45:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27959. [2024-06-20 04:45:51] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  27960. [2024-06-20 06:14:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27961. [2024-06-20 06:14:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27962. [2024-06-20 06:14:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27963. [2024-06-20 06:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27964. [2024-06-20 06:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27965. [2024-06-20 06:14:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27966. [2024-06-20 06:14:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27967. [2024-06-20 06:14:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27968. [2024-06-20 06:14:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27969. [2024-06-20 06:14:25] doctrine.DEBUG: SELECT DATABASE() [] []
  27970. [2024-06-20 06:14:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27971. [2024-06-20 06:14:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27972. [2024-06-20 06:14:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27973. [2024-06-20 06:14:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27974. [2024-06-20 06:14:27] doctrine.DEBUG: SELECT DATABASE() [] []
  27975. [2024-06-20 06:31:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27976. [2024-06-20 06:31:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  27977. [2024-06-20 06:31:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27978. [2024-06-20 06:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27979. [2024-06-20 06:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  27980. [2024-06-20 06:31:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  27981. [2024-06-20 06:31:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  27982. [2024-06-20 06:31:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27983. [2024-06-20 06:31:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27984. [2024-06-20 06:31:33] doctrine.DEBUG: SELECT DATABASE() [] []
  27985. [2024-06-20 06:31:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27986. [2024-06-20 06:31:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  27987. [2024-06-20 06:31:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27988. [2024-06-20 06:31:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  27989. [2024-06-20 06:31:35] doctrine.DEBUG: SELECT DATABASE() [] []
  27990. [2024-06-20 17:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27991. [2024-06-20 17:35:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  27992. [2024-06-20 17:35:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"OPTIONS"} []
  27993. [2024-06-20 17:35:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"OPTIONS"} []
  27994. [2024-06-20 17:35:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27995. [2024-06-20 17:35:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  27996. [2024-06-20 17:35:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27997. [2024-06-20 17:35:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  27998. [2024-06-20 17:35:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  27999. [2024-06-20 17:35:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28000. [2024-06-20 17:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28001. [2024-06-20 17:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28002. [2024-06-20 17:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28003. [2024-06-20 17:35:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28004. [2024-06-20 17:35:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28005. [2024-06-20 17:35:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28006. [2024-06-20 17:35:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28007. [2024-06-20 17:35:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28008. [2024-06-20 17:35:30] doctrine.DEBUG: SELECT DATABASE() [] []
  28009. [2024-06-20 17:35:30] doctrine.DEBUG: SELECT DATABASE() [] []
  28010. [2024-06-20 17:35:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28011. [2024-06-20 17:35:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28012. [2024-06-20 17:35:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28013. [2024-06-20 17:35:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28014. [2024-06-20 17:35:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28015. [2024-06-20 17:35:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28016. [2024-06-20 17:35:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28017. [2024-06-20 17:35:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28018. [2024-06-20 17:35:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28019. [2024-06-20 17:35:32] doctrine.DEBUG: SELECT DATABASE() [] []
  28020. [2024-06-20 21:19:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28021. [2024-06-20 21:19:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28022. [2024-06-20 21:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28023. [2024-06-20 21:19:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28024. [2024-06-20 21:19:59] doctrine.DEBUG: SELECT DATABASE() [] []
  28025. [2024-06-21 04:10:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28026. [2024-06-21 04:10:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28027. [2024-06-21 04:10:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28028. [2024-06-21 04:10:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28029. [2024-06-21 04:10:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28030. [2024-06-21 04:10:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28031. [2024-06-21 04:10:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28032. [2024-06-21 04:10:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28033. [2024-06-21 04:10:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28034. [2024-06-21 04:10:18] doctrine.DEBUG: SELECT DATABASE() [] []
  28035. [2024-06-21 04:10:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28036. [2024-06-21 04:10:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28037. [2024-06-21 04:10:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28038. [2024-06-21 04:10:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28039. [2024-06-21 04:10:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28040. [2024-06-21 04:10:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28041. [2024-06-21 04:10:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28042. [2024-06-21 04:10:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28043. [2024-06-21 04:10:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28044. [2024-06-21 04:10:20] doctrine.DEBUG: SELECT DATABASE() [] []
  28045. [2024-06-21 05:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28046. [2024-06-21 05:29:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28047. [2024-06-21 05:29:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28048. [2024-06-21 05:29:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28049. [2024-06-21 05:29:34] doctrine.DEBUG: SELECT DATABASE() [] []
  28050. [2024-06-21 06:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28051. [2024-06-21 06:52:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28052. [2024-06-21 06:53:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28053. [2024-06-21 06:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28054. [2024-06-21 06:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28055. [2024-06-21 06:53:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28056. [2024-06-21 06:53:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28057. [2024-06-21 06:53:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28058. [2024-06-21 06:53:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28059. [2024-06-21 06:53:00] doctrine.DEBUG: SELECT DATABASE() [] []
  28060. [2024-06-21 06:53:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28061. [2024-06-21 06:53:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28062. [2024-06-21 06:53:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28063. [2024-06-21 06:53:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28064. [2024-06-21 06:53:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28065. [2024-06-21 06:53:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28066. [2024-06-21 06:53:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28067. [2024-06-21 06:53:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28068. [2024-06-21 06:53:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28069. [2024-06-21 06:53:01] doctrine.DEBUG: SELECT DATABASE() [] []
  28070. [2024-06-22 05:49:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28071. [2024-06-22 05:49:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28072. [2024-06-22 05:49:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28073. [2024-06-22 05:49:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28074. [2024-06-22 05:49:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28075. [2024-06-22 05:49:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28076. [2024-06-22 05:49:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28077. [2024-06-22 05:49:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28078. [2024-06-22 05:49:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28079. [2024-06-22 05:49:53] doctrine.DEBUG: SELECT DATABASE() [] []
  28080. [2024-06-22 07:09:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28081. [2024-06-22 07:09:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28082. [2024-06-22 07:09:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28083. [2024-06-22 07:09:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28084. [2024-06-22 07:09:07] doctrine.DEBUG: SELECT DATABASE() [] []
  28085. [2024-06-23 00:38:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28086. [2024-06-23 00:38:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28087. [2024-06-23 00:38:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28088. [2024-06-23 00:38:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28089. [2024-06-23 00:38:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28090. [2024-06-23 00:38:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28091. [2024-06-23 00:38:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28092. [2024-06-23 00:38:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28093. [2024-06-23 00:38:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28094. [2024-06-23 00:38:08] doctrine.DEBUG: SELECT DATABASE() [] []
  28095. [2024-06-23 00:38:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28096. [2024-06-23 00:38:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28097. [2024-06-23 00:38:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28098. [2024-06-23 00:38:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28099. [2024-06-23 00:38:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28100. [2024-06-23 00:38:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28101. [2024-06-23 00:38:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28102. [2024-06-23 00:38:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28103. [2024-06-23 00:38:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28104. [2024-06-23 00:38:09] doctrine.DEBUG: SELECT DATABASE() [] []
  28105. [2024-06-24 03:15:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28106. [2024-06-24 03:15:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28107. [2024-06-24 03:15:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28108. [2024-06-24 03:15:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28109. [2024-06-24 03:15:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28110. [2024-06-24 03:15:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28111. [2024-06-24 03:15:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28112. [2024-06-24 03:15:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28113. [2024-06-24 03:15:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28114. [2024-06-24 03:15:40] doctrine.DEBUG: SELECT DATABASE() [] []
  28115. [2024-06-24 03:40:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28116. [2024-06-24 03:40:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28117. [2024-06-24 03:40:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28118. [2024-06-24 03:40:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28119. [2024-06-24 03:40:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28120. [2024-06-24 03:40:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28121. [2024-06-24 03:40:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28122. [2024-06-24 03:40:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28123. [2024-06-24 03:40:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28124. [2024-06-24 03:40:44] doctrine.DEBUG: SELECT DATABASE() [] []
  28125. [2024-06-24 03:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28126. [2024-06-24 03:40:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28127. [2024-06-24 03:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28128. [2024-06-24 03:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28129. [2024-06-24 03:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28130. [2024-06-24 03:40:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28131. [2024-06-24 03:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28132. [2024-06-24 03:40:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28133. [2024-06-24 03:40:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28134. [2024-06-24 03:40:46] doctrine.DEBUG: SELECT DATABASE() [] []
  28135. [2024-06-24 03:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28136. [2024-06-24 03:52:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28137. [2024-06-24 03:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28138. [2024-06-24 03:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28139. [2024-06-24 03:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28140. [2024-06-24 03:52:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28141. [2024-06-24 03:52:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28142. [2024-06-24 03:52:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28143. [2024-06-24 03:52:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28144. [2024-06-24 03:52:28] doctrine.DEBUG: SELECT DATABASE() [] []
  28145. [2024-06-24 05:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28146. [2024-06-24 05:01:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28147. [2024-06-24 05:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28148. [2024-06-24 05:01:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28149. [2024-06-24 05:01:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28150. [2024-06-24 05:01:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28151. [2024-06-24 05:01:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28152. [2024-06-24 05:01:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28153. [2024-06-24 05:01:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28154. [2024-06-24 05:01:23] doctrine.DEBUG: SELECT DATABASE() [] []
  28155. [2024-06-24 05:01:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28156. [2024-06-24 05:01:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28157. [2024-06-24 05:01:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28158. [2024-06-24 05:01:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28159. [2024-06-24 05:01:26] doctrine.DEBUG: SELECT DATABASE() [] []
  28160. [2024-06-24 05:01:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28161. [2024-06-24 05:01:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28162. [2024-06-24 05:01:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28163. [2024-06-24 05:01:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28164. [2024-06-24 05:01:27] doctrine.DEBUG: SELECT DATABASE() [] []
  28165. [2024-06-24 05:01:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28166. [2024-06-24 05:01:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28167. [2024-06-24 05:01:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28168. [2024-06-24 05:01:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28169. [2024-06-24 05:01:28] doctrine.DEBUG: SELECT DATABASE() [] []
  28170. [2024-06-24 05:05:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28171. [2024-06-24 05:05:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28172. [2024-06-24 05:05:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28173. [2024-06-24 05:05:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28174. [2024-06-24 05:05:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28175. [2024-06-24 05:05:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28176. [2024-06-24 05:05:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28177. [2024-06-24 05:05:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28178. [2024-06-24 05:05:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28179. [2024-06-24 05:05:29] doctrine.DEBUG: SELECT DATABASE() [] []
  28180. [2024-06-24 05:05:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28181. [2024-06-24 05:05:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28182. [2024-06-24 05:05:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28183. [2024-06-24 05:05:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28184. [2024-06-24 05:05:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28185. [2024-06-24 05:05:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28186. [2024-06-24 05:05:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28187. [2024-06-24 05:05:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28188. [2024-06-24 05:05:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28189. [2024-06-24 05:05:30] doctrine.DEBUG: SELECT DATABASE() [] []
  28190. [2024-06-24 05:08:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28191. [2024-06-24 05:08:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28192. [2024-06-24 05:08:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28193. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28194. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28195. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28196. [2024-06-24 05:08:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28197. [2024-06-24 05:08:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28198. [2024-06-24 05:08:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28199. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT DATABASE() [] []
  28200. [2024-06-24 05:08:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28201. [2024-06-24 05:08:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28202. [2024-06-24 05:08:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28203. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28204. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28205. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28206. [2024-06-24 05:08:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28207. [2024-06-24 05:08:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28208. [2024-06-24 05:08:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28209. [2024-06-24 05:08:32] doctrine.DEBUG: SELECT DATABASE() [] []
  28210. [2024-06-24 10:58:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28211. [2024-06-24 10:58:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28212. [2024-06-24 10:58:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28213. [2024-06-24 10:58:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28214. [2024-06-24 10:58:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28215. [2024-06-24 10:58:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28216. [2024-06-24 10:58:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28217. [2024-06-24 10:58:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28218. [2024-06-24 10:58:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28219. [2024-06-24 10:58:46] doctrine.DEBUG: SELECT DATABASE() [] []
  28220. [2024-06-24 10:58:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28221. [2024-06-24 10:58:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28222. [2024-06-24 10:58:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28223. [2024-06-24 10:58:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28224. [2024-06-24 10:58:48] doctrine.DEBUG: SELECT DATABASE() [] []
  28225. [2024-06-24 11:18:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28226. [2024-06-24 11:18:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28227. [2024-06-24 11:18:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28228. [2024-06-24 11:18:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28229. [2024-06-24 11:18:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28230. [2024-06-24 11:18:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28231. [2024-06-24 11:18:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28232. [2024-06-24 11:18:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28233. [2024-06-24 11:18:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28234. [2024-06-24 11:18:24] doctrine.DEBUG: SELECT DATABASE() [] []
  28235. [2024-06-24 11:18:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28236. [2024-06-24 11:18:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28237. [2024-06-24 11:18:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28238. [2024-06-24 11:18:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28239. [2024-06-24 11:18:29] doctrine.DEBUG: SELECT DATABASE() [] []
  28240. [2024-06-24 16:04:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28241. [2024-06-24 16:04:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28242. [2024-06-24 16:04:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28243. [2024-06-24 16:04:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28244. [2024-06-24 16:04:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28245. [2024-06-24 16:04:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28246. [2024-06-24 16:04:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28247. [2024-06-24 16:04:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28248. [2024-06-24 16:04:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28249. [2024-06-24 16:04:08] doctrine.DEBUG: SELECT DATABASE() [] []
  28250. [2024-06-24 16:04:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28251. [2024-06-24 16:04:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28252. [2024-06-24 16:04:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28253. [2024-06-24 16:04:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28254. [2024-06-24 16:04:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28255. [2024-06-24 16:04:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28256. [2024-06-24 16:04:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28257. [2024-06-24 16:04:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28258. [2024-06-24 16:04:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28259. [2024-06-24 16:04:08] doctrine.DEBUG: SELECT DATABASE() [] []
  28260. [2024-06-26 04:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28261. [2024-06-26 04:20:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28262. [2024-06-26 04:20:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28263. [2024-06-26 04:20:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28264. [2024-06-26 04:20:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28265. [2024-06-26 04:20:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28266. [2024-06-26 04:20:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28267. [2024-06-26 04:20:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28268. [2024-06-26 04:20:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28269. [2024-06-26 04:20:12] doctrine.DEBUG: SELECT DATABASE() [] []
  28270. [2024-06-26 04:20:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28271. [2024-06-26 04:20:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28272. [2024-06-26 04:20:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28273. [2024-06-26 04:20:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28274. [2024-06-26 04:20:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28275. [2024-06-26 04:20:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28276. [2024-06-26 04:20:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28277. [2024-06-26 04:20:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28278. [2024-06-26 04:20:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28279. [2024-06-26 04:20:13] doctrine.DEBUG: SELECT DATABASE() [] []
  28280. [2024-06-26 08:23:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28281. [2024-06-26 08:23:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28282. [2024-06-26 08:23:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28283. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28284. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28285. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28286. [2024-06-26 08:23:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28287. [2024-06-26 08:23:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28288. [2024-06-26 08:23:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28289. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT DATABASE() [] []
  28290. [2024-06-26 08:23:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28291. [2024-06-26 08:23:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28292. [2024-06-26 08:23:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28293. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28294. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28295. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28296. [2024-06-26 08:23:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28297. [2024-06-26 08:23:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28298. [2024-06-26 08:23:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28299. [2024-06-26 08:23:58] doctrine.DEBUG: SELECT DATABASE() [] []
  28300. [2024-06-26 18:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28301. [2024-06-26 18:52:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28302. [2024-06-26 18:52:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28303. [2024-06-26 18:52:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28304. [2024-06-26 18:52:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28305. [2024-06-26 18:52:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28306. [2024-06-26 18:52:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28307. [2024-06-26 18:52:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28308. [2024-06-26 18:52:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28309. [2024-06-26 18:52:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28310. [2024-06-26 18:52:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28311. [2024-06-26 18:52:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28312. [2024-06-26 18:52:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28313. [2024-06-26 18:52:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28314. [2024-06-26 18:52:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28315. [2024-06-26 18:52:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28316. [2024-06-26 18:52:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28317. [2024-06-26 18:52:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28318. [2024-06-26 18:52:31] doctrine.DEBUG: SELECT DATABASE() [] []
  28319. [2024-06-26 18:52:31] doctrine.DEBUG: SELECT DATABASE() [] []
  28320. [2024-06-26 19:36:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28321. [2024-06-26 19:36:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28322. [2024-06-26 19:36:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28323. [2024-06-26 19:36:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28324. [2024-06-26 19:36:04] doctrine.DEBUG: SELECT DATABASE() [] []
  28325. [2024-06-26 19:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28326. [2024-06-26 19:41:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28327. [2024-06-26 19:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28328. [2024-06-26 19:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28329. [2024-06-26 19:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28330. [2024-06-26 19:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28331. [2024-06-26 19:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28332. [2024-06-26 19:41:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28333. [2024-06-26 19:41:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28334. [2024-06-26 19:41:58] doctrine.DEBUG: SELECT DATABASE() [] []
  28335. [2024-06-26 19:41:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28336. [2024-06-26 19:41:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28337. [2024-06-26 19:41:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28338. [2024-06-26 19:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28339. [2024-06-26 19:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28340. [2024-06-26 19:41:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28341. [2024-06-26 19:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28342. [2024-06-26 19:42:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28343. [2024-06-26 19:42:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28344. [2024-06-26 19:42:00] doctrine.DEBUG: SELECT DATABASE() [] []
  28345. [2024-06-27 21:09:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28346. [2024-06-27 21:09:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28347. [2024-06-27 21:09:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28348. [2024-06-27 21:09:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28349. [2024-06-27 21:09:30] doctrine.DEBUG: SELECT DATABASE() [] []
  28350. [2024-06-28 03:11:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28351. [2024-06-28 03:11:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28352. [2024-06-28 03:11:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28353. [2024-06-28 03:11:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28354. [2024-06-28 03:11:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28355. [2024-06-28 03:11:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28356. [2024-06-28 03:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28357. [2024-06-28 03:11:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28358. [2024-06-28 03:11:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28359. [2024-06-28 03:11:26] doctrine.DEBUG: SELECT DATABASE() [] []
  28360. [2024-06-28 03:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28361. [2024-06-28 03:11:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28362. [2024-06-28 03:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28363. [2024-06-28 03:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28364. [2024-06-28 03:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28365. [2024-06-28 03:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28366. [2024-06-28 03:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28367. [2024-06-28 03:11:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28368. [2024-06-28 03:11:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28369. [2024-06-28 03:11:27] doctrine.DEBUG: SELECT DATABASE() [] []
  28370. [2024-06-28 09:22:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28371. [2024-06-28 09:22:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28372. [2024-06-28 09:22:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28373. [2024-06-28 09:22:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28374. [2024-06-28 09:22:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28375. [2024-06-28 09:22:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28376. [2024-06-28 09:22:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28377. [2024-06-28 09:22:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28378. [2024-06-28 09:22:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28379. [2024-06-28 09:22:29] doctrine.DEBUG: SELECT DATABASE() [] []
  28380. [2024-06-28 09:22:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28381. [2024-06-28 09:22:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28382. [2024-06-28 09:22:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28383. [2024-06-28 09:22:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28384. [2024-06-28 09:22:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28385. [2024-06-28 09:22:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28386. [2024-06-28 09:22:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28387. [2024-06-28 09:22:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28388. [2024-06-28 09:22:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28389. [2024-06-28 09:22:29] doctrine.DEBUG: SELECT DATABASE() [] []
  28390. [2024-06-28 16:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28391. [2024-06-28 16:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28392. [2024-06-28 16:57:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28393. [2024-06-28 16:57:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28394. [2024-06-28 16:57:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28395. [2024-06-28 16:57:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28396. [2024-06-28 16:57:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28397. [2024-06-28 16:57:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28398. [2024-06-28 16:57:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28399. [2024-06-28 16:57:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28400. [2024-06-28 16:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28401. [2024-06-28 16:57:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28402. [2024-06-28 16:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28403. [2024-06-28 16:57:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28404. [2024-06-28 16:57:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28405. [2024-06-28 16:57:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28406. [2024-06-28 16:57:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28407. [2024-06-28 16:57:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28408. [2024-06-28 16:57:58] doctrine.DEBUG: SELECT DATABASE() [] []
  28409. [2024-06-28 16:57:58] doctrine.DEBUG: SELECT DATABASE() [] []
  28410. [2024-06-28 18:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28411. [2024-06-28 18:49:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28412. [2024-06-28 18:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28413. [2024-06-28 18:49:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28414. [2024-06-28 18:49:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28415. [2024-06-28 18:49:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28416. [2024-06-28 18:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28417. [2024-06-28 18:49:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28418. [2024-06-28 18:49:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28419. [2024-06-28 18:49:43] doctrine.DEBUG: SELECT DATABASE() [] []
  28420. [2024-06-29 09:05:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28421. [2024-06-29 09:05:06] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  28422. [2024-06-29 09:05:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28423. [2024-06-29 09:05:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28424. [2024-06-29 09:05:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28425. [2024-06-29 09:05:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28426. [2024-06-29 09:05:09] doctrine.DEBUG: SELECT DATABASE() [] []
  28427. [2024-06-29 09:05:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28428. [2024-06-29 09:05:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28429. [2024-06-29 09:05:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28430. [2024-06-29 09:05:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28431. [2024-06-29 09:05:11] doctrine.DEBUG: SELECT DATABASE() [] []
  28432. [2024-06-29 09:05:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28433. [2024-06-29 09:05:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28434. [2024-06-29 09:05:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28435. [2024-06-29 09:05:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28436. [2024-06-29 09:05:12] doctrine.DEBUG: SELECT DATABASE() [] []
  28437. [2024-06-29 09:05:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28438. [2024-06-29 09:05:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28439. [2024-06-29 09:05:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28440. [2024-06-29 09:05:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28441. [2024-06-29 09:05:14] doctrine.DEBUG: SELECT DATABASE() [] []
  28442. [2024-06-29 09:05:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28443. [2024-06-29 09:05:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/js/bundle.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/js/bundle.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/js/bundle.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28444. [2024-06-29 09:05:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28445. [2024-06-29 09:05:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28446. [2024-06-29 09:05:16] doctrine.DEBUG: SELECT DATABASE() [] []
  28447. [2024-06-29 09:05:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28448. [2024-06-29 09:05:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wallabag/app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wallabag/app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallabag/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28449. [2024-06-29 09:05:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28450. [2024-06-29 09:05:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28451. [2024-06-29 09:05:18] doctrine.DEBUG: SELECT DATABASE() [] []
  28452. [2024-06-29 09:05:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28453. [2024-06-29 09:05:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/config.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/config.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28454. [2024-06-29 09:05:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28455. [2024-06-29 09:05:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28456. [2024-06-29 09:05:20] doctrine.DEBUG: SELECT DATABASE() [] []
  28457. [2024-06-29 09:05:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28458. [2024-06-29 09:05:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28459. [2024-06-29 09:05:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28460. [2024-06-29 09:05:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28461. [2024-06-29 09:05:22] doctrine.DEBUG: SELECT DATABASE() [] []
  28462. [2024-06-29 09:05:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28463. [2024-06-29 09:05:23] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  28464. [2024-06-29 09:05:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  28465. [2024-06-29 09:05:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28466. [2024-06-29 09:05:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28467. [2024-06-29 09:05:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28468. [2024-06-29 09:05:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28469. [2024-06-29 09:05:25] doctrine.DEBUG: SELECT DATABASE() [] []
  28470. [2024-06-29 09:05:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28471. [2024-06-29 09:05:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28472. [2024-06-29 09:05:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28473. [2024-06-29 09:05:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28474. [2024-06-29 09:05:27] doctrine.DEBUG: SELECT DATABASE() [] []
  28475. [2024-06-29 09:05:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28476. [2024-06-29 09:05:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28477. [2024-06-29 09:05:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28478. [2024-06-29 09:05:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28479. [2024-06-29 09:05:29] doctrine.DEBUG: SELECT DATABASE() [] []
  28480. [2024-06-30 05:52:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28481. [2024-06-30 05:52:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28482. [2024-06-30 05:52:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28483. [2024-06-30 05:52:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28484. [2024-06-30 05:52:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28485. [2024-06-30 05:52:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28486. [2024-06-30 05:52:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28487. [2024-06-30 05:52:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28488. [2024-06-30 05:52:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28489. [2024-06-30 05:52:52] doctrine.DEBUG: SELECT DATABASE() [] []
  28490. [2024-06-30 08:07:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28491. [2024-06-30 08:07:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28492. [2024-06-30 08:07:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28493. [2024-06-30 08:07:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  28494. [2024-06-30 08:07:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28495. [2024-06-30 08:07:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28496. [2024-06-30 08:07:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28497. [2024-06-30 08:07:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28498. [2024-06-30 08:07:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28499. [2024-06-30 08:07:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28500. [2024-06-30 08:07:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28501. [2024-06-30 08:07:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28502. [2024-06-30 08:07:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28503. [2024-06-30 08:07:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28504. [2024-06-30 08:07:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28505. [2024-06-30 08:07:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28506. [2024-06-30 08:07:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28507. [2024-06-30 08:07:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28508. [2024-06-30 08:07:57] doctrine.DEBUG: SELECT DATABASE() [] []
  28509. [2024-06-30 08:07:57] doctrine.DEBUG: SELECT DATABASE() [] []
  28510. [2024-06-30 08:08:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28511. [2024-06-30 08:08:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28512. [2024-06-30 08:08:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28513. [2024-06-30 08:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28514. [2024-06-30 08:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28515. [2024-06-30 08:08:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28516. [2024-06-30 08:08:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28517. [2024-06-30 08:08:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28518. [2024-06-30 08:08:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28519. [2024-06-30 08:08:01] doctrine.DEBUG: SELECT DATABASE() [] []
  28520. [2024-06-30 08:08:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28521. [2024-06-30 08:08:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28522. [2024-06-30 08:08:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28523. [2024-06-30 08:08:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28524. [2024-06-30 08:08:04] doctrine.DEBUG: SELECT DATABASE() [] []
  28525. [2024-06-30 08:08:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28526. [2024-06-30 08:08:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28527. [2024-06-30 08:08:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28528. [2024-06-30 08:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28529. [2024-06-30 08:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28530. [2024-06-30 08:08:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28531. [2024-06-30 08:08:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28532. [2024-06-30 08:08:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28533. [2024-06-30 08:08:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28534. [2024-06-30 08:08:05] doctrine.DEBUG: SELECT DATABASE() [] []
  28535. [2024-06-30 08:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28536. [2024-06-30 08:08:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28537. [2024-06-30 08:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28538. [2024-06-30 08:08:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28539. [2024-06-30 08:08:06] doctrine.DEBUG: SELECT DATABASE() [] []
  28540. [2024-06-30 08:08:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28541. [2024-06-30 08:08:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28542. [2024-06-30 08:08:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28543. [2024-06-30 08:08:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28544. [2024-06-30 08:08:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28545. [2024-06-30 08:08:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28546. [2024-06-30 08:08:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28547. [2024-06-30 08:08:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28548. [2024-06-30 08:08:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28549. [2024-06-30 08:08:07] doctrine.DEBUG: SELECT DATABASE() [] []
  28550. [2024-06-30 08:21:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28551. [2024-06-30 08:21:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28552. [2024-06-30 08:21:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28553. [2024-06-30 08:21:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28554. [2024-06-30 08:21:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28555. [2024-06-30 08:21:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28556. [2024-06-30 08:21:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28557. [2024-06-30 08:21:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28558. [2024-06-30 08:21:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28559. [2024-06-30 08:21:47] doctrine.DEBUG: SELECT DATABASE() [] []
  28560. [2024-06-30 08:21:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28561. [2024-06-30 08:21:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28562. [2024-06-30 08:21:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28563. [2024-06-30 08:21:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28564. [2024-06-30 08:21:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28565. [2024-06-30 08:21:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28566. [2024-06-30 08:21:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28567. [2024-06-30 08:21:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28568. [2024-06-30 08:21:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28569. [2024-06-30 08:21:49] doctrine.DEBUG: SELECT DATABASE() [] []
  28570. [2024-06-30 18:06:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28571. [2024-06-30 18:06:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28572. [2024-06-30 18:06:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28573. [2024-06-30 18:06:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28574. [2024-06-30 18:06:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28575. [2024-06-30 18:06:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28576. [2024-06-30 18:06:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28577. [2024-06-30 18:06:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28578. [2024-06-30 18:06:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28579. [2024-06-30 18:06:15] doctrine.DEBUG: SELECT DATABASE() [] []
  28580. [2024-06-30 18:06:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28581. [2024-06-30 18:06:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28582. [2024-06-30 18:06:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28583. [2024-06-30 18:06:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28584. [2024-06-30 18:06:24] doctrine.DEBUG: SELECT DATABASE() [] []
  28585. [2024-06-30 18:41:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28586. [2024-06-30 18:41:05] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28587. [2024-06-30 18:41:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28588. [2024-06-30 18:41:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28589. [2024-06-30 18:41:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28590. [2024-06-30 18:41:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28591. [2024-06-30 18:41:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28592. [2024-06-30 18:41:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28593. [2024-06-30 18:41:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28594. [2024-06-30 18:41:06] doctrine.DEBUG: SELECT DATABASE() [] []
  28595. [2024-06-30 18:41:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28596. [2024-06-30 18:41:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28597. [2024-06-30 18:41:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28598. [2024-06-30 18:41:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28599. [2024-06-30 18:41:10] doctrine.DEBUG: SELECT DATABASE() [] []
  28600. [2024-06-30 20:08:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28601. [2024-06-30 20:08:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28602. [2024-06-30 20:08:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28603. [2024-06-30 20:08:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28604. [2024-06-30 20:08:34] doctrine.DEBUG: SELECT DATABASE() [] []
  28605. [2024-07-01 03:46:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28606. [2024-07-01 03:46:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28607. [2024-07-01 03:46:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28608. [2024-07-01 03:46:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28609. [2024-07-01 03:46:26] doctrine.DEBUG: SELECT DATABASE() [] []
  28610. [2024-07-01 06:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28611. [2024-07-01 06:45:47] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  28612. [2024-07-01 06:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28613. [2024-07-01 06:45:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28614. [2024-07-01 06:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28615. [2024-07-01 06:45:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28616. [2024-07-01 06:45:48] doctrine.DEBUG: SELECT DATABASE() [] []
  28617. [2024-07-01 06:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28618. [2024-07-01 06:45:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28619. [2024-07-01 06:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28620. [2024-07-01 06:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28621. [2024-07-01 06:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  28622. [2024-07-01 06:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28623. [2024-07-01 06:45:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28624. [2024-07-01 06:45:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28625. [2024-07-01 06:45:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28626. [2024-07-01 06:45:49] doctrine.DEBUG: SELECT DATABASE() [] []
  28627. [2024-07-01 06:45:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28628. [2024-07-01 06:45:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28629. [2024-07-01 06:45:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28630. [2024-07-01 06:45:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28631. [2024-07-01 06:45:50] doctrine.DEBUG: SELECT DATABASE() [] []
  28632. [2024-07-01 06:45:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28633. [2024-07-01 06:45:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/js/bundle.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/js/bundle.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/js/bundle.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28634. [2024-07-01 06:45:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28635. [2024-07-01 06:45:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28636. [2024-07-01 06:45:51] doctrine.DEBUG: SELECT DATABASE() [] []
  28637. [2024-07-01 06:45:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28638. [2024-07-01 06:45:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wallabag/app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wallabag/app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallabag/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28639. [2024-07-01 06:45:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28640. [2024-07-01 06:45:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28641. [2024-07-01 06:45:52] doctrine.DEBUG: SELECT DATABASE() [] []
  28642. [2024-07-01 06:45:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28643. [2024-07-01 06:45:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/config.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/config.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28644. [2024-07-01 06:45:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28645. [2024-07-01 06:45:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28646. [2024-07-01 06:45:52] doctrine.DEBUG: SELECT DATABASE() [] []
  28647. [2024-07-01 06:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28648. [2024-07-01 06:45:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28649. [2024-07-01 06:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28650. [2024-07-01 06:45:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28651. [2024-07-01 06:45:53] doctrine.DEBUG: SELECT DATABASE() [] []
  28652. [2024-07-01 06:45:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28653. [2024-07-01 06:45:54] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  28654. [2024-07-01 06:45:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  28655. [2024-07-01 06:45:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28656. [2024-07-01 06:45:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28657. [2024-07-01 06:45:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28658. [2024-07-01 06:45:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28659. [2024-07-01 06:45:54] doctrine.DEBUG: SELECT DATABASE() [] []
  28660. [2024-07-01 06:45:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28661. [2024-07-01 06:45:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28662. [2024-07-01 06:45:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28663. [2024-07-01 06:45:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28664. [2024-07-01 06:45:55] doctrine.DEBUG: SELECT DATABASE() [] []
  28665. [2024-07-01 06:45:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28666. [2024-07-01 06:45:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28667. [2024-07-01 06:45:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28668. [2024-07-01 06:45:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28669. [2024-07-01 06:45:56] doctrine.DEBUG: SELECT DATABASE() [] []
  28670. [2024-07-01 16:49:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28671. [2024-07-01 16:49:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"OPTIONS"} []
  28672. [2024-07-01 16:49:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28673. [2024-07-01 16:49:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28674. [2024-07-01 16:49:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28675. [2024-07-01 16:49:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28676. [2024-07-01 16:49:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28677. [2024-07-01 16:49:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28678. [2024-07-01 16:49:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28679. [2024-07-01 16:49:48] doctrine.DEBUG: SELECT DATABASE() [] []
  28680. [2024-07-01 16:49:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28681. [2024-07-01 16:49:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28682. [2024-07-01 16:49:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28683. [2024-07-01 16:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28684. [2024-07-01 16:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28685. [2024-07-01 16:49:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28686. [2024-07-01 16:49:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28687. [2024-07-01 16:49:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28688. [2024-07-01 16:49:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28689. [2024-07-01 16:49:49] doctrine.DEBUG: SELECT DATABASE() [] []
  28690. [2024-07-02 07:35:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28691. [2024-07-02 07:35:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28692. [2024-07-02 07:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28693. [2024-07-02 07:35:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28694. [2024-07-02 07:35:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28695. [2024-07-02 07:35:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28696. [2024-07-02 07:35:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28697. [2024-07-02 07:35:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28698. [2024-07-02 07:35:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28699. [2024-07-02 07:35:11] doctrine.DEBUG: SELECT DATABASE() [] []
  28700. [2024-07-02 07:35:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28701. [2024-07-02 07:35:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28702. [2024-07-02 07:35:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28703. [2024-07-02 07:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28704. [2024-07-02 07:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28705. [2024-07-02 07:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28706. [2024-07-02 07:35:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28707. [2024-07-02 07:35:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28708. [2024-07-02 07:35:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28709. [2024-07-02 07:35:11] doctrine.DEBUG: SELECT DATABASE() [] []
  28710. [2024-07-02 09:36:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28711. [2024-07-02 09:36:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28712. [2024-07-02 09:36:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28713. [2024-07-02 09:36:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28714. [2024-07-02 09:36:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28715. [2024-07-02 09:36:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28716. [2024-07-02 09:36:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28717. [2024-07-02 09:36:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28718. [2024-07-02 09:36:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28719. [2024-07-02 09:36:04] doctrine.DEBUG: SELECT DATABASE() [] []
  28720. [2024-07-02 09:44:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28721. [2024-07-02 09:44:44] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  28722. [2024-07-02 10:12:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28723. [2024-07-02 10:12:39] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  28724. [2024-07-02 17:02:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28725. [2024-07-02 17:02:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28726. [2024-07-02 17:02:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28727. [2024-07-02 17:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28728. [2024-07-02 17:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28729. [2024-07-02 17:02:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28730. [2024-07-02 17:02:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28731. [2024-07-02 17:02:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28732. [2024-07-02 17:02:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28733. [2024-07-02 17:02:27] doctrine.DEBUG: SELECT DATABASE() [] []
  28734. [2024-07-02 18:48:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28735. [2024-07-02 18:48:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28736. [2024-07-02 18:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28737. [2024-07-02 18:48:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28738. [2024-07-02 18:48:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28739. [2024-07-02 18:48:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28740. [2024-07-02 18:48:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28741. [2024-07-02 18:48:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28742. [2024-07-02 18:48:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28743. [2024-07-02 18:48:54] doctrine.DEBUG: SELECT DATABASE() [] []
  28744. [2024-07-02 18:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28745. [2024-07-02 18:48:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28746. [2024-07-02 18:48:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28747. [2024-07-02 18:48:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28748. [2024-07-02 18:48:55] doctrine.DEBUG: SELECT DATABASE() [] []
  28749. [2024-07-02 18:48:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28750. [2024-07-02 18:48:59] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  28751. [2024-07-02 18:48:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28752. [2024-07-02 18:48:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28753. [2024-07-02 18:48:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28754. [2024-07-02 18:48:59] doctrine.DEBUG: SELECT DATABASE() [] []
  28755. [2024-07-02 18:49:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28756. [2024-07-02 18:49:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28757. [2024-07-02 18:49:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28758. [2024-07-02 18:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28759. [2024-07-02 18:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28760. [2024-07-02 18:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28761. [2024-07-02 18:49:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28762. [2024-07-02 18:49:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28763. [2024-07-02 18:49:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28764. [2024-07-02 18:49:00] doctrine.DEBUG: SELECT DATABASE() [] []
  28765. [2024-07-02 18:49:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28766. [2024-07-02 18:49:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28767. [2024-07-02 18:49:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28768. [2024-07-02 18:49:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28769. [2024-07-02 18:49:07] doctrine.DEBUG: SELECT DATABASE() [] []
  28770. [2024-07-03 14:02:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28771. [2024-07-03 14:02:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28772. [2024-07-03 14:03:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28773. [2024-07-03 14:03:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28774. [2024-07-03 14:03:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28775. [2024-07-03 14:03:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28776. [2024-07-03 14:03:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28777. [2024-07-03 14:03:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28778. [2024-07-03 14:03:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28779. [2024-07-03 14:03:01] doctrine.DEBUG: SELECT DATABASE() [] []
  28780. [2024-07-03 22:44:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28781. [2024-07-03 22:44:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28782. [2024-07-03 22:44:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28783. [2024-07-03 22:44:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28784. [2024-07-03 22:44:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28785. [2024-07-03 22:44:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28786. [2024-07-03 22:44:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28787. [2024-07-03 22:44:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28788. [2024-07-03 22:44:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28789. [2024-07-03 22:44:47] doctrine.DEBUG: SELECT DATABASE() [] []
  28790. [2024-07-03 22:45:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28791. [2024-07-03 22:45:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28792. [2024-07-03 22:45:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28793. [2024-07-03 22:45:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28794. [2024-07-03 22:45:03] doctrine.DEBUG: SELECT DATABASE() [] []
  28795. [2024-07-04 08:26:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28796. [2024-07-04 08:26:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28797. [2024-07-04 08:26:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28798. [2024-07-04 08:26:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28799. [2024-07-04 08:26:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28800. [2024-07-04 08:26:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28801. [2024-07-04 08:26:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28802. [2024-07-04 08:26:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28803. [2024-07-04 08:26:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28804. [2024-07-04 08:26:40] doctrine.DEBUG: SELECT DATABASE() [] []
  28805. [2024-07-04 09:34:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28806. [2024-07-04 09:34:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28807. [2024-07-04 09:34:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28808. [2024-07-04 09:34:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28809. [2024-07-04 09:34:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28810. [2024-07-04 09:34:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28811. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28812. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28813. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28814. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28815. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28816. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28817. [2024-07-04 09:34:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28818. [2024-07-04 09:34:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28819. [2024-07-04 09:34:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28820. [2024-07-04 09:34:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28821. [2024-07-04 09:34:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28822. [2024-07-04 09:34:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28823. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT DATABASE() [] []
  28824. [2024-07-04 09:34:37] doctrine.DEBUG: SELECT DATABASE() [] []
  28825. [2024-07-04 12:11:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28826. [2024-07-04 12:11:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28827. [2024-07-04 12:11:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28828. [2024-07-04 12:11:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28829. [2024-07-04 12:11:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28830. [2024-07-04 12:11:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28831. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28832. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28833. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28834. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28835. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28836. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28837. [2024-07-04 12:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28838. [2024-07-04 12:11:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28839. [2024-07-04 12:11:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28840. [2024-07-04 12:11:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28841. [2024-07-04 12:11:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28842. [2024-07-04 12:11:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28843. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT DATABASE() [] []
  28844. [2024-07-04 12:11:44] doctrine.DEBUG: SELECT DATABASE() [] []
  28845. [2024-07-04 14:21:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28846. [2024-07-04 14:21:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28847. [2024-07-04 14:21:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28848. [2024-07-04 14:21:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28849. [2024-07-04 14:21:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28850. [2024-07-04 14:21:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28851. [2024-07-04 14:21:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28852. [2024-07-04 14:21:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28853. [2024-07-04 14:21:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28854. [2024-07-04 14:21:42] doctrine.DEBUG: SELECT DATABASE() [] []
  28855. [2024-07-04 17:14:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28856. [2024-07-04 17:14:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28857. [2024-07-04 17:14:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28858. [2024-07-04 17:14:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28859. [2024-07-04 17:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28860. [2024-07-04 17:14:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28861. [2024-07-04 17:14:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28862. [2024-07-04 17:14:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28863. [2024-07-04 17:14:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28864. [2024-07-04 17:14:58] doctrine.DEBUG: SELECT DATABASE() [] []
  28865. [2024-07-04 17:19:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28866. [2024-07-04 17:19:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28867. [2024-07-04 17:19:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28868. [2024-07-04 17:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28869. [2024-07-04 17:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28870. [2024-07-04 17:19:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28871. [2024-07-04 17:19:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28872. [2024-07-04 17:19:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28873. [2024-07-04 17:19:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28874. [2024-07-04 17:19:41] doctrine.DEBUG: SELECT DATABASE() [] []
  28875. [2024-07-05 01:39:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28876. [2024-07-05 01:39:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28877. [2024-07-05 01:39:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28878. [2024-07-05 01:39:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28879. [2024-07-05 01:39:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28880. [2024-07-05 01:39:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28881. [2024-07-05 01:39:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28882. [2024-07-05 01:39:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28883. [2024-07-05 01:39:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28884. [2024-07-05 01:39:58] doctrine.DEBUG: SELECT DATABASE() [] []
  28885. [2024-07-05 05:48:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28886. [2024-07-05 05:48:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28887. [2024-07-05 05:48:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28888. [2024-07-05 05:48:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28889. [2024-07-05 05:48:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28890. [2024-07-05 05:48:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28891. [2024-07-05 05:48:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28892. [2024-07-05 05:48:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28893. [2024-07-05 05:48:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28894. [2024-07-05 05:48:21] doctrine.DEBUG: SELECT DATABASE() [] []
  28895. [2024-07-05 05:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28896. [2024-07-05 05:49:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28897. [2024-07-05 05:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28898. [2024-07-05 05:49:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28899. [2024-07-05 05:49:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28900. [2024-07-05 05:49:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28901. [2024-07-05 05:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28902. [2024-07-05 05:49:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28903. [2024-07-05 05:49:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28904. [2024-07-05 05:49:04] doctrine.DEBUG: SELECT DATABASE() [] []
  28905. [2024-07-05 20:24:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28906. [2024-07-05 20:24:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28907. [2024-07-05 20:24:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28908. [2024-07-05 20:24:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28909. [2024-07-05 20:24:55] doctrine.DEBUG: SELECT DATABASE() [] []
  28910. [2024-07-05 20:25:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28911. [2024-07-05 20:25:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wordpress/wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wordpress/wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28912. [2024-07-05 20:25:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28913. [2024-07-05 20:25:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28914. [2024-07-05 20:25:02] doctrine.DEBUG: SELECT DATABASE() [] []
  28915. [2024-07-05 20:25:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28916. [2024-07-05 20:25:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old/wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old/wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28917. [2024-07-05 20:25:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28918. [2024-07-05 20:25:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28919. [2024-07-05 20:25:04] doctrine.DEBUG: SELECT DATABASE() [] []
  28920. [2024-07-05 20:25:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28921. [2024-07-05 20:25:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /OLD/wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /OLD/wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/OLD/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28922. [2024-07-05 20:25:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28923. [2024-07-05 20:25:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28924. [2024-07-05 20:25:06] doctrine.DEBUG: SELECT DATABASE() [] []
  28925. [2024-07-05 20:25:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28926. [2024-07-05 20:25:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/install.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/install.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28927. [2024-07-05 20:25:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28928. [2024-07-05 20:25:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28929. [2024-07-05 20:25:08] doctrine.DEBUG: SELECT DATABASE() [] []
  28930. [2024-07-06 03:17:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28931. [2024-07-06 03:17:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28932. [2024-07-06 03:17:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28933. [2024-07-06 03:17:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28934. [2024-07-06 03:17:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28935. [2024-07-06 03:17:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28936. [2024-07-06 03:17:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28937. [2024-07-06 03:17:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28938. [2024-07-06 03:17:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28939. [2024-07-06 03:17:20] doctrine.DEBUG: SELECT DATABASE() [] []
  28940. [2024-07-06 04:10:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28941. [2024-07-06 04:10:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28942. [2024-07-06 04:10:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28943. [2024-07-06 04:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28944. [2024-07-06 04:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28945. [2024-07-06 04:10:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28946. [2024-07-06 04:10:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28947. [2024-07-06 04:10:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28948. [2024-07-06 04:10:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28949. [2024-07-06 04:10:10] doctrine.DEBUG: SELECT DATABASE() [] []
  28950. [2024-07-06 04:10:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28951. [2024-07-06 04:10:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5e3b5"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/a5e3b5","method":"GET"} []
  28952. [2024-07-06 04:10:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28953. [2024-07-06 04:10:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28954. [2024-07-06 04:10:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28955. [2024-07-06 04:10:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28956. [2024-07-06 04:10:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28957. [2024-07-06 04:10:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28958. [2024-07-06 04:10:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28959. [2024-07-06 04:10:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28960. [2024-07-06 04:10:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28961. [2024-07-06 04:10:21] doctrine.DEBUG: SELECT DATABASE() [] []
  28962. [2024-07-06 04:10:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28963. [2024-07-06 04:10:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f916f1"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/f916f1","method":"GET"} []
  28964. [2024-07-06 04:47:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28965. [2024-07-06 04:47:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28966. [2024-07-06 04:47:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28967. [2024-07-06 04:47:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28968. [2024-07-06 04:47:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28969. [2024-07-06 04:47:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28970. [2024-07-06 04:47:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28971. [2024-07-06 04:47:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28972. [2024-07-06 04:47:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28973. [2024-07-06 04:47:53] doctrine.DEBUG: SELECT DATABASE() [] []
  28974. [2024-07-06 04:48:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28975. [2024-07-06 04:48:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f43f6"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/7f43f6","method":"GET"} []
  28976. [2024-07-06 08:59:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28977. [2024-07-06 08:59:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  28978. [2024-07-06 08:59:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28979. [2024-07-06 08:59:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28980. [2024-07-06 08:59:07] doctrine.DEBUG: SELECT DATABASE() [] []
  28981. [2024-07-06 13:20:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28982. [2024-07-06 13:20:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  28983. [2024-07-06 13:20:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28984. [2024-07-06 13:20:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28985. [2024-07-06 13:20:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  28986. [2024-07-06 13:20:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  28987. [2024-07-06 13:20:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  28988. [2024-07-06 13:20:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  28989. [2024-07-06 13:20:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  28990. [2024-07-06 13:20:59] doctrine.DEBUG: SELECT DATABASE() [] []
  28991. [2024-07-06 15:22:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28992. [2024-07-06 15:22:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  28993. [2024-07-06 15:22:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28994. [2024-07-06 15:22:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  28995. [2024-07-06 15:22:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28996. [2024-07-06 15:22:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  28997. [2024-07-06 15:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28998. [2024-07-06 15:22:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  28999. [2024-07-06 15:22:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29000. [2024-07-06 15:22:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29001. [2024-07-06 15:22:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29002. [2024-07-06 15:22:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29003. [2024-07-06 15:22:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29004. [2024-07-06 15:22:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29005. [2024-07-06 15:22:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29006. [2024-07-06 15:22:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29007. [2024-07-06 15:22:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29008. [2024-07-06 15:22:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29009. [2024-07-06 15:22:24] doctrine.DEBUG: SELECT DATABASE() [] []
  29010. [2024-07-06 15:22:24] doctrine.DEBUG: SELECT DATABASE() [] []
  29011. [2024-07-07 00:17:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29012. [2024-07-07 00:17:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29013. [2024-07-07 00:17:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29014. [2024-07-07 00:17:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29015. [2024-07-07 00:17:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29016. [2024-07-07 00:17:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29017. [2024-07-07 00:17:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29018. [2024-07-07 00:17:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29019. [2024-07-07 00:17:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29020. [2024-07-07 00:17:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29021. [2024-07-07 00:17:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29022. [2024-07-07 00:17:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29023. [2024-07-07 00:17:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29024. [2024-07-07 00:17:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29025. [2024-07-07 00:17:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29026. [2024-07-07 00:17:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29027. [2024-07-07 00:17:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29028. [2024-07-07 00:17:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29029. [2024-07-07 00:17:37] doctrine.DEBUG: SELECT DATABASE() [] []
  29030. [2024-07-07 00:17:37] doctrine.DEBUG: SELECT DATABASE() [] []
  29031. [2024-07-07 10:57:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29032. [2024-07-07 10:57:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29033. [2024-07-07 10:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29034. [2024-07-07 10:57:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29035. [2024-07-07 10:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29036. [2024-07-07 10:57:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29037. [2024-07-07 10:57:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29038. [2024-07-07 10:57:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29039. [2024-07-07 10:57:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29040. [2024-07-07 10:57:56] doctrine.DEBUG: SELECT DATABASE() [] []
  29041. [2024-07-07 10:58:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29042. [2024-07-07 10:58:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29043. [2024-07-07 10:58:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29044. [2024-07-07 10:58:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29045. [2024-07-07 10:58:05] doctrine.DEBUG: SELECT DATABASE() [] []
  29046. [2024-07-07 14:05:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29047. [2024-07-07 14:05:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29048. [2024-07-07 14:05:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29049. [2024-07-07 14:05:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29050. [2024-07-07 14:05:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29051. [2024-07-07 14:05:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29052. [2024-07-07 14:05:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29053. [2024-07-07 14:05:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29054. [2024-07-07 14:05:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29055. [2024-07-07 14:05:08] doctrine.DEBUG: SELECT DATABASE() [] []
  29056. [2024-07-07 14:05:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29057. [2024-07-07 14:05:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29058. [2024-07-07 14:05:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29059. [2024-07-07 14:05:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29060. [2024-07-07 14:05:13] doctrine.DEBUG: SELECT DATABASE() [] []
  29061. [2024-07-07 19:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29062. [2024-07-07 19:08:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29063. [2024-07-07 19:08:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29064. [2024-07-07 19:08:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29065. [2024-07-07 19:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29066. [2024-07-07 19:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29067. [2024-07-07 19:08:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29068. [2024-07-07 19:08:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29069. [2024-07-07 19:08:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29070. [2024-07-07 19:08:23] doctrine.DEBUG: SELECT DATABASE() [] []
  29071. [2024-07-07 19:08:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29072. [2024-07-07 19:08:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29073. [2024-07-07 19:08:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29074. [2024-07-07 19:08:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29075. [2024-07-07 19:08:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29076. [2024-07-07 19:08:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29077. [2024-07-07 19:08:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29078. [2024-07-07 19:08:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29079. [2024-07-07 19:08:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29080. [2024-07-07 19:08:24] doctrine.DEBUG: SELECT DATABASE() [] []
  29081. [2024-07-07 20:23:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29082. [2024-07-07 20:23:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29083. [2024-07-07 20:23:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29084. [2024-07-07 20:23:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29085. [2024-07-07 20:23:48] doctrine.DEBUG: SELECT DATABASE() [] []
  29086. [2024-07-08 03:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29087. [2024-07-08 03:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29088. [2024-07-08 03:06:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29089. [2024-07-08 03:06:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29090. [2024-07-08 03:06:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29091. [2024-07-08 03:06:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29092. [2024-07-08 03:06:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29093. [2024-07-08 03:06:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29094. [2024-07-08 03:06:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29095. [2024-07-08 03:06:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29096. [2024-07-08 03:06:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29097. [2024-07-08 03:06:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29098. [2024-07-08 03:06:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29099. [2024-07-08 03:06:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29100. [2024-07-08 03:06:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29101. [2024-07-08 03:06:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29102. [2024-07-08 03:06:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29103. [2024-07-08 03:06:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29104. [2024-07-08 03:06:41] doctrine.DEBUG: SELECT DATABASE() [] []
  29105. [2024-07-08 03:06:41] doctrine.DEBUG: SELECT DATABASE() [] []
  29106. [2024-07-08 11:18:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29107. [2024-07-08 11:18:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29108. [2024-07-08 11:18:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29109. [2024-07-08 11:18:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29110. [2024-07-08 11:18:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29111. [2024-07-08 11:18:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29112. [2024-07-08 11:18:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29113. [2024-07-08 11:18:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29114. [2024-07-08 11:18:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29115. [2024-07-08 11:18:54] doctrine.DEBUG: SELECT DATABASE() [] []
  29116. [2024-07-08 11:18:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29117. [2024-07-08 11:18:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29118. [2024-07-08 11:18:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29119. [2024-07-08 11:18:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29120. [2024-07-08 11:18:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29121. [2024-07-08 11:18:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29122. [2024-07-08 11:18:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29123. [2024-07-08 11:18:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29124. [2024-07-08 11:18:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29125. [2024-07-08 11:18:55] doctrine.DEBUG: SELECT DATABASE() [] []
  29126. [2024-07-08 14:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29127. [2024-07-08 14:56:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29128. [2024-07-08 14:56:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29129. [2024-07-08 14:56:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29130. [2024-07-08 14:56:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29131. [2024-07-08 14:56:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29132. [2024-07-08 14:56:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29133. [2024-07-08 14:56:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29134. [2024-07-08 14:56:28] doctrine.DEBUG: SELECT DATABASE() [] []
  29135. [2024-07-08 14:56:28] doctrine.DEBUG: SELECT DATABASE() [] []
  29136. [2024-07-08 16:18:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29137. [2024-07-08 16:18:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29138. [2024-07-08 16:18:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29139. [2024-07-08 16:18:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29140. [2024-07-08 16:18:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29141. [2024-07-08 16:18:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29142. [2024-07-08 16:18:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29143. [2024-07-08 16:18:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29144. [2024-07-08 16:18:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29145. [2024-07-08 16:18:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29146. [2024-07-08 16:18:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29147. [2024-07-08 16:18:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29148. [2024-07-08 16:18:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29149. [2024-07-08 16:18:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29150. [2024-07-08 16:18:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29151. [2024-07-08 16:18:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29152. [2024-07-08 16:18:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29153. [2024-07-08 16:18:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29154. [2024-07-08 16:18:30] doctrine.DEBUG: SELECT DATABASE() [] []
  29155. [2024-07-08 16:18:30] doctrine.DEBUG: SELECT DATABASE() [] []
  29156. [2024-07-08 18:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29157. [2024-07-08 18:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29158. [2024-07-08 18:34:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29159. [2024-07-08 18:34:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29160. [2024-07-08 18:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29161. [2024-07-08 18:34:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29162. [2024-07-08 18:34:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29163. [2024-07-08 18:34:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29164. [2024-07-08 18:34:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29165. [2024-07-08 18:34:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29166. [2024-07-08 18:34:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29167. [2024-07-08 18:34:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29168. [2024-07-08 18:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29169. [2024-07-08 18:34:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29170. [2024-07-08 18:34:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29171. [2024-07-08 18:34:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29172. [2024-07-08 18:34:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29173. [2024-07-08 18:34:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29174. [2024-07-08 18:34:05] doctrine.DEBUG: SELECT DATABASE() [] []
  29175. [2024-07-08 18:34:05] doctrine.DEBUG: SELECT DATABASE() [] []
  29176. [2024-07-09 09:01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29177. [2024-07-09 09:01:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29178. [2024-07-09 09:01:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29179. [2024-07-09 09:01:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29180. [2024-07-09 09:01:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29181. [2024-07-09 09:01:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29182. [2024-07-09 09:01:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29183. [2024-07-09 09:01:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29184. [2024-07-09 09:01:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29185. [2024-07-09 09:01:02] doctrine.DEBUG: SELECT DATABASE() [] []
  29186. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29187. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29188. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29189. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29190. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29191. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29192. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29193. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29194. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29195. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29196. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29197. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29198. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29199. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29200. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29201. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29202. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29203. [2024-07-09 15:43:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29204. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29205. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29206. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /htdocs/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /htdocs/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29207. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29208. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29209. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29210. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29211. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29212. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29213. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s3/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s3/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29214. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /http/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /http/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/http/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29215. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29216. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wiki/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wiki/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29217. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /var/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /var/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29218. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29219. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29220. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/themes/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/themes/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29221. [2024-07-09 15:43:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29222. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29223. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29224. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29225. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29226. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29227. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29228. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29229. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29230. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29231. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29232. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29233. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29234. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29235. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29236. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29237. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29238. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29239. [2024-07-09 15:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29240. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29241. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29242. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29243. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29244. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29245. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29246. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29247. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29248. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29249. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29250. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29251. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29252. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29253. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29254. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29255. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29256. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29257. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29258. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29259. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29260. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29261. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29262. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29263. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29264. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29265. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29266. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29267. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29268. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29269. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29270. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29271. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29272. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29273. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29274. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29275. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29276. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29277. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29278. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29279. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29280. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29281. [2024-07-09 15:43:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29282. [2024-07-09 15:43:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /css/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /css/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29283. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29284. [2024-07-09 15:43:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29285. [2024-07-09 15:43:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29286. [2024-07-09 15:43:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29287. [2024-07-09 15:43:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29288. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29289. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29290. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29291. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29292. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29293. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29294. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29295. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29296. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29297. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29298. [2024-07-09 15:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29299. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29300. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29301. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29302. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29303. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29304. [2024-07-09 15:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29305. [2024-07-09 15:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  29306. [2024-07-10 02:14:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29307. [2024-07-10 02:14:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29308. [2024-07-10 02:14:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29309. [2024-07-10 02:14:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29310. [2024-07-10 02:14:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29311. [2024-07-10 02:14:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29312. [2024-07-10 02:14:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29313. [2024-07-10 02:14:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29314. [2024-07-10 02:14:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29315. [2024-07-10 02:14:29] doctrine.DEBUG: SELECT DATABASE() [] []
  29316. [2024-07-10 12:21:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29317. [2024-07-10 12:21:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29318. [2024-07-10 12:21:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29319. [2024-07-10 12:21:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29320. [2024-07-10 12:21:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29321. [2024-07-10 12:21:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29322. [2024-07-10 12:21:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29323. [2024-07-10 12:21:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29324. [2024-07-10 12:21:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29325. [2024-07-10 12:21:46] doctrine.DEBUG: SELECT DATABASE() [] []
  29326. [2024-07-10 12:38:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29327. [2024-07-10 12:38:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29328. [2024-07-10 12:38:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29329. [2024-07-10 12:38:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29330. [2024-07-10 12:38:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29331. [2024-07-10 12:38:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29332. [2024-07-10 12:38:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29333. [2024-07-10 12:38:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29334. [2024-07-10 12:38:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29335. [2024-07-10 12:38:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29336. [2024-07-10 12:38:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29337. [2024-07-10 12:38:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29338. [2024-07-10 12:38:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29339. [2024-07-10 12:38:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29340. [2024-07-10 12:38:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29341. [2024-07-10 12:38:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29342. [2024-07-10 12:38:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29343. [2024-07-10 12:38:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29344. [2024-07-10 12:38:24] doctrine.DEBUG: SELECT DATABASE() [] []
  29345. [2024-07-10 12:38:24] doctrine.DEBUG: SELECT DATABASE() [] []
  29346. [2024-07-10 13:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29347. [2024-07-10 13:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29348. [2024-07-10 13:42:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29349. [2024-07-10 13:42:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29350. [2024-07-10 13:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29351. [2024-07-10 13:42:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29352. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29353. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29354. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29355. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29356. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29357. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29358. [2024-07-10 13:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29359. [2024-07-10 13:42:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29360. [2024-07-10 13:42:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29361. [2024-07-10 13:42:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29362. [2024-07-10 13:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29363. [2024-07-10 13:42:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29364. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  29365. [2024-07-10 13:42:01] doctrine.DEBUG: SELECT DATABASE() [] []
  29366. [2024-07-10 23:07:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29367. [2024-07-10 23:07:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29368. [2024-07-10 23:07:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29369. [2024-07-10 23:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29370. [2024-07-10 23:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29371. [2024-07-10 23:07:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29372. [2024-07-10 23:07:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29373. [2024-07-10 23:07:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29374. [2024-07-10 23:07:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29375. [2024-07-10 23:07:02] doctrine.DEBUG: SELECT DATABASE() [] []
  29376. [2024-07-11 04:08:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29377. [2024-07-11 04:08:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29378. [2024-07-11 04:08:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29379. [2024-07-11 04:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29380. [2024-07-11 04:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29381. [2024-07-11 04:08:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29382. [2024-07-11 04:08:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29383. [2024-07-11 04:08:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29384. [2024-07-11 04:08:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29385. [2024-07-11 04:08:16] doctrine.DEBUG: SELECT DATABASE() [] []
  29386. [2024-07-11 07:29:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29387. [2024-07-11 07:29:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29388. [2024-07-11 07:29:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29389. [2024-07-11 07:29:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29390. [2024-07-11 07:29:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29391. [2024-07-11 07:29:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29392. [2024-07-11 07:29:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29393. [2024-07-11 07:29:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29394. [2024-07-11 07:29:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29395. [2024-07-11 07:29:58] doctrine.DEBUG: SELECT DATABASE() [] []
  29396. [2024-07-11 07:29:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29397. [2024-07-11 07:29:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29398. [2024-07-11 07:29:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29399. [2024-07-11 07:29:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29400. [2024-07-11 07:29:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29401. [2024-07-11 07:29:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29402. [2024-07-11 07:29:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29403. [2024-07-11 07:29:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29404. [2024-07-11 07:29:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29405. [2024-07-11 07:29:58] doctrine.DEBUG: SELECT DATABASE() [] []
  29406. [2024-07-11 11:06:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29407. [2024-07-11 11:06:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29408. [2024-07-11 11:06:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29409. [2024-07-11 11:06:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29410. [2024-07-11 11:06:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29411. [2024-07-11 11:06:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29412. [2024-07-11 11:06:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29413. [2024-07-11 11:06:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29414. [2024-07-11 11:06:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29415. [2024-07-11 11:06:15] doctrine.DEBUG: SELECT DATABASE() [] []
  29416. [2024-07-11 14:21:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29417. [2024-07-11 14:21:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29418. [2024-07-11 14:21:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29419. [2024-07-11 14:21:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29420. [2024-07-11 14:21:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29421. [2024-07-11 14:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29422. [2024-07-11 14:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29423. [2024-07-11 14:21:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29424. [2024-07-11 14:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29425. [2024-07-11 14:21:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29426. [2024-07-11 14:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29427. [2024-07-11 14:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29428. [2024-07-11 14:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29429. [2024-07-11 14:21:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29430. [2024-07-11 14:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29431. [2024-07-11 14:21:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29432. [2024-07-11 14:21:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29433. [2024-07-11 14:21:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29434. [2024-07-11 14:21:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29435. [2024-07-11 14:21:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29436. [2024-07-11 17:34:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29437. [2024-07-11 17:34:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29438. [2024-07-11 17:34:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29439. [2024-07-11 17:34:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29440. [2024-07-11 17:34:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29441. [2024-07-11 17:34:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29442. [2024-07-11 17:34:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29443. [2024-07-11 17:34:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29444. [2024-07-11 17:34:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29445. [2024-07-11 17:34:15] doctrine.DEBUG: SELECT DATABASE() [] []
  29446. [2024-07-11 21:10:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29447. [2024-07-11 21:10:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29448. [2024-07-11 21:10:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29449. [2024-07-11 21:10:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29450. [2024-07-11 21:10:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29451. [2024-07-11 21:10:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29452. [2024-07-11 21:10:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29453. [2024-07-11 21:10:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29454. [2024-07-11 21:10:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29455. [2024-07-11 21:10:30] doctrine.DEBUG: SELECT DATABASE() [] []
  29456. [2024-07-12 00:32:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29457. [2024-07-12 00:32:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29458. [2024-07-12 00:32:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29459. [2024-07-12 00:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29460. [2024-07-12 00:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29461. [2024-07-12 00:32:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29462. [2024-07-12 00:32:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29463. [2024-07-12 00:32:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29464. [2024-07-12 00:32:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29465. [2024-07-12 00:32:15] doctrine.DEBUG: SELECT DATABASE() [] []
  29466. [2024-07-12 12:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29467. [2024-07-12 12:09:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29468. [2024-07-12 12:09:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29469. [2024-07-12 12:09:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29470. [2024-07-12 12:09:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29471. [2024-07-12 12:09:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29472. [2024-07-12 12:09:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29473. [2024-07-12 12:09:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29474. [2024-07-12 12:09:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29475. [2024-07-12 12:09:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29476. [2024-07-12 12:09:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29477. [2024-07-12 12:09:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29478. [2024-07-12 12:09:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29479. [2024-07-12 12:09:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29480. [2024-07-12 12:09:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29481. [2024-07-12 12:09:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29482. [2024-07-12 12:09:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29483. [2024-07-12 12:09:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29484. [2024-07-12 12:09:49] doctrine.DEBUG: SELECT DATABASE() [] []
  29485. [2024-07-12 12:09:49] doctrine.DEBUG: SELECT DATABASE() [] []
  29486. [2024-07-12 15:13:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29487. [2024-07-12 15:13:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29488. [2024-07-12 15:13:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29489. [2024-07-12 15:13:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29490. [2024-07-12 15:13:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29491. [2024-07-12 15:13:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29492. [2024-07-12 15:13:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29493. [2024-07-12 15:13:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29494. [2024-07-12 15:13:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29495. [2024-07-12 15:13:40] doctrine.DEBUG: SELECT DATABASE() [] []
  29496. [2024-07-12 18:17:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29497. [2024-07-12 18:17:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29498. [2024-07-12 18:17:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29499. [2024-07-12 18:17:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29500. [2024-07-12 18:17:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29501. [2024-07-12 18:17:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29502. [2024-07-12 18:17:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29503. [2024-07-12 18:17:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29504. [2024-07-12 18:17:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29505. [2024-07-12 18:17:09] doctrine.DEBUG: SELECT DATABASE() [] []
  29506. [2024-07-12 18:17:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29507. [2024-07-12 18:17:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29508. [2024-07-12 18:17:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29509. [2024-07-12 18:17:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29510. [2024-07-12 18:17:11] doctrine.DEBUG: SELECT DATABASE() [] []
  29511. [2024-07-12 18:17:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29512. [2024-07-12 18:17:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29513. [2024-07-12 18:17:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29514. [2024-07-12 18:17:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29515. [2024-07-12 18:17:12] doctrine.DEBUG: SELECT DATABASE() [] []
  29516. [2024-07-12 18:17:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29517. [2024-07-12 18:17:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29518. [2024-07-12 18:17:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29519. [2024-07-12 18:17:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29520. [2024-07-12 18:17:13] doctrine.DEBUG: SELECT DATABASE() [] []
  29521. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29522. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29523. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29524. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29525. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29526. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29527. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29528. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29529. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29530. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29531. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29532. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29533. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29534. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29535. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29536. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29537. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29538. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29539. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29540. [2024-07-12 18:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29541. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29542. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29543. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29544. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_1"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env_1\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29545. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29546. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod.local"" at /home/hlcdisb/www/rbbe_dev/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.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29547. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29548. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29549. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.test.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29550. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.production.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29551. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_sample"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29552. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.development.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29553. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.stage"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29554. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29555. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.prod.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29556. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /html/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /html/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/html/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29557. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /var/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /var/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29558. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29559. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29560. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev.local"" at /home/hlcdisb/www/rbbe_dev/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.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29561. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29562. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29563. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29564. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29565. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29566. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29567. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29568. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29569. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29570. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29571. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29572. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29573. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29574. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29575. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29576. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29577. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29578. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29579. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29580. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29581. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29582. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29583. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29584. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29585. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29586. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29587. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29588. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29589. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29590. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29591. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29592. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.save"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29593. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29594. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29595. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29596. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29597. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29598. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29599. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29600. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29601. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29602. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29603. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29604. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29605. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29606. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29607. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29608. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29609. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29610. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29611. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29612. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29613. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29614. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29615. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29616. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29617. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29618. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29619. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29620. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29621. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29622. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29623. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29624. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29625. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29626. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29627. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29628. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.live"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.live\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29629. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.development.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29630. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29631. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29632. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29633. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29634. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29635. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.dev.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29636. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29637. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.backup"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29638. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.www"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.www\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29639. [2024-07-12 18:35:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.old"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.old\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29640. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29641. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29642. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29643. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29644. [2024-07-12 18:35:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29645. [2024-07-12 18:35:10] doctrine.DEBUG: SELECT DATABASE() [] []
  29646. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29647. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29648. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29649. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29650. [2024-07-12 18:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29651. [2024-07-12 18:35:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29652. [2024-07-12 18:35:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29653. [2024-07-12 18:35:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29654. [2024-07-12 18:35:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29655. [2024-07-12 18:35:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29656. [2024-07-12 18:35:11] doctrine.DEBUG: SELECT DATABASE() [] []
  29657. [2024-07-12 18:35:11] doctrine.DEBUG: SELECT DATABASE() [] []
  29658. [2024-07-12 18:35:11] doctrine.DEBUG: SELECT DATABASE() [] []
  29659. [2024-07-12 18:35:11] doctrine.DEBUG: SELECT DATABASE() [] []
  29660. [2024-07-12 18:35:11] doctrine.DEBUG: SELECT DATABASE() [] []
  29661. [2024-07-13 04:13:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29662. [2024-07-13 04:13:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  29663. [2024-07-13 04:13:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29664. [2024-07-13 04:13:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29665. [2024-07-13 04:13:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29666. [2024-07-13 04:13:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29667. [2024-07-13 04:13:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29668. [2024-07-13 04:13:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29669. [2024-07-13 04:13:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29670. [2024-07-13 04:13:45] doctrine.DEBUG: SELECT DATABASE() [] []
  29671. [2024-07-13 04:13:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29672. [2024-07-13 04:13:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29673. [2024-07-13 04:13:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29674. [2024-07-13 04:13:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29675. [2024-07-13 04:13:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29676. [2024-07-13 04:13:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29677. [2024-07-13 04:13:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29678. [2024-07-13 04:13:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29679. [2024-07-13 04:13:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29680. [2024-07-13 04:13:46] doctrine.DEBUG: SELECT DATABASE() [] []
  29681. [2024-07-13 04:13:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29682. [2024-07-13 04:13:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  29683. [2024-07-13 04:13:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29684. [2024-07-13 04:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29685. [2024-07-13 04:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29686. [2024-07-13 04:13:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29687. [2024-07-13 04:13:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29688. [2024-07-13 04:13:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29689. [2024-07-13 04:13:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29690. [2024-07-13 04:13:47] doctrine.DEBUG: SELECT DATABASE() [] []
  29691. [2024-07-13 04:13:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29692. [2024-07-13 04:13:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29693. [2024-07-13 04:13:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29694. [2024-07-13 04:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29695. [2024-07-13 04:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29696. [2024-07-13 04:13:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29697. [2024-07-13 04:13:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29698. [2024-07-13 04:13:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29699. [2024-07-13 04:13:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29700. [2024-07-13 04:13:48] doctrine.DEBUG: SELECT DATABASE() [] []
  29701. [2024-07-13 04:13:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29702. [2024-07-13 04:13:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29703. [2024-07-13 04:13:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29704. [2024-07-13 04:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29705. [2024-07-13 04:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29706. [2024-07-13 04:13:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29707. [2024-07-13 04:13:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29708. [2024-07-13 04:13:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29709. [2024-07-13 04:13:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29710. [2024-07-13 04:13:55] doctrine.DEBUG: SELECT DATABASE() [] []
  29711. [2024-07-13 04:13:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29712. [2024-07-13 04:13:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70313f"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/70313f","method":"GET"} []
  29713. [2024-07-13 04:52:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29714. [2024-07-13 04:52:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  29715. [2024-07-13 04:52:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29716. [2024-07-13 04:52:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29717. [2024-07-13 04:52:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29718. [2024-07-13 04:52:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29719. [2024-07-13 04:52:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29720. [2024-07-13 04:52:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29721. [2024-07-13 04:52:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29722. [2024-07-13 04:52:04] doctrine.DEBUG: SELECT DATABASE() [] []
  29723. [2024-07-13 04:52:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29724. [2024-07-13 04:52:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29725. [2024-07-13 04:52:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29726. [2024-07-13 04:52:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29727. [2024-07-13 04:52:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29728. [2024-07-13 04:52:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29729. [2024-07-13 04:52:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29730. [2024-07-13 04:52:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29731. [2024-07-13 04:52:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29732. [2024-07-13 04:52:04] doctrine.DEBUG: SELECT DATABASE() [] []
  29733. [2024-07-13 04:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29734. [2024-07-13 04:52:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  29735. [2024-07-13 04:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29736. [2024-07-13 04:52:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29737. [2024-07-13 04:52:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29738. [2024-07-13 04:52:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29739. [2024-07-13 04:52:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29740. [2024-07-13 04:52:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29741. [2024-07-13 04:52:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29742. [2024-07-13 04:52:06] doctrine.DEBUG: SELECT DATABASE() [] []
  29743. [2024-07-13 04:52:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29744. [2024-07-13 04:52:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29745. [2024-07-13 04:52:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29746. [2024-07-13 04:52:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29747. [2024-07-13 04:52:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29748. [2024-07-13 04:52:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29749. [2024-07-13 04:52:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29750. [2024-07-13 04:52:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29751. [2024-07-13 04:52:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29752. [2024-07-13 04:52:07] doctrine.DEBUG: SELECT DATABASE() [] []
  29753. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29754. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29755. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29756. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29757. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29758. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29759. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29760. [2024-07-13 07:09:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29761. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29762. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /back/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /back/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29763. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /git/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /git/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29764. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /site/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /site/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29765. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29766. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29767. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29768. [2024-07-13 07:09:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29769. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29770. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29771. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29772. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29773. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29774. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29775. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29776. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29777. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29778. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29779. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29780. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29781. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29782. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29783. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29784. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29785. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29786. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29787. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29788. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29789. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29790. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29791. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29792. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29793. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29794. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29795. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29796. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29797. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s3/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s3/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29798. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /http/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /http/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/http/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29799. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29800. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /htdocs/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /htdocs/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29801. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /home/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /home/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/home/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29802. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29803. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29804. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29805. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29806. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29807. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /css/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /css/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29808. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29809. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29810. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29811. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29812. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29813. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29814. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backend/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backend/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29815. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29816. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29817. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29818. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29819. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29820. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29821. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29822. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29823. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29824. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29825. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29826. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29827. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29828. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29829. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29830. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29831. [2024-07-13 07:09:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29832. [2024-07-13 07:09:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29833. [2024-07-13 07:09:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29834. [2024-07-13 07:09:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wiki/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wiki/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29835. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29836. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29837. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29838. [2024-07-13 07:09:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29839. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29840. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29841. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29842. [2024-07-13 07:09:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29843. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29844. [2024-07-13 07:09:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/themes/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/themes/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29845. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29846. [2024-07-13 07:09:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29847. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29848. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29849. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29850. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29851. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29852. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29853. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29854. [2024-07-13 07:09:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29855. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29856. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29857. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29858. [2024-07-13 07:09:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /var/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /var/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29859. [2024-07-13 07:09:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.git/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.git/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29860. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29861. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29862. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29863. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29864. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29865. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29866. [2024-07-13 07:09:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29867. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29868. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29869. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29870. [2024-07-13 07:09:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29871. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29872. [2024-07-13 07:09:18] doctrine.DEBUG: SELECT DATABASE() [] []
  29873. [2024-07-13 17:29:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29874. [2024-07-13 17:29:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  29875. [2024-07-13 17:29:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29876. [2024-07-13 17:29:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29877. [2024-07-13 17:29:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29878. [2024-07-13 17:29:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29879. [2024-07-13 17:29:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29880. [2024-07-13 17:29:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29881. [2024-07-13 17:29:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29882. [2024-07-13 17:29:46] doctrine.DEBUG: SELECT DATABASE() [] []
  29883. [2024-07-13 17:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29884. [2024-07-13 17:30:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29885. [2024-07-13 17:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29886. [2024-07-13 17:30:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29887. [2024-07-13 17:30:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29888. [2024-07-13 17:30:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29889. [2024-07-13 17:30:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29890. [2024-07-13 17:30:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29891. [2024-07-13 17:30:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29892. [2024-07-13 17:30:30] doctrine.DEBUG: SELECT DATABASE() [] []
  29893. [2024-07-13 17:34:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29894. [2024-07-13 17:34:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29895. [2024-07-13 17:34:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29896. [2024-07-13 17:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29897. [2024-07-13 17:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29898. [2024-07-13 17:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29899. [2024-07-13 17:34:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29900. [2024-07-13 17:34:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29901. [2024-07-13 17:34:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29902. [2024-07-13 17:34:54] doctrine.DEBUG: SELECT DATABASE() [] []
  29903. [2024-07-13 17:34:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29904. [2024-07-13 17:34:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29905. [2024-07-13 17:34:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29906. [2024-07-13 17:34:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29907. [2024-07-13 17:34:56] doctrine.DEBUG: SELECT DATABASE() [] []
  29908. [2024-07-13 17:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29909. [2024-07-13 17:34:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29910. [2024-07-13 17:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29911. [2024-07-13 17:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29912. [2024-07-13 17:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29913. [2024-07-13 17:34:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29914. [2024-07-13 17:34:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29915. [2024-07-13 17:34:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29916. [2024-07-13 17:34:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29917. [2024-07-13 17:34:58] doctrine.DEBUG: SELECT DATABASE() [] []
  29918. [2024-07-13 17:34:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29919. [2024-07-13 17:34:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29920. [2024-07-13 17:34:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29921. [2024-07-13 17:34:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29922. [2024-07-13 17:34:59] doctrine.DEBUG: SELECT DATABASE() [] []
  29923. [2024-07-13 17:35:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29924. [2024-07-13 17:35:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29925. [2024-07-13 17:35:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29926. [2024-07-13 17:35:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29927. [2024-07-13 17:35:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29928. [2024-07-13 17:35:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29929. [2024-07-13 17:35:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29930. [2024-07-13 17:35:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29931. [2024-07-13 17:35:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29932. [2024-07-13 17:35:00] doctrine.DEBUG: SELECT DATABASE() [] []
  29933. [2024-07-13 17:35:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29934. [2024-07-13 17:35:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29935. [2024-07-13 17:35:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29936. [2024-07-13 17:35:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29937. [2024-07-13 17:35:01] doctrine.DEBUG: SELECT DATABASE() [] []
  29938. [2024-07-13 23:07:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29939. [2024-07-13 23:07:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29940. [2024-07-13 23:07:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29941. [2024-07-13 23:07:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29942. [2024-07-13 23:07:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29943. [2024-07-13 23:07:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29944. [2024-07-13 23:07:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29945. [2024-07-13 23:07:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29946. [2024-07-13 23:07:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29947. [2024-07-13 23:07:06] doctrine.DEBUG: SELECT DATABASE() [] []
  29948. [2024-07-13 23:07:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29949. [2024-07-13 23:07:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29950. [2024-07-13 23:07:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29951. [2024-07-13 23:07:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29952. [2024-07-13 23:07:07] doctrine.DEBUG: SELECT DATABASE() [] []
  29953. [2024-07-13 23:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29954. [2024-07-13 23:07:12] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  29955. [2024-07-13 23:07:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29956. [2024-07-13 23:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29957. [2024-07-13 23:07:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29958. [2024-07-13 23:07:12] doctrine.DEBUG: SELECT DATABASE() [] []
  29959. [2024-07-13 23:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29960. [2024-07-13 23:07:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29961. [2024-07-13 23:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29962. [2024-07-13 23:07:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29963. [2024-07-13 23:07:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29964. [2024-07-13 23:07:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29965. [2024-07-13 23:07:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29966. [2024-07-13 23:07:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29967. [2024-07-13 23:07:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29968. [2024-07-13 23:07:13] doctrine.DEBUG: SELECT DATABASE() [] []
  29969. [2024-07-13 23:07:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29970. [2024-07-13 23:07:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29971. [2024-07-13 23:07:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29972. [2024-07-13 23:07:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29973. [2024-07-13 23:07:17] doctrine.DEBUG: SELECT DATABASE() [] []
  29974. [2024-07-13 23:08:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29975. [2024-07-13 23:08:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  29976. [2024-07-13 23:08:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29977. [2024-07-13 23:08:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29978. [2024-07-13 23:08:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  29979. [2024-07-13 23:08:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  29980. [2024-07-13 23:08:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  29981. [2024-07-13 23:08:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29982. [2024-07-13 23:08:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29983. [2024-07-13 23:08:46] doctrine.DEBUG: SELECT DATABASE() [] []
  29984. [2024-07-13 23:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29985. [2024-07-13 23:08:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  29986. [2024-07-13 23:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29987. [2024-07-13 23:08:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29988. [2024-07-13 23:08:47] doctrine.DEBUG: SELECT DATABASE() [] []
  29989. [2024-07-13 23:08:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29990. [2024-07-13 23:08:52] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  29991. [2024-07-13 23:08:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  29992. [2024-07-13 23:08:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29993. [2024-07-13 23:08:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  29994. [2024-07-13 23:08:52] doctrine.DEBUG: SELECT DATABASE() [] []
  29995. [2024-07-13 23:08:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  29996. [2024-07-13 23:08:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  29997. [2024-07-13 23:08:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  29998. [2024-07-13 23:08:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  29999. [2024-07-13 23:08:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30000. [2024-07-13 23:08:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30001. [2024-07-13 23:08:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30002. [2024-07-13 23:08:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30003. [2024-07-13 23:08:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30004. [2024-07-13 23:08:53] doctrine.DEBUG: SELECT DATABASE() [] []
  30005. [2024-07-13 23:08:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30006. [2024-07-13 23:08:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ads.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ads.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30007. [2024-07-13 23:08:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30008. [2024-07-13 23:08:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30009. [2024-07-13 23:08:57] doctrine.DEBUG: SELECT DATABASE() [] []
  30010. [2024-07-14 05:57:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30011. [2024-07-14 05:57:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30012. [2024-07-14 05:57:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30013. [2024-07-14 05:57:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30014. [2024-07-14 05:57:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30015. [2024-07-14 05:57:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30016. [2024-07-14 05:57:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30017. [2024-07-14 05:57:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30018. [2024-07-14 05:57:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30019. [2024-07-14 05:57:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30020. [2024-07-14 05:57:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30021. [2024-07-14 05:57:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30022. [2024-07-14 05:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30023. [2024-07-14 05:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30024. [2024-07-14 05:57:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30025. [2024-07-14 05:57:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30026. [2024-07-14 05:57:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30027. [2024-07-14 05:57:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30028. [2024-07-14 05:57:18] doctrine.DEBUG: SELECT DATABASE() [] []
  30029. [2024-07-14 05:57:18] doctrine.DEBUG: SELECT DATABASE() [] []
  30030. [2024-07-14 13:54:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30031. [2024-07-14 13:54:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30032. [2024-07-14 13:54:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30033. [2024-07-14 13:54:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30034. [2024-07-14 13:54:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30035. [2024-07-14 13:54:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30036. [2024-07-14 13:54:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30037. [2024-07-14 13:54:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30038. [2024-07-14 13:54:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30039. [2024-07-14 13:54:35] doctrine.DEBUG: SELECT DATABASE() [] []
  30040. [2024-07-15 19:40:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30041. [2024-07-15 19:40:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30042. [2024-07-15 19:40:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30043. [2024-07-15 19:40:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30044. [2024-07-15 19:40:47] doctrine.DEBUG: SELECT DATABASE() [] []
  30045. [2024-07-15 19:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30046. [2024-07-15 19:40:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30047. [2024-07-15 19:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30048. [2024-07-15 19:40:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30049. [2024-07-15 19:40:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30050. [2024-07-15 19:40:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30051. [2024-07-15 19:40:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30052. [2024-07-15 19:40:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30053. [2024-07-15 19:40:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30054. [2024-07-15 19:40:49] doctrine.DEBUG: SELECT DATABASE() [] []
  30055. [2024-07-16 02:49:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30056. [2024-07-16 02:49:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30057. [2024-07-16 02:49:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30058. [2024-07-16 02:49:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30059. [2024-07-16 02:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30060. [2024-07-16 02:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30061. [2024-07-16 02:49:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30062. [2024-07-16 02:49:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30063. [2024-07-16 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30064. [2024-07-16 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30065. [2024-07-16 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30066. [2024-07-16 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30067. [2024-07-16 02:49:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30068. [2024-07-16 02:49:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30069. [2024-07-16 02:49:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30070. [2024-07-16 02:49:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30071. [2024-07-16 02:49:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30072. [2024-07-16 02:49:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30073. [2024-07-16 02:49:12] doctrine.DEBUG: SELECT DATABASE() [] []
  30074. [2024-07-16 02:49:12] doctrine.DEBUG: SELECT DATABASE() [] []
  30075. [2024-07-16 03:54:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30076. [2024-07-16 03:54:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30077. [2024-07-16 03:54:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30078. [2024-07-16 03:54:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30079. [2024-07-16 03:54:46] doctrine.DEBUG: SELECT DATABASE() [] []
  30080. [2024-07-16 03:54:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30081. [2024-07-16 03:54:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30082. [2024-07-16 03:54:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30083. [2024-07-16 03:54:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30084. [2024-07-16 03:54:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30085. [2024-07-16 03:54:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30086. [2024-07-16 03:54:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30087. [2024-07-16 03:54:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30088. [2024-07-16 03:54:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30089. [2024-07-16 03:54:47] doctrine.DEBUG: SELECT DATABASE() [] []
  30090. [2024-07-16 12:09:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30091. [2024-07-16 12:09:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30092. [2024-07-16 12:09:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30093. [2024-07-16 12:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30094. [2024-07-16 12:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30095. [2024-07-16 12:09:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30096. [2024-07-16 12:09:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30097. [2024-07-16 12:09:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30098. [2024-07-16 12:09:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30099. [2024-07-16 12:09:07] doctrine.DEBUG: SELECT DATABASE() [] []
  30100. [2024-07-16 12:41:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30101. [2024-07-16 12:41:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30102. [2024-07-16 12:41:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30103. [2024-07-16 12:41:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30104. [2024-07-16 12:41:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30105. [2024-07-16 12:41:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30106. [2024-07-16 12:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.development.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30107. [2024-07-16 12:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30108. [2024-07-16 12:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30109. [2024-07-16 12:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30110. [2024-07-16 12:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /var/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /var/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30111. [2024-07-16 12:41:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30112. [2024-07-16 12:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30113. [2024-07-16 12:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30114. [2024-07-16 12:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30115. [2024-07-16 12:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30116. [2024-07-16 12:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30117. [2024-07-16 12:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30118. [2024-07-16 12:41:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30119. [2024-07-16 12:41:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30120. [2024-07-16 12:41:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30121. [2024-07-16 12:41:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30122. [2024-07-16 12:41:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30123. [2024-07-16 12:41:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30124. [2024-07-16 12:41:27] doctrine.DEBUG: SELECT DATABASE() [] []
  30125. [2024-07-16 12:41:27] doctrine.DEBUG: SELECT DATABASE() [] []
  30126. [2024-07-16 12:41:27] doctrine.DEBUG: SELECT DATABASE() [] []
  30127. [2024-07-16 12:41:27] doctrine.DEBUG: SELECT DATABASE() [] []
  30128. [2024-07-16 12:41:27] doctrine.DEBUG: SELECT DATABASE() [] []
  30129. [2024-07-16 12:41:27] doctrine.DEBUG: SELECT DATABASE() [] []
  30130. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30131. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30132. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_sample"" at /home/hlcdisb/www/rbbe_dev/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\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30133. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30134. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30135. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.test.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30136. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30137. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.dev.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30138. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.live"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.live\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30139. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30140. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30141. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30142. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev.local"" at /home/hlcdisb/www/rbbe_dev/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.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30143. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30144. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30145. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30146. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30147. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30148. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30149. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30150. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30151. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30152. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30153. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30154. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30155. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30156. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30157. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.save"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30158. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.backup"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30159. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30160. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.www"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.www\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30161. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30162. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30163. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30164. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30165. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30166. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30167. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30168. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30169. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30170. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.stage"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30171. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30172. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30173. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30174. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30175. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30176. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30177. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30178. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30179. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30180. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30181. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30182. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30183. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30184. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.old"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.old\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30185. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30186. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30187. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30188. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30189. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30190. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30191. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30192. [2024-07-16 12:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30193. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30194. [2024-07-16 12:41:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30195. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30196. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env_1"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env_1\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30197. [2024-07-16 12:41:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30198. [2024-07-16 12:41:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /html/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /html/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/html/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30199. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30200. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30201. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30202. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30203. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30204. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30205. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30206. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30207. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30208. [2024-07-16 12:41:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod.local"" at /home/hlcdisb/www/rbbe_dev/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.local\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30209. [2024-07-16 12:41:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.development.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30210. [2024-07-16 12:41:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.production.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30211. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30212. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30213. [2024-07-16 12:41:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30214. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30215. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30216. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30217. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30218. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30219. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30220. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30221. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30222. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30223. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30224. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30225. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30226. [2024-07-16 12:41:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30227. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30228. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30229. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30230. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30231. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30232. [2024-07-16 12:41:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.production.local"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30233. [2024-07-16 12:41:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.prod.js"" at /home/hlcdisb/www/rbbe_dev/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.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30234. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30235. [2024-07-16 12:41:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30236. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30237. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30238. [2024-07-16 12:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30239. [2024-07-16 12:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30240. [2024-07-18 06:44:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30241. [2024-07-18 06:44:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30242. [2024-07-18 06:44:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30243. [2024-07-18 06:44:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30244. [2024-07-18 06:44:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30245. [2024-07-18 06:44:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30246. [2024-07-18 06:44:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30247. [2024-07-18 06:44:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30248. [2024-07-18 06:44:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30249. [2024-07-18 06:44:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30250. [2024-07-18 06:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30251. [2024-07-18 06:44:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30252. [2024-07-18 06:44:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30253. [2024-07-18 06:44:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30254. [2024-07-18 06:44:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30255. [2024-07-18 06:44:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30256. [2024-07-18 06:44:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30257. [2024-07-18 06:44:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30258. [2024-07-18 06:44:57] doctrine.DEBUG: SELECT DATABASE() [] []
  30259. [2024-07-18 06:44:57] doctrine.DEBUG: SELECT DATABASE() [] []
  30260. [2024-07-18 13:20:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30261. [2024-07-18 13:20:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30262. [2024-07-18 13:21:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30263. [2024-07-18 13:21:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30264. [2024-07-18 13:21:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30265. [2024-07-18 13:21:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30266. [2024-07-18 13:21:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30267. [2024-07-18 13:21:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30268. [2024-07-18 13:21:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30269. [2024-07-18 13:21:01] doctrine.DEBUG: SELECT DATABASE() [] []
  30270. [2024-07-19 19:09:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30271. [2024-07-19 19:09:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30272. [2024-07-19 19:09:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30273. [2024-07-19 19:09:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30274. [2024-07-19 19:09:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30275. [2024-07-19 21:50:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30276. [2024-07-19 21:50:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30277. [2024-07-19 21:50:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30278. [2024-07-19 21:50:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30279. [2024-07-19 21:50:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30280. [2024-07-20 06:09:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30281. [2024-07-20 06:09:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30282. [2024-07-20 06:09:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30283. [2024-07-20 06:09:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30284. [2024-07-20 06:09:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30285. [2024-07-20 06:09:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30286. [2024-07-20 06:09:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30287. [2024-07-20 06:09:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30288. [2024-07-20 06:09:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30289. [2024-07-20 06:09:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30290. [2024-07-20 06:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30291. [2024-07-20 06:09:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30292. [2024-07-20 06:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30293. [2024-07-20 06:09:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30294. [2024-07-20 06:09:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30295. [2024-07-20 06:09:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30296. [2024-07-20 06:09:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30297. [2024-07-20 06:09:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30298. [2024-07-20 06:09:42] doctrine.DEBUG: SELECT DATABASE() [] []
  30299. [2024-07-20 06:09:42] doctrine.DEBUG: SELECT DATABASE() [] []
  30300. [2024-07-20 10:03:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30301. [2024-07-20 10:03:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30302. [2024-07-20 10:03:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30303. [2024-07-20 10:03:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30304. [2024-07-20 10:03:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30305. [2024-07-20 10:03:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30306. [2024-07-20 10:03:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30307. [2024-07-20 10:03:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30308. [2024-07-20 10:03:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30309. [2024-07-20 10:03:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30310. [2024-07-22 00:12:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30311. [2024-07-22 00:12:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30312. [2024-07-22 00:12:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30313. [2024-07-22 00:12:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30314. [2024-07-22 00:12:30] doctrine.DEBUG: SELECT DATABASE() [] []
  30315. [2024-07-22 00:25:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30316. [2024-07-22 00:25:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30317. [2024-07-22 00:25:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30318. [2024-07-22 00:25:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30319. [2024-07-22 00:25:24] doctrine.DEBUG: SELECT DATABASE() [] []
  30320. [2024-07-22 02:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30321. [2024-07-22 02:49:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30322. [2024-07-22 02:49:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30323. [2024-07-22 02:49:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30324. [2024-07-22 02:49:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30325. [2024-07-22 02:49:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30326. [2024-07-22 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30327. [2024-07-22 02:49:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30328. [2024-07-22 02:49:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30329. [2024-07-22 02:49:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30330. [2024-07-22 02:49:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30331. [2024-07-22 02:49:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30332. [2024-07-22 02:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30333. [2024-07-22 02:49:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30334. [2024-07-22 02:49:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30335. [2024-07-22 02:49:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30336. [2024-07-22 02:49:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30337. [2024-07-22 02:49:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30338. [2024-07-22 02:49:13] doctrine.DEBUG: SELECT DATABASE() [] []
  30339. [2024-07-22 02:49:13] doctrine.DEBUG: SELECT DATABASE() [] []
  30340. [2024-07-22 04:06:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30341. [2024-07-22 04:06:33] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  30342. [2024-07-22 04:06:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30343. [2024-07-22 04:06:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30344. [2024-07-22 04:06:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30345. [2024-07-22 04:06:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30346. [2024-07-22 04:06:35] doctrine.DEBUG: SELECT DATABASE() [] []
  30347. [2024-07-22 04:06:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30348. [2024-07-22 04:06:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30349. [2024-07-22 04:06:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30350. [2024-07-22 04:06:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30351. [2024-07-22 04:06:36] doctrine.DEBUG: SELECT DATABASE() [] []
  30352. [2024-07-22 04:06:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30353. [2024-07-22 04:06:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30354. [2024-07-22 04:06:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30355. [2024-07-22 04:06:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30356. [2024-07-22 04:06:37] doctrine.DEBUG: SELECT DATABASE() [] []
  30357. [2024-07-22 04:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30358. [2024-07-22 04:06:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30359. [2024-07-22 04:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30360. [2024-07-22 04:06:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30361. [2024-07-22 04:06:38] doctrine.DEBUG: SELECT DATABASE() [] []
  30362. [2024-07-22 04:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30363. [2024-07-22 04:06:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30364. [2024-07-22 04:06:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30365. [2024-07-22 04:06:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30366. [2024-07-22 04:06:38] doctrine.DEBUG: SELECT DATABASE() [] []
  30367. [2024-07-22 04:06:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30368. [2024-07-22 04:06:39] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  30369. [2024-07-22 04:06:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  30370. [2024-07-22 04:06:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30371. [2024-07-22 04:06:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30372. [2024-07-22 04:06:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30373. [2024-07-22 04:06:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30374. [2024-07-22 04:06:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30375. [2024-07-22 04:06:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30376. [2024-07-22 04:06:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30377. [2024-07-22 04:06:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30378. [2024-07-22 04:06:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30379. [2024-07-22 04:06:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30380. [2024-07-22 06:55:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30381. [2024-07-22 06:55:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30382. [2024-07-22 06:55:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30383. [2024-07-22 06:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30384. [2024-07-22 06:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30385. [2024-07-22 06:55:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30386. [2024-07-22 06:55:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30387. [2024-07-22 06:55:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30388. [2024-07-22 06:55:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30389. [2024-07-22 06:55:13] doctrine.DEBUG: SELECT DATABASE() [] []
  30390. [2024-07-22 14:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30391. [2024-07-22 14:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30392. [2024-07-22 14:56:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30393. [2024-07-22 14:56:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30394. [2024-07-22 14:56:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30395. [2024-07-22 14:56:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30396. [2024-07-22 14:56:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30397. [2024-07-22 14:56:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30398. [2024-07-22 14:56:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30399. [2024-07-22 14:56:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30400. [2024-07-22 14:56:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30401. [2024-07-22 14:56:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30402. [2024-07-22 14:56:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30403. [2024-07-22 14:56:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30404. [2024-07-22 14:56:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30405. [2024-07-22 14:56:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30406. [2024-07-22 14:56:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30407. [2024-07-22 14:56:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30408. [2024-07-22 14:56:52] doctrine.DEBUG: SELECT DATABASE() [] []
  30409. [2024-07-22 14:56:52] doctrine.DEBUG: SELECT DATABASE() [] []
  30410. [2024-07-23 13:55:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30411. [2024-07-23 13:55:41] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30412. [2024-07-23 13:55:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30413. [2024-07-23 13:55:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30414. [2024-07-23 13:55:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30415. [2024-07-23 13:55:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30416. [2024-07-23 13:55:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30417. [2024-07-23 13:55:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30418. [2024-07-23 13:55:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30419. [2024-07-23 13:55:43] doctrine.DEBUG: SELECT DATABASE() [] []
  30420. [2024-07-24 01:18:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30421. [2024-07-24 01:18:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30422. [2024-07-24 01:18:12] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  30423. [2024-07-24 01:18:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30424. [2024-07-24 01:18:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30425. [2024-07-24 01:18:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30426. [2024-07-24 01:18:13] doctrine.DEBUG: SELECT DATABASE() [] []
  30427. [2024-07-24 01:18:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30428. [2024-07-24 01:18:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30429. [2024-07-24 01:18:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30430. [2024-07-24 01:18:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30431. [2024-07-24 01:18:16] doctrine.DEBUG: SELECT DATABASE() [] []
  30432. [2024-07-24 01:18:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30433. [2024-07-24 01:18:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30434. [2024-07-24 01:18:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30435. [2024-07-24 01:18:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30436. [2024-07-24 01:18:18] doctrine.DEBUG: SELECT DATABASE() [] []
  30437. [2024-07-24 01:18:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30438. [2024-07-24 01:18:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30439. [2024-07-24 01:18:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30440. [2024-07-24 01:18:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30441. [2024-07-24 01:18:20] doctrine.DEBUG: SELECT DATABASE() [] []
  30442. [2024-07-24 02:50:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30443. [2024-07-24 02:50:45] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  30444. [2024-07-24 04:20:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30445. [2024-07-24 04:20:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30446. [2024-07-24 04:20:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30447. [2024-07-24 04:20:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30448. [2024-07-24 04:20:45] doctrine.DEBUG: SELECT DATABASE() [] []
  30449. [2024-07-24 06:42:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30450. [2024-07-24 06:42:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30451. [2024-07-24 06:42:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30452. [2024-07-24 06:42:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30453. [2024-07-24 06:42:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30454. [2024-07-24 06:42:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30455. [2024-07-24 06:42:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30456. [2024-07-24 06:42:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30457. [2024-07-24 06:42:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30458. [2024-07-24 06:42:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30459. [2024-07-24 06:42:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30460. [2024-07-24 06:42:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30461. [2024-07-24 06:42:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30462. [2024-07-24 06:42:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30463. [2024-07-24 06:42:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30464. [2024-07-24 06:42:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30465. [2024-07-24 06:42:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30466. [2024-07-24 06:42:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30467. [2024-07-24 06:42:21] doctrine.DEBUG: SELECT DATABASE() [] []
  30468. [2024-07-24 06:42:21] doctrine.DEBUG: SELECT DATABASE() [] []
  30469. [2024-07-24 06:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30470. [2024-07-24 06:43:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30471. [2024-07-24 06:43:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30472. [2024-07-24 06:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30473. [2024-07-24 06:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30474. [2024-07-24 06:43:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30475. [2024-07-24 06:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30476. [2024-07-24 06:43:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30477. [2024-07-24 06:43:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30478. [2024-07-24 06:43:31] doctrine.DEBUG: SELECT DATABASE() [] []
  30479. [2024-07-24 07:38:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30480. [2024-07-24 07:38:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30481. [2024-07-24 07:38:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30482. [2024-07-24 07:38:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30483. [2024-07-24 07:38:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30484. [2024-07-24 07:38:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30485. [2024-07-24 07:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30486. [2024-07-24 07:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30487. [2024-07-24 07:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30488. [2024-07-24 07:38:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30489. [2024-07-24 07:38:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30490. [2024-07-24 07:38:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30491. [2024-07-24 07:38:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30492. [2024-07-24 07:38:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30493. [2024-07-24 07:38:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30494. [2024-07-24 07:38:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30495. [2024-07-24 07:38:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30496. [2024-07-24 07:38:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30497. [2024-07-24 07:38:32] doctrine.DEBUG: SELECT DATABASE() [] []
  30498. [2024-07-24 07:38:32] doctrine.DEBUG: SELECT DATABASE() [] []
  30499. [2024-07-24 07:38:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30500. [2024-07-24 07:38:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30501. [2024-07-24 07:38:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30502. [2024-07-24 07:38:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30503. [2024-07-24 07:38:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30504. [2024-07-24 07:38:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30505. [2024-07-24 07:38:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30506. [2024-07-24 07:38:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30507. [2024-07-24 07:38:39] doctrine.DEBUG: SELECT DATABASE() [] []
  30508. [2024-07-24 07:38:39] doctrine.DEBUG: SELECT DATABASE() [] []
  30509. [2024-07-24 07:38:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30510. [2024-07-24 07:38:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30511. [2024-07-24 07:38:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30512. [2024-07-24 07:38:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30513. [2024-07-24 07:38:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30514. [2024-07-24 07:38:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30515. [2024-07-24 07:38:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30516. [2024-07-24 07:38:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30517. [2024-07-24 07:38:41] doctrine.DEBUG: SELECT DATABASE() [] []
  30518. [2024-07-24 07:38:41] doctrine.DEBUG: SELECT DATABASE() [] []
  30519. [2024-07-24 08:57:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30520. [2024-07-24 08:57:10] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  30521. [2024-07-24 08:57:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30522. [2024-07-24 08:57:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30523. [2024-07-24 08:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30524. [2024-07-24 08:57:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30525. [2024-07-24 08:57:12] doctrine.DEBUG: SELECT DATABASE() [] []
  30526. [2024-07-24 08:57:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30527. [2024-07-24 08:57:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30528. [2024-07-24 08:57:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30529. [2024-07-24 08:57:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30530. [2024-07-24 08:57:13] doctrine.DEBUG: SELECT DATABASE() [] []
  30531. [2024-07-24 08:57:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30532. [2024-07-24 08:57:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30533. [2024-07-24 08:57:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30534. [2024-07-24 08:57:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30535. [2024-07-24 08:57:13] doctrine.DEBUG: SELECT DATABASE() [] []
  30536. [2024-07-24 08:57:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30537. [2024-07-24 08:57:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30538. [2024-07-24 08:57:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30539. [2024-07-24 08:57:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30540. [2024-07-24 08:57:14] doctrine.DEBUG: SELECT DATABASE() [] []
  30541. [2024-07-24 08:57:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30542. [2024-07-24 08:57:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30543. [2024-07-24 08:57:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30544. [2024-07-24 08:57:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30545. [2024-07-24 08:57:15] doctrine.DEBUG: SELECT DATABASE() [] []
  30546. [2024-07-24 08:57:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30547. [2024-07-24 08:57:16] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  30548. [2024-07-24 08:57:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  30549. [2024-07-24 08:57:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30550. [2024-07-24 08:57:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30551. [2024-07-24 08:57:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30552. [2024-07-24 08:57:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30553. [2024-07-24 08:57:17] doctrine.DEBUG: SELECT DATABASE() [] []
  30554. [2024-07-24 08:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30555. [2024-07-24 08:57:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30556. [2024-07-24 08:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30557. [2024-07-24 08:57:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30558. [2024-07-24 08:57:18] doctrine.DEBUG: SELECT DATABASE() [] []
  30559. [2024-07-25 04:33:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30560. [2024-07-25 04:33:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30561. [2024-07-25 04:33:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30562. [2024-07-25 04:33:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"POST"} []
  30563. [2024-07-25 04:33:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"POST"} []
  30564. [2024-07-25 04:33:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30565. [2024-07-25 04:33:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30566. [2024-07-25 04:33:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30567. [2024-07-25 04:33:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30568. [2024-07-25 04:33:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30569. [2024-07-25 04:33:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30570. [2024-07-25 04:33:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30571. [2024-07-25 04:33:55] doctrine.DEBUG: SELECT DATABASE() [] []
  30572. [2024-07-25 04:33:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30573. [2024-07-25 04:33:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30574. [2024-07-25 04:33:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30575. [2024-07-25 04:33:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30576. [2024-07-25 04:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30577. [2024-07-25 04:33:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30578. [2024-07-25 04:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30579. [2024-07-25 04:33:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30580. [2024-07-25 04:33:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30581. [2024-07-25 04:33:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30582. [2024-07-25 04:33:58] doctrine.DEBUG: SELECT DATABASE() [] []
  30583. [2024-07-25 04:33:58] doctrine.DEBUG: SELECT DATABASE() [] []
  30584. [2024-07-25 06:59:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30585. [2024-07-25 06:59:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30586. [2024-07-25 06:59:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30587. [2024-07-25 06:59:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30588. [2024-07-25 06:59:04] doctrine.DEBUG: SELECT DATABASE() [] []
  30589. [2024-07-25 21:26:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30590. [2024-07-25 21:26:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30591. [2024-07-25 21:26:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30592. [2024-07-25 21:26:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30593. [2024-07-25 21:26:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30594. [2024-07-25 21:26:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30595. [2024-07-25 21:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30596. [2024-07-25 21:26:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30597. [2024-07-25 21:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30598. [2024-07-25 21:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30599. [2024-07-25 21:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30600. [2024-07-25 21:26:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30601. [2024-07-25 21:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30602. [2024-07-25 21:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30603. [2024-07-25 21:26:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30604. [2024-07-25 21:26:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30605. [2024-07-25 21:26:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30606. [2024-07-25 21:26:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30607. [2024-07-25 21:26:45] doctrine.DEBUG: SELECT DATABASE() [] []
  30608. [2024-07-25 21:26:45] doctrine.DEBUG: SELECT DATABASE() [] []
  30609. [2024-07-25 21:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30610. [2024-07-25 21:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30611. [2024-07-25 21:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30612. [2024-07-25 21:26:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30613. [2024-07-25 21:26:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30614. [2024-07-25 21:26:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30615. [2024-07-25 21:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30616. [2024-07-25 21:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30617. [2024-07-25 21:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30618. [2024-07-25 21:26:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30619. [2024-07-25 21:26:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30620. [2024-07-25 21:26:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30621. [2024-07-25 21:26:50] doctrine.DEBUG: SELECT DATABASE() [] []
  30622. [2024-07-25 21:26:50] doctrine.DEBUG: SELECT DATABASE() [] []
  30623. [2024-07-25 21:26:50] doctrine.DEBUG: SELECT DATABASE() [] []
  30624. [2024-07-25 21:26:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30625. [2024-07-25 21:26:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30626. [2024-07-25 21:26:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30627. [2024-07-25 21:26:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30628. [2024-07-25 21:26:51] doctrine.DEBUG: SELECT DATABASE() [] []
  30629. [2024-07-26 07:23:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30630. [2024-07-26 07:23:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30631. [2024-07-26 07:23:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30632. [2024-07-26 07:23:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30633. [2024-07-26 07:23:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30634. [2024-07-26 07:23:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30635. [2024-07-26 07:23:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30636. [2024-07-26 07:23:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30637. [2024-07-26 07:23:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30638. [2024-07-26 07:23:44] doctrine.DEBUG: SELECT DATABASE() [] []
  30639. [2024-07-26 09:12:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30640. [2024-07-26 09:12:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30641. [2024-07-26 09:12:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30642. [2024-07-26 09:12:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30643. [2024-07-26 09:12:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30644. [2024-07-26 09:12:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30645. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30646. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30647. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30648. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30649. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30650. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30651. [2024-07-26 09:12:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30652. [2024-07-26 09:12:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30653. [2024-07-26 09:12:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30654. [2024-07-26 09:12:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30655. [2024-07-26 09:12:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30656. [2024-07-26 09:12:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30657. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT DATABASE() [] []
  30658. [2024-07-26 09:12:22] doctrine.DEBUG: SELECT DATABASE() [] []
  30659. [2024-07-26 20:10:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30660. [2024-07-26 20:10:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30661. [2024-07-26 20:10:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30662. [2024-07-26 20:10:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30663. [2024-07-26 20:10:02] doctrine.DEBUG: SELECT DATABASE() [] []
  30664. [2024-07-27 01:50:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30665. [2024-07-27 01:50:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30666. [2024-07-27 01:50:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30667. [2024-07-27 01:50:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30668. [2024-07-27 01:50:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30669. [2024-07-27 01:50:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30670. [2024-07-27 01:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30671. [2024-07-27 01:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30672. [2024-07-27 01:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30673. [2024-07-27 01:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30674. [2024-07-27 01:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30675. [2024-07-27 01:50:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30676. [2024-07-27 01:50:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30677. [2024-07-27 01:50:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30678. [2024-07-27 01:50:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30679. [2024-07-27 01:50:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30680. [2024-07-27 01:50:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30681. [2024-07-27 01:50:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30682. [2024-07-27 01:50:21] doctrine.DEBUG: SELECT DATABASE() [] []
  30683. [2024-07-27 01:50:21] doctrine.DEBUG: SELECT DATABASE() [] []
  30684. [2024-07-27 07:11:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30685. [2024-07-27 07:11:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  30686. [2024-07-27 07:11:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30687. [2024-07-27 07:11:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30688. [2024-07-27 07:11:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30689. [2024-07-27 07:11:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30690. [2024-07-27 07:11:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30691. [2024-07-27 07:11:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30692. [2024-07-27 07:11:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30693. [2024-07-27 07:11:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30694. [2024-07-27 07:11:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30695. [2024-07-27 07:11:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30696. [2024-07-27 07:11:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30697. [2024-07-27 07:11:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30698. [2024-07-27 07:11:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30699. [2024-07-27 07:11:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30700. [2024-07-27 07:11:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30701. [2024-07-27 07:11:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30702. [2024-07-27 07:11:25] doctrine.DEBUG: SELECT DATABASE() [] []
  30703. [2024-07-27 07:11:25] doctrine.DEBUG: SELECT DATABASE() [] []
  30704. [2024-07-27 07:11:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30705. [2024-07-27 07:11:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30706. [2024-07-27 07:11:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30707. [2024-07-27 07:11:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30708. [2024-07-27 07:11:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30709. [2024-07-27 07:11:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30710. [2024-07-27 07:11:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30711. [2024-07-27 07:11:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30712. [2024-07-27 07:11:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30713. [2024-07-27 07:11:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30714. [2024-07-27 07:11:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30715. [2024-07-27 07:11:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30716. [2024-07-27 07:11:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30717. [2024-07-27 07:11:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30718. [2024-07-27 07:11:31] doctrine.DEBUG: SELECT DATABASE() [] []
  30719. [2024-07-27 07:11:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30720. [2024-07-27 07:11:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30721. [2024-07-27 07:11:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30722. [2024-07-27 07:11:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30723. [2024-07-27 07:11:32] doctrine.DEBUG: SELECT DATABASE() [] []
  30724. [2024-07-27 07:11:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30725. [2024-07-27 07:11:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30726. [2024-07-27 07:11:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30727. [2024-07-27 07:11:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30728. [2024-07-27 07:11:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30729. [2024-07-27 07:11:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30730. [2024-07-27 07:11:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30731. [2024-07-27 07:11:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30732. [2024-07-27 07:11:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30733. [2024-07-27 07:11:33] doctrine.DEBUG: SELECT DATABASE() [] []
  30734. [2024-07-27 07:12:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30735. [2024-07-27 07:12:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30736. [2024-07-27 07:12:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30737. [2024-07-27 07:12:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30738. [2024-07-27 07:12:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30739. [2024-07-27 07:12:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30740. [2024-07-27 07:12:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30741. [2024-07-27 07:12:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30742. [2024-07-27 07:12:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30743. [2024-07-27 07:12:07] doctrine.DEBUG: SELECT DATABASE() [] []
  30744. [2024-07-27 09:56:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30745. [2024-07-27 09:56:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30746. [2024-07-27 09:56:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30747. [2024-07-27 09:56:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30748. [2024-07-27 09:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30749. [2024-07-27 09:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30750. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30751. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30752. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30753. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30754. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30755. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30756. [2024-07-27 09:56:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30757. [2024-07-27 09:56:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30758. [2024-07-27 09:56:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30759. [2024-07-27 09:56:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30760. [2024-07-27 09:56:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30761. [2024-07-27 09:56:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30762. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT DATABASE() [] []
  30763. [2024-07-27 09:56:34] doctrine.DEBUG: SELECT DATABASE() [] []
  30764. [2024-07-27 09:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30765. [2024-07-27 09:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30766. [2024-07-27 09:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30767. [2024-07-27 09:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30768. [2024-07-27 09:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30769. [2024-07-27 09:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30770. [2024-07-27 09:56:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30771. [2024-07-27 09:56:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30772. [2024-07-27 09:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30773. [2024-07-27 09:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30774. [2024-07-27 09:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30775. [2024-07-27 09:56:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30776. [2024-07-27 09:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30777. [2024-07-27 09:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30778. [2024-07-27 09:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30779. [2024-07-27 09:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30780. [2024-07-27 09:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30781. [2024-07-27 09:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30782. [2024-07-27 09:56:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30783. [2024-07-27 09:56:40] doctrine.DEBUG: SELECT DATABASE() [] []
  30784. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30785. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30786. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30787. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30788. [2024-07-27 09:56:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30789. [2024-07-27 09:56:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30790. [2024-07-27 09:56:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30791. [2024-07-27 09:56:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30792. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30793. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30794. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30795. [2024-07-27 09:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30796. [2024-07-27 09:56:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30797. [2024-07-27 09:56:48] doctrine.DEBUG: SELECT DATABASE() [] []
  30798. [2024-07-27 09:56:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30799. [2024-07-27 09:56:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30800. [2024-07-27 09:56:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30801. [2024-07-27 09:56:48] doctrine.DEBUG: SELECT DATABASE() [] []
  30802. [2024-07-27 09:56:48] doctrine.DEBUG: SELECT DATABASE() [] []
  30803. [2024-07-27 09:56:48] doctrine.DEBUG: SELECT DATABASE() [] []
  30804. [2024-07-27 10:32:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30805. [2024-07-27 10:32:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30806. [2024-07-27 10:32:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30807. [2024-07-27 10:32:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30808. [2024-07-27 10:32:47] doctrine.DEBUG: SELECT DATABASE() [] []
  30809. [2024-07-27 10:32:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30810. [2024-07-27 10:32:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30811. [2024-07-27 10:32:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30812. [2024-07-27 10:32:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30813. [2024-07-27 10:32:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30814. [2024-07-27 10:32:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30815. [2024-07-27 10:32:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30816. [2024-07-27 10:32:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30817. [2024-07-27 10:32:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30818. [2024-07-27 10:32:49] doctrine.DEBUG: SELECT DATABASE() [] []
  30819. [2024-07-27 10:32:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30820. [2024-07-27 10:32:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30821. [2024-07-27 10:32:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30822. [2024-07-27 10:32:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30823. [2024-07-27 10:32:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30824. [2024-07-27 10:32:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30825. [2024-07-27 10:32:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30826. [2024-07-27 10:32:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30827. [2024-07-27 10:32:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30828. [2024-07-27 10:32:49] doctrine.DEBUG: SELECT DATABASE() [] []
  30829. [2024-07-27 10:32:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30830. [2024-07-27 10:32:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Microsoft.XMLHTTP" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Microsoft.XMLHTTP\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Microsoft.XMLHTTP/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30831. [2024-07-27 10:32:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30832. [2024-07-27 10:32:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30833. [2024-07-27 10:32:51] doctrine.DEBUG: SELECT DATABASE() [] []
  30834. [2024-07-27 10:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30835. [2024-07-27 10:32:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /n/a" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /n/a\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/n/a/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30836. [2024-07-27 10:32:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30837. [2024-07-27 10:32:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30838. [2024-07-27 10:32:52] doctrine.DEBUG: SELECT DATABASE() [] []
  30839. [2024-07-27 10:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30840. [2024-07-27 10:32:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"xxxxxx"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/xxxxxx","method":"GET"} []
  30841. [2024-07-27 10:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30842. [2024-07-27 10:32:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /toolbar/displayState" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /toolbar/displayState\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/toolbar/displayState/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30843. [2024-07-27 10:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30844. [2024-07-27 10:32:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30845. [2024-07-27 10:32:54] doctrine.DEBUG: SELECT DATABASE() [] []
  30846. [2024-07-27 10:32:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30847. [2024-07-27 10:32:56] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  30848. [2024-07-27 10:32:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30849. [2024-07-27 10:32:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30850. [2024-07-27 10:32:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30851. [2024-07-27 10:32:56] doctrine.DEBUG: SELECT DATABASE() [] []
  30852. [2024-07-27 13:50:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30853. [2024-07-27 13:50:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30854. [2024-07-27 13:50:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30855. [2024-07-27 13:50:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30856. [2024-07-27 13:50:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30857. [2024-07-27 13:50:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30858. [2024-07-27 13:50:28] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30859. [2024-07-27 13:50:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30860. [2024-07-27 13:50:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30861. [2024-07-27 13:50:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30862. [2024-07-27 13:50:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30863. [2024-07-27 13:50:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30864. [2024-07-27 13:50:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30865. [2024-07-27 13:50:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30866. [2024-07-27 13:50:30] doctrine.DEBUG: SELECT DATABASE() [] []
  30867. [2024-07-28 07:32:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30868. [2024-07-28 07:32:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30869. [2024-07-28 07:32:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30870. [2024-07-28 07:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30871. [2024-07-28 07:32:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30872. [2024-07-28 07:32:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30873. [2024-07-28 07:32:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30874. [2024-07-28 07:32:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30875. [2024-07-28 07:32:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30876. [2024-07-28 07:32:36] doctrine.DEBUG: SELECT DATABASE() [] []
  30877. [2024-07-28 13:11:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30878. [2024-07-28 13:11:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30879. [2024-07-28 13:11:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30880. [2024-07-28 13:11:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30881. [2024-07-28 13:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30882. [2024-07-28 13:11:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30883. [2024-07-28 13:11:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30884. [2024-07-28 13:11:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30885. [2024-07-28 13:11:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30886. [2024-07-28 13:11:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30887. [2024-07-28 13:11:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30888. [2024-07-28 13:11:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30889. [2024-07-28 13:11:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30890. [2024-07-28 13:11:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30891. [2024-07-28 13:11:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30892. [2024-07-28 13:11:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30893. [2024-07-28 13:11:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30894. [2024-07-28 13:11:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30895. [2024-07-28 13:11:38] doctrine.DEBUG: SELECT DATABASE() [] []
  30896. [2024-07-28 13:11:38] doctrine.DEBUG: SELECT DATABASE() [] []
  30897. [2024-07-30 05:57:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30898. [2024-07-30 05:57:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30899. [2024-07-30 05:57:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30900. [2024-07-30 05:57:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30901. [2024-07-30 05:57:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30902. [2024-07-30 05:57:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30903. [2024-07-30 05:57:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30904. [2024-07-30 05:57:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30905. [2024-07-30 05:57:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30906. [2024-07-30 05:57:45] doctrine.DEBUG: SELECT DATABASE() [] []
  30907. [2024-07-30 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30908. [2024-07-30 12:30:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30909. [2024-07-30 12:30:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30910. [2024-07-30 12:30:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30911. [2024-07-30 12:30:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30912. [2024-07-30 12:30:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30913. [2024-07-30 12:30:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30914. [2024-07-30 12:30:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30915. [2024-07-30 12:30:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30916. [2024-07-30 12:30:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30917. [2024-07-30 12:30:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30918. [2024-07-30 12:30:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30919. [2024-07-30 12:30:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30920. [2024-07-30 12:30:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30921. [2024-07-30 12:30:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30922. [2024-07-30 12:30:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30923. [2024-07-30 12:30:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30924. [2024-07-30 12:30:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30925. [2024-07-30 12:30:11] doctrine.DEBUG: SELECT DATABASE() [] []
  30926. [2024-07-30 12:30:11] doctrine.DEBUG: SELECT DATABASE() [] []
  30927. [2024-07-31 11:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30928. [2024-07-31 11:40:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30929. [2024-07-31 11:40:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30930. [2024-07-31 11:40:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30931. [2024-07-31 11:40:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30932. [2024-07-31 11:40:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30933. [2024-07-31 11:40:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30934. [2024-07-31 11:40:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30935. [2024-07-31 11:40:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30936. [2024-07-31 11:40:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30937. [2024-07-31 11:40:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30938. [2024-07-31 11:40:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30939. [2024-07-31 11:40:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30940. [2024-07-31 11:40:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30941. [2024-07-31 11:40:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30942. [2024-07-31 11:40:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30943. [2024-07-31 11:40:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30944. [2024-07-31 11:40:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30945. [2024-07-31 11:40:42] doctrine.DEBUG: SELECT DATABASE() [] []
  30946. [2024-07-31 11:40:42] doctrine.DEBUG: SELECT DATABASE() [] []
  30947. [2024-07-31 13:39:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30948. [2024-07-31 13:39:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30949. [2024-07-31 13:39:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30950. [2024-07-31 13:39:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30951. [2024-07-31 13:39:21] doctrine.DEBUG: SELECT DATABASE() [] []
  30952. [2024-07-31 13:39:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30953. [2024-07-31 13:39:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30954. [2024-07-31 13:39:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30955. [2024-07-31 13:39:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30956. [2024-07-31 13:39:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30957. [2024-07-31 13:39:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30958. [2024-07-31 13:39:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30959. [2024-07-31 13:39:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30960. [2024-07-31 13:39:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30961. [2024-07-31 13:39:24] doctrine.DEBUG: SELECT DATABASE() [] []
  30962. [2024-07-31 13:39:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30963. [2024-07-31 13:39:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  30964. [2024-07-31 13:39:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30965. [2024-07-31 13:39:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  30966. [2024-07-31 13:39:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  30967. [2024-07-31 13:39:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  30968. [2024-07-31 13:39:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  30969. [2024-07-31 13:39:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30970. [2024-07-31 13:39:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30971. [2024-07-31 13:39:25] doctrine.DEBUG: SELECT DATABASE() [] []
  30972. [2024-07-31 13:39:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30973. [2024-07-31 13:39:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /Microsoft.XMLHTTP" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /Microsoft.XMLHTTP\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Microsoft.XMLHTTP/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30974. [2024-07-31 13:39:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30975. [2024-07-31 13:39:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30976. [2024-07-31 13:39:26] doctrine.DEBUG: SELECT DATABASE() [] []
  30977. [2024-07-31 13:39:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30978. [2024-07-31 13:39:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /n/a" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /n/a\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/n/a/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30979. [2024-07-31 13:39:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30980. [2024-07-31 13:39:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30981. [2024-07-31 13:39:28] doctrine.DEBUG: SELECT DATABASE() [] []
  30982. [2024-07-31 13:39:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30983. [2024-07-31 13:39:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"xxxxxx"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/xxxxxx","method":"GET"} []
  30984. [2024-07-31 13:39:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30985. [2024-07-31 13:39:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /toolbar/displayState" (from "http://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /toolbar/displayState\" (from \"http://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/toolbar/displayState/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  30986. [2024-07-31 13:39:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30987. [2024-07-31 13:39:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30988. [2024-07-31 13:39:29] doctrine.DEBUG: SELECT DATABASE() [] []
  30989. [2024-07-31 13:39:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30990. [2024-07-31 13:39:32] request.INFO: Matched route "front_mentions". {"route":"front_mentions","route_parameters":{"_route":"front_mentions","_controller":"App\\Controller\\FrontController::mentions"},"request_uri":"http://www.rbbe.asb-digital.fr/mentions-legales","method":"GET"} []
  30991. [2024-07-31 13:39:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  30992. [2024-07-31 13:39:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  30993. [2024-07-31 13:39:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  30994. [2024-07-31 13:39:32] doctrine.DEBUG: SELECT DATABASE() [] []
  30995. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30996. [2024-07-31 13:49:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30997. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  30998. [2024-07-31 13:49:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  30999. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31000. [2024-07-31 13:49:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31001. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31002. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31003. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31004. [2024-07-31 13:49:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31005. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31006. [2024-07-31 13:49:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31007. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31008. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31009. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31010. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31011. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31012. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31013. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31014. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31015. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31016. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31017. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31018. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31019. [2024-07-31 13:49:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31020. [2024-07-31 13:49:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31021. [2024-07-31 13:49:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31022. [2024-07-31 13:49:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31023. [2024-07-31 13:49:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31024. [2024-07-31 13:49:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31025. [2024-07-31 13:49:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31026. [2024-07-31 13:49:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31027. [2024-07-31 13:49:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31028. [2024-07-31 13:49:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31029. [2024-07-31 13:49:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31030. [2024-07-31 13:49:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31031. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT DATABASE() [] []
  31032. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT DATABASE() [] []
  31033. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT DATABASE() [] []
  31034. [2024-07-31 13:49:32] doctrine.DEBUG: SELECT DATABASE() [] []
  31035. [2024-07-31 13:49:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31036. [2024-07-31 13:49:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31037. [2024-07-31 13:49:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31038. [2024-07-31 13:49:34] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31039. [2024-07-31 13:49:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31040. [2024-07-31 13:49:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31041. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31042. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31043. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31044. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31045. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31046. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31047. [2024-07-31 13:49:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31048. [2024-07-31 13:49:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31049. [2024-07-31 13:49:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31050. [2024-07-31 13:49:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31051. [2024-07-31 13:49:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31052. [2024-07-31 13:49:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31053. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT DATABASE() [] []
  31054. [2024-07-31 13:49:35] doctrine.DEBUG: SELECT DATABASE() [] []
  31055. [2024-07-31 13:49:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31056. [2024-07-31 13:49:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /php-cgi/php-cgi.exe"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /php-cgi/php-cgi.exe\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31057. [2024-07-31 13:49:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31058. [2024-07-31 13:49:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31059. [2024-07-31 13:49:36] doctrine.DEBUG: SELECT DATABASE() [] []
  31060. [2024-07-31 13:49:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31061. [2024-07-31 13:49:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31062. [2024-07-31 13:49:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31063. [2024-07-31 13:49:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31064. [2024-07-31 13:49:36] doctrine.DEBUG: SELECT DATABASE() [] []
  31065. [2024-07-31 13:49:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31066. [2024-07-31 13:49:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31067. [2024-07-31 13:49:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31068. [2024-07-31 13:49:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31069. [2024-07-31 13:49:37] doctrine.DEBUG: SELECT DATABASE() [] []
  31070. [2024-07-31 13:49:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31071. [2024-07-31 13:49:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31072. [2024-07-31 13:49:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31073. [2024-07-31 13:49:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31074. [2024-07-31 13:49:38] doctrine.DEBUG: SELECT DATABASE() [] []
  31075. [2024-07-31 13:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31076. [2024-07-31 13:49:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31077. [2024-07-31 13:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31078. [2024-07-31 13:49:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31079. [2024-07-31 13:49:39] doctrine.DEBUG: SELECT DATABASE() [] []
  31080. [2024-07-31 13:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31081. [2024-07-31 13:49:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31082. [2024-07-31 13:49:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31083. [2024-07-31 13:49:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31084. [2024-07-31 13:49:39] doctrine.DEBUG: SELECT DATABASE() [] []
  31085. [2024-07-31 13:49:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31086. [2024-07-31 13:49:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31087. [2024-07-31 13:49:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31088. [2024-07-31 13:49:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31089. [2024-07-31 13:49:40] doctrine.DEBUG: SELECT DATABASE() [] []
  31090. [2024-07-31 13:49:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31091. [2024-07-31 13:49:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31092. [2024-07-31 13:49:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31093. [2024-07-31 13:49:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31094. [2024-07-31 13:49:40] doctrine.DEBUG: SELECT DATABASE() [] []
  31095. [2024-07-31 13:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31096. [2024-07-31 13:49:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31097. [2024-07-31 13:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31098. [2024-07-31 13:49:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31099. [2024-07-31 13:49:41] doctrine.DEBUG: SELECT DATABASE() [] []
  31100. [2024-07-31 13:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31101. [2024-07-31 13:49:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31102. [2024-07-31 13:49:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31103. [2024-07-31 13:49:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31104. [2024-07-31 13:49:41] doctrine.DEBUG: SELECT DATABASE() [] []
  31105. [2024-07-31 13:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31106. [2024-07-31 13:49:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31107. [2024-07-31 13:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31108. [2024-07-31 13:49:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31109. [2024-07-31 13:49:42] doctrine.DEBUG: SELECT DATABASE() [] []
  31110. [2024-07-31 13:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31111. [2024-07-31 13:49:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31112. [2024-07-31 13:49:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31113. [2024-07-31 13:49:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31114. [2024-07-31 13:49:42] doctrine.DEBUG: SELECT DATABASE() [] []
  31115. [2024-07-31 13:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31116. [2024-07-31 13:49:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/7313e2533323e2233313e2436313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31117. [2024-07-31 13:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31118. [2024-07-31 13:49:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31119. [2024-07-31 13:49:43] doctrine.DEBUG: SELECT DATABASE() [] []
  31120. [2024-07-31 13:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31121. [2024-07-31 13:49:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31122. [2024-07-31 13:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31123. [2024-07-31 13:49:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31124. [2024-07-31 13:49:43] doctrine.DEBUG: SELECT DATABASE() [] []
  31125. [2024-07-31 13:49:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31126. [2024-07-31 13:49:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31127. [2024-07-31 13:49:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31128. [2024-07-31 13:49:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31129. [2024-07-31 13:49:44] doctrine.DEBUG: SELECT DATABASE() [] []
  31130. [2024-07-31 13:49:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31131. [2024-07-31 13:49:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F","method":"GET"} []
  31132. [2024-07-31 13:49:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31133. [2024-07-31 13:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31134. [2024-07-31 13:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31135. [2024-07-31 13:49:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31136. [2024-07-31 13:49:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31137. [2024-07-31 13:49:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31138. [2024-07-31 13:49:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31139. [2024-07-31 13:49:44] doctrine.DEBUG: SELECT DATABASE() [] []
  31140. [2024-07-31 13:49:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31141. [2024-07-31 13:49:55] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31142. [2024-07-31 13:49:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31143. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31144. [2024-07-31 13:49:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31145. [2024-07-31 13:49:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31146. [2024-07-31 13:49:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31147. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31148. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31149. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31150. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31151. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31152. [2024-07-31 13:49:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31153. [2024-07-31 13:49:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31154. [2024-07-31 13:49:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31155. [2024-07-31 13:49:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31156. [2024-07-31 13:49:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31157. [2024-07-31 13:49:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31158. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT DATABASE() [] []
  31159. [2024-07-31 13:49:56] doctrine.DEBUG: SELECT DATABASE() [] []
  31160. [2024-07-31 13:49:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31161. [2024-07-31 13:49:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31162. [2024-07-31 13:49:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31163. [2024-07-31 13:49:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31164. [2024-07-31 13:49:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31165. [2024-07-31 13:49:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31166. [2024-07-31 13:49:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31167. [2024-07-31 13:49:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31168. [2024-07-31 13:49:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31169. [2024-07-31 13:49:57] doctrine.DEBUG: SELECT DATABASE() [] []
  31170. [2024-07-31 13:49:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31171. [2024-07-31 13:49:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31172. [2024-07-31 13:50:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31173. [2024-07-31 13:50:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31174. [2024-07-31 13:50:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cac0f"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/1cac0f","method":"GET"} []
  31175. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31176. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31177. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31178. [2024-07-31 13:50:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31179. [2024-07-31 13:50:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31180. [2024-07-31 13:50:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31181. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT DATABASE() [] []
  31182. [2024-07-31 13:50:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31183. [2024-07-31 13:50:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31184. [2024-07-31 13:50:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31185. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31186. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31187. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31188. [2024-07-31 13:50:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31189. [2024-07-31 13:50:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31190. [2024-07-31 13:50:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31191. [2024-07-31 13:50:00] doctrine.DEBUG: SELECT DATABASE() [] []
  31192. [2024-07-31 13:50:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31193. [2024-07-31 13:50:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"188201"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/188201","method":"GET"} []
  31194. [2024-07-31 13:50:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31195. [2024-07-31 13:50:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa1b47"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/fa1b47","method":"GET"} []
  31196. [2024-07-31 13:50:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31197. [2024-07-31 13:50:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31198. [2024-07-31 13:50:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31199. [2024-07-31 13:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31200. [2024-07-31 13:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31201. [2024-07-31 13:50:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31202. [2024-07-31 13:50:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31203. [2024-07-31 13:50:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31204. [2024-07-31 13:50:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31205. [2024-07-31 13:50:28] doctrine.DEBUG: SELECT DATABASE() [] []
  31206. [2024-07-31 13:50:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31207. [2024-07-31 13:50:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"880e75"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/880e75","method":"GET"} []
  31208. [2024-07-31 13:50:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31209. [2024-07-31 13:50:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31210. [2024-07-31 13:50:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31211. [2024-07-31 13:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31212. [2024-07-31 13:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31213. [2024-07-31 13:50:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31214. [2024-07-31 13:50:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31215. [2024-07-31 13:50:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31216. [2024-07-31 13:50:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31217. [2024-07-31 13:50:36] doctrine.DEBUG: SELECT DATABASE() [] []
  31218. [2024-07-31 13:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31219. [2024-07-31 13:52:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31220. [2024-07-31 13:52:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31221. [2024-07-31 13:52:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31222. [2024-07-31 13:52:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31223. [2024-07-31 13:52:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31224. [2024-07-31 13:52:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31225. [2024-07-31 13:52:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31226. [2024-07-31 13:52:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31227. [2024-07-31 13:52:59] doctrine.DEBUG: SELECT DATABASE() [] []
  31228. [2024-07-31 13:53:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31229. [2024-07-31 13:53:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31230. [2024-07-31 13:53:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31231. [2024-07-31 13:53:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31232. [2024-07-31 13:53:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31233. [2024-07-31 13:53:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31234. [2024-07-31 13:53:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31235. [2024-07-31 13:53:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31236. [2024-07-31 13:53:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31237. [2024-07-31 13:53:14] doctrine.DEBUG: SELECT DATABASE() [] []
  31238. [2024-07-31 13:53:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31239. [2024-07-31 13:53:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31240. [2024-07-31 13:53:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31241. [2024-07-31 13:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31242. [2024-07-31 13:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31243. [2024-07-31 13:53:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31244. [2024-07-31 13:53:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31245. [2024-07-31 13:53:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31246. [2024-07-31 13:53:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31247. [2024-07-31 13:53:49] doctrine.DEBUG: SELECT DATABASE() [] []
  31248. [2024-07-31 13:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31249. [2024-07-31 13:54:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31250. [2024-07-31 13:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31251. [2024-07-31 13:54:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31252. [2024-07-31 13:54:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31253. [2024-07-31 13:54:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31254. [2024-07-31 13:54:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31255. [2024-07-31 13:54:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31256. [2024-07-31 13:54:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31257. [2024-07-31 13:54:00] doctrine.DEBUG: SELECT DATABASE() [] []
  31258. [2024-07-31 14:45:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31259. [2024-07-31 14:45:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31260. [2024-07-31 14:45:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31261. [2024-07-31 14:45:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31262. [2024-07-31 14:45:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31263. [2024-07-31 14:45:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31264. [2024-07-31 14:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31265. [2024-07-31 14:45:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31266. [2024-07-31 14:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31267. [2024-07-31 14:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31268. [2024-07-31 14:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31269. [2024-07-31 14:45:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31270. [2024-07-31 14:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31271. [2024-07-31 14:45:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31272. [2024-07-31 14:45:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31273. [2024-07-31 14:45:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31274. [2024-07-31 14:45:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31275. [2024-07-31 14:45:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31276. [2024-07-31 14:45:39] doctrine.DEBUG: SELECT DATABASE() [] []
  31277. [2024-07-31 14:45:39] doctrine.DEBUG: SELECT DATABASE() [] []
  31278. [2024-07-31 14:45:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31279. [2024-07-31 14:45:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31280. [2024-07-31 14:45:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31281. [2024-07-31 14:45:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31282. [2024-07-31 14:45:41] doctrine.DEBUG: SELECT DATABASE() [] []
  31283. [2024-07-31 14:45:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31284. [2024-07-31 14:45:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31285. [2024-07-31 14:45:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31286. [2024-07-31 14:45:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31287. [2024-07-31 14:45:42] doctrine.DEBUG: SELECT DATABASE() [] []
  31288. [2024-07-31 14:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31289. [2024-07-31 14:45:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31290. [2024-07-31 14:45:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31291. [2024-07-31 14:45:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31292. [2024-07-31 14:45:43] doctrine.DEBUG: SELECT DATABASE() [] []
  31293. [2024-07-31 14:54:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31294. [2024-07-31 14:54:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31295. [2024-07-31 14:54:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31296. [2024-07-31 14:54:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31297. [2024-07-31 14:54:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31298. [2024-07-31 14:54:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31299. [2024-07-31 14:54:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31300. [2024-07-31 14:54:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31301. [2024-07-31 14:54:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31302. [2024-07-31 14:54:50] doctrine.DEBUG: SELECT DATABASE() [] []
  31303. [2024-07-31 14:54:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31304. [2024-07-31 14:54:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31305. [2024-07-31 14:54:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31306. [2024-07-31 14:54:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31307. [2024-07-31 14:54:50] doctrine.DEBUG: SELECT DATABASE() [] []
  31308. [2024-07-31 18:46:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31309. [2024-07-31 18:46:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/setup-config.php" (from "http://rbbe.asb-digital.fr/wp-admin/setup-config.php?step=1")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/setup-config.php\" (from \"http://rbbe.asb-digital.fr/wp-admin/setup-config.php?step=1\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31310. [2024-07-31 18:46:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31311. [2024-07-31 18:46:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31312. [2024-07-31 18:46:46] doctrine.DEBUG: SELECT DATABASE() [] []
  31313. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31314. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31315. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31316. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31317. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31318. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31319. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31320. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31321. [2024-08-01 03:19:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31322. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.svn/wc.db"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.svn/wc.db\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31323. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /backup.sql"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /backup.sql\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31324. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.xml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.xml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31325. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/shadow"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/shadow\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31326. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server.key"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server.key\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31327. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.yaml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.yaml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31328. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/setup-config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/setup-config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31329. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /etc/ssl/private/server.key"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /etc/ssl/private/server.key\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31330. [2024-08-01 03:19:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database.sql"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database.sql\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31331. [2024-08-01 03:19:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31332. [2024-08-01 03:19:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /user_secrets.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /user_secrets.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user_secrets.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31333. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31334. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31335. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31336. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31337. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31338. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31339. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31340. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31341. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31342. [2024-08-01 03:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31343. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31344. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31345. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31346. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31347. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31348. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31349. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31350. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31351. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31352. [2024-08-01 03:19:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31353. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31354. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31355. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31356. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31357. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31358. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31359. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31360. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31361. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31362. [2024-08-01 03:19:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31363. [2024-08-01 03:19:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31364. [2024-08-01 03:19:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31365. [2024-08-01 03:19:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31366. [2024-08-01 03:19:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31367. [2024-08-01 03:19:58] doctrine.DEBUG: SELECT DATABASE() [] []
  31368. [2024-08-01 03:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31369. [2024-08-01 03:19:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.ssh/id_ecdsa"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.ssh/id_ecdsa\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31370. [2024-08-01 03:19:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31371. [2024-08-01 03:19:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31372. [2024-08-01 03:19:59] doctrine.DEBUG: SELECT DATABASE() [] []
  31373. [2024-08-01 03:20:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31374. [2024-08-01 03:20:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /secrets.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /secrets.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31375. [2024-08-01 03:20:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31376. [2024-08-01 03:20:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31377. [2024-08-01 03:20:02] doctrine.DEBUG: SELECT DATABASE() [] []
  31378. [2024-08-01 03:20:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31379. [2024-08-01 03:20:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.kube/config"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.kube/config\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31380. [2024-08-01 03:20:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31381. [2024-08-01 03:20:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31382. [2024-08-01 03:20:51] doctrine.DEBUG: SELECT DATABASE() [] []
  31383. [2024-08-01 05:35:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31384. [2024-08-01 05:35:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31385. [2024-08-01 05:35:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31386. [2024-08-01 05:35:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31387. [2024-08-01 05:35:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31388. [2024-08-01 05:35:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31389. [2024-08-01 05:35:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31390. [2024-08-01 05:35:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31391. [2024-08-01 05:35:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31392. [2024-08-01 05:35:50] doctrine.DEBUG: SELECT DATABASE() [] []
  31393. [2024-08-01 10:50:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31394. [2024-08-01 10:50:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31395. [2024-08-01 10:50:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31396. [2024-08-01 10:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31397. [2024-08-01 10:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31398. [2024-08-01 10:50:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31399. [2024-08-01 10:50:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31400. [2024-08-01 10:50:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31401. [2024-08-01 10:50:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31402. [2024-08-01 10:50:09] doctrine.DEBUG: SELECT DATABASE() [] []
  31403. [2024-08-01 23:42:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31404. [2024-08-01 23:42:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31405. [2024-08-01 23:42:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31406. [2024-08-01 23:42:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31407. [2024-08-01 23:42:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31408. [2024-08-01 23:42:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31409. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31410. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31411. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31412. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31413. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31414. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31415. [2024-08-01 23:42:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31416. [2024-08-01 23:42:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31417. [2024-08-01 23:42:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31418. [2024-08-01 23:42:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31419. [2024-08-01 23:42:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31420. [2024-08-01 23:42:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31421. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT DATABASE() [] []
  31422. [2024-08-01 23:42:08] doctrine.DEBUG: SELECT DATABASE() [] []
  31423. [2024-08-02 01:26:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31424. [2024-08-02 01:26:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31425. [2024-08-02 01:26:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31426. [2024-08-02 01:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31427. [2024-08-02 01:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31428. [2024-08-02 01:26:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31429. [2024-08-02 01:26:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31430. [2024-08-02 01:26:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31431. [2024-08-02 01:26:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31432. [2024-08-02 01:26:50] doctrine.DEBUG: SELECT DATABASE() [] []
  31433. [2024-08-02 01:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31434. [2024-08-02 01:26:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31435. [2024-08-02 01:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31436. [2024-08-02 01:26:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31437. [2024-08-02 01:26:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31438. [2024-08-02 01:26:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31439. [2024-08-02 01:26:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31440. [2024-08-02 01:26:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31441. [2024-08-02 01:26:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31442. [2024-08-02 01:26:50] doctrine.DEBUG: SELECT DATABASE() [] []
  31443. [2024-08-02 01:26:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31444. [2024-08-02 01:26:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31445. [2024-08-02 01:26:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31446. [2024-08-02 01:26:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31447. [2024-08-02 01:26:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31448. [2024-08-02 01:26:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31449. [2024-08-02 01:26:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31450. [2024-08-02 01:26:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31451. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31452. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31453. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31454. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31455. [2024-08-02 01:26:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31456. [2024-08-02 01:26:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31457. [2024-08-02 01:26:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31458. [2024-08-02 01:26:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31459. [2024-08-02 01:26:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31460. [2024-08-02 01:26:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31461. [2024-08-02 01:26:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31462. [2024-08-02 01:26:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31463. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31464. [2024-08-02 01:26:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31465. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31466. [2024-08-02 01:26:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31467. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31468. [2024-08-02 01:26:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31469. [2024-08-02 01:26:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31470. [2024-08-02 01:26:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31471. [2024-08-02 01:26:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31472. [2024-08-02 01:26:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31473. [2024-08-02 01:26:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31474. [2024-08-02 01:26:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31475. [2024-08-02 01:26:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31476. [2024-08-02 01:26:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31477. [2024-08-02 01:26:58] doctrine.DEBUG: SELECT DATABASE() [] []
  31478. [2024-08-02 01:31:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31479. [2024-08-02 01:31:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31480. [2024-08-02 01:31:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31481. [2024-08-02 01:31:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31482. [2024-08-02 01:31:54] doctrine.DEBUG: SELECT DATABASE() [] []
  31483. [2024-08-02 06:03:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31484. [2024-08-02 06:03:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31485. [2024-08-02 06:03:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31486. [2024-08-02 06:03:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31487. [2024-08-02 06:03:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31488. [2024-08-02 06:03:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31489. [2024-08-02 06:03:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31490. [2024-08-02 06:03:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31491. [2024-08-02 06:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31492. [2024-08-02 06:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31493. [2024-08-02 06:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31494. [2024-08-02 06:03:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31495. [2024-08-02 06:03:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31496. [2024-08-02 06:03:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31497. [2024-08-02 06:03:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31498. [2024-08-02 06:03:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31499. [2024-08-02 06:03:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31500. [2024-08-02 06:03:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31501. [2024-08-02 06:03:22] doctrine.DEBUG: SELECT DATABASE() [] []
  31502. [2024-08-02 06:03:22] doctrine.DEBUG: SELECT DATABASE() [] []
  31503. [2024-08-02 08:16:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31504. [2024-08-02 08:16:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31505. [2024-08-02 08:16:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31506. [2024-08-02 08:16:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31507. [2024-08-02 08:16:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31508. [2024-08-02 08:16:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31509. [2024-08-02 08:16:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31510. [2024-08-02 08:16:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31511. [2024-08-02 08:16:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31512. [2024-08-02 08:16:03] doctrine.DEBUG: SELECT DATABASE() [] []
  31513. [2024-08-02 19:19:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31514. [2024-08-02 19:19:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31515. [2024-08-02 19:19:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31516. [2024-08-02 19:19:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31517. [2024-08-02 19:19:56] doctrine.DEBUG: SELECT DATABASE() [] []
  31518. [2024-08-02 21:58:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31519. [2024-08-02 21:58:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31520. [2024-08-02 21:58:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31521. [2024-08-02 21:59:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31522. [2024-08-02 21:59:00] doctrine.DEBUG: SELECT DATABASE() [] []
  31523. [2024-08-02 21:59:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31524. [2024-08-02 21:59:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31525. [2024-08-02 21:59:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31526. [2024-08-02 21:59:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31527. [2024-08-02 21:59:02] doctrine.DEBUG: SELECT DATABASE() [] []
  31528. [2024-08-03 16:17:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31529. [2024-08-03 16:17:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31530. [2024-08-03 16:17:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31531. [2024-08-03 16:17:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31532. [2024-08-03 16:17:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31533. [2024-08-03 16:17:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31534. [2024-08-03 16:17:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31535. [2024-08-03 16:17:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31536. [2024-08-03 16:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31537. [2024-08-03 16:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31538. [2024-08-03 16:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31539. [2024-08-03 16:17:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31540. [2024-08-03 16:17:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31541. [2024-08-03 16:17:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31542. [2024-08-03 16:17:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31543. [2024-08-03 16:17:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31544. [2024-08-03 16:17:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31545. [2024-08-03 16:17:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31546. [2024-08-03 16:17:17] doctrine.DEBUG: SELECT DATABASE() [] []
  31547. [2024-08-03 16:17:17] doctrine.DEBUG: SELECT DATABASE() [] []
  31548. [2024-08-03 16:42:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31549. [2024-08-03 16:42:27] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31550. [2024-08-03 16:42:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31551. [2024-08-03 16:42:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31552. [2024-08-03 16:42:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31553. [2024-08-03 16:42:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31554. [2024-08-03 16:42:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31555. [2024-08-03 16:42:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31556. [2024-08-03 16:42:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31557. [2024-08-03 16:42:27] doctrine.DEBUG: SELECT DATABASE() [] []
  31558. [2024-08-03 16:42:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31559. [2024-08-03 16:42:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31560. [2024-08-03 16:42:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31561. [2024-08-03 16:42:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31562. [2024-08-03 16:42:30] doctrine.DEBUG: SELECT DATABASE() [] []
  31563. [2024-08-03 19:26:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31564. [2024-08-03 19:26:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31565. [2024-08-03 19:26:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31566. [2024-08-03 19:26:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31567. [2024-08-03 19:26:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31568. [2024-08-03 19:26:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31569. [2024-08-03 19:26:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31570. [2024-08-03 19:26:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31571. [2024-08-03 19:26:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31572. [2024-08-03 19:26:47] doctrine.DEBUG: SELECT DATABASE() [] []
  31573. [2024-08-03 19:26:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31574. [2024-08-03 19:26:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31575. [2024-08-03 19:26:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31576. [2024-08-03 19:26:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31577. [2024-08-03 19:26:52] doctrine.DEBUG: SELECT DATABASE() [] []
  31578. [2024-08-03 20:09:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31579. [2024-08-03 20:09:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31580. [2024-08-03 20:09:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31581. [2024-08-03 20:09:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31582. [2024-08-03 20:09:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31583. [2024-08-03 20:09:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31584. [2024-08-03 20:09:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31585. [2024-08-03 20:09:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31586. [2024-08-03 20:09:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31587. [2024-08-03 20:09:02] doctrine.DEBUG: SELECT DATABASE() [] []
  31588. [2024-08-04 10:19:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31589. [2024-08-04 10:19:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31590. [2024-08-04 10:19:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31591. [2024-08-04 10:19:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31592. [2024-08-04 10:19:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31593. [2024-08-04 10:19:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31594. [2024-08-04 10:19:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31595. [2024-08-04 10:19:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31596. [2024-08-04 10:19:15] doctrine.DEBUG: SELECT DATABASE() [] []
  31597. [2024-08-04 10:19:15] doctrine.DEBUG: SELECT DATABASE() [] []
  31598. [2024-08-04 13:02:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31599. [2024-08-04 13:02:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31600. [2024-08-04 13:02:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31601. [2024-08-04 13:02:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31602. [2024-08-04 13:02:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31603. [2024-08-04 13:02:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31604. [2024-08-04 13:02:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31605. [2024-08-04 13:02:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31606. [2024-08-04 13:02:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31607. [2024-08-04 13:02:07] doctrine.DEBUG: SELECT DATABASE() [] []
  31608. [2024-08-04 18:33:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31609. [2024-08-04 18:33:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31610. [2024-08-04 18:33:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31611. [2024-08-04 18:33:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31612. [2024-08-04 18:33:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31613. [2024-08-04 18:33:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31614. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31615. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31616. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31617. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31618. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31619. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31620. [2024-08-04 18:33:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31621. [2024-08-04 18:33:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31622. [2024-08-04 18:33:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31623. [2024-08-04 18:33:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31624. [2024-08-04 18:33:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31625. [2024-08-04 18:33:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31626. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT DATABASE() [] []
  31627. [2024-08-04 18:33:23] doctrine.DEBUG: SELECT DATABASE() [] []
  31628. [2024-08-05 06:45:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31629. [2024-08-05 06:45:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31630. [2024-08-05 06:45:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31631. [2024-08-05 06:45:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31632. [2024-08-05 06:45:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31633. [2024-08-05 06:45:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31634. [2024-08-05 06:45:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31635. [2024-08-05 06:45:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31636. [2024-08-05 06:45:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31637. [2024-08-05 06:45:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31638. [2024-08-05 06:45:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31639. [2024-08-05 06:45:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31640. [2024-08-05 06:45:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31641. [2024-08-05 06:45:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31642. [2024-08-05 06:45:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31643. [2024-08-05 06:45:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31644. [2024-08-05 06:45:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31645. [2024-08-05 06:45:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31646. [2024-08-05 06:45:21] doctrine.DEBUG: SELECT DATABASE() [] []
  31647. [2024-08-05 06:45:21] doctrine.DEBUG: SELECT DATABASE() [] []
  31648. [2024-08-05 18:58:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31649. [2024-08-05 18:58:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31650. [2024-08-05 18:58:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31651. [2024-08-05 18:58:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31652. [2024-08-05 18:58:30] doctrine.DEBUG: SELECT DATABASE() [] []
  31653. [2024-08-05 18:58:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31654. [2024-08-05 18:58:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31655. [2024-08-05 18:58:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31656. [2024-08-05 18:58:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31657. [2024-08-05 18:58:33] doctrine.DEBUG: SELECT DATABASE() [] []
  31658. [2024-08-05 20:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31659. [2024-08-05 20:52:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31660. [2024-08-05 20:52:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31661. [2024-08-05 20:52:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31662. [2024-08-05 20:52:01] doctrine.DEBUG: SELECT DATABASE() [] []
  31663. [2024-08-06 08:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31664. [2024-08-06 08:40:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31665. [2024-08-06 08:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31666. [2024-08-06 08:40:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31667. [2024-08-06 08:40:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31668. [2024-08-06 08:40:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31669. [2024-08-06 08:40:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31670. [2024-08-06 08:40:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31671. [2024-08-06 08:40:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31672. [2024-08-06 08:40:50] doctrine.DEBUG: SELECT DATABASE() [] []
  31673. [2024-08-06 14:31:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31674. [2024-08-06 14:31:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31675. [2024-08-06 14:31:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31676. [2024-08-06 14:31:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31677. [2024-08-06 14:31:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31678. [2024-08-06 14:31:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31679. [2024-08-06 14:31:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31680. [2024-08-06 14:31:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31681. [2024-08-06 14:31:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31682. [2024-08-06 14:31:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31683. [2024-08-06 14:31:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31684. [2024-08-06 14:31:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31685. [2024-08-06 14:31:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31686. [2024-08-06 14:31:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31687. [2024-08-06 14:31:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31688. [2024-08-06 14:31:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31689. [2024-08-06 14:31:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31690. [2024-08-06 14:31:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31691. [2024-08-06 14:31:44] doctrine.DEBUG: SELECT DATABASE() [] []
  31692. [2024-08-06 14:31:44] doctrine.DEBUG: SELECT DATABASE() [] []
  31693. [2024-08-06 20:22:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31694. [2024-08-06 20:22:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31695. [2024-08-06 20:22:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31696. [2024-08-06 20:22:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31697. [2024-08-06 20:22:55] doctrine.DEBUG: SELECT DATABASE() [] []
  31698. [2024-08-06 20:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31699. [2024-08-06 20:22:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31700. [2024-08-06 20:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31701. [2024-08-06 20:22:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31702. [2024-08-06 20:22:57] doctrine.DEBUG: SELECT DATABASE() [] []
  31703. [2024-08-07 00:49:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31704. [2024-08-07 00:49:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31705. [2024-08-07 00:49:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31706. [2024-08-07 00:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31707. [2024-08-07 00:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31708. [2024-08-07 00:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31709. [2024-08-07 00:49:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31710. [2024-08-07 00:49:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31711. [2024-08-07 00:49:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31712. [2024-08-07 00:49:51] doctrine.DEBUG: SELECT DATABASE() [] []
  31713. [2024-08-07 00:50:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31714. [2024-08-07 00:50:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31715. [2024-08-07 00:50:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31716. [2024-08-07 00:50:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31717. [2024-08-07 00:50:02] doctrine.DEBUG: SELECT DATABASE() [] []
  31718. [2024-08-07 02:37:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31719. [2024-08-07 02:37:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31720. [2024-08-07 02:37:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31721. [2024-08-07 02:37:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31722. [2024-08-07 02:37:32] doctrine.DEBUG: SELECT DATABASE() [] []
  31723. [2024-08-07 15:26:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31724. [2024-08-07 15:26:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31725. [2024-08-07 15:26:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31726. [2024-08-07 15:26:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31727. [2024-08-07 15:26:35] doctrine.DEBUG: SELECT DATABASE() [] []
  31728. [2024-08-07 15:26:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31729. [2024-08-07 15:26:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /enhancecp"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /enhancecp\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/enhancecp/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31730. [2024-08-07 15:26:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31731. [2024-08-07 15:26:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31732. [2024-08-07 15:26:36] doctrine.DEBUG: SELECT DATABASE() [] []
  31733. [2024-08-07 21:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31734. [2024-08-07 21:16:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31735. [2024-08-07 21:16:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31736. [2024-08-07 21:16:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31737. [2024-08-07 21:16:33] doctrine.DEBUG: SELECT DATABASE() [] []
  31738. [2024-08-07 21:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31739. [2024-08-07 21:16:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31740. [2024-08-07 21:16:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31741. [2024-08-07 21:16:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31742. [2024-08-07 21:16:36] doctrine.DEBUG: SELECT DATABASE() [] []
  31743. [2024-08-08 07:42:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31744. [2024-08-08 07:42:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31745. [2024-08-08 07:42:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31746. [2024-08-08 07:42:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31747. [2024-08-08 07:42:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31748. [2024-08-08 07:42:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31749. [2024-08-08 07:42:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31750. [2024-08-08 07:42:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31751. [2024-08-08 07:42:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31752. [2024-08-08 07:42:20] doctrine.DEBUG: SELECT DATABASE() [] []
  31753. [2024-08-08 11:41:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31754. [2024-08-08 11:41:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/woocommerce-payments/dist/index.js.LICENSE.txt" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/woocommerce-payments/dist/index.js.LICENSE.txt\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/woocommerce-payments/dist/index.js.LICENSE.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31755. [2024-08-08 11:41:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31756. [2024-08-08 11:41:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31757. [2024-08-08 11:41:10] doctrine.DEBUG: SELECT DATABASE() [] []
  31758. [2024-08-08 12:46:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31759. [2024-08-08 12:46:40] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  31760. [2024-08-08 12:46:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31761. [2024-08-08 12:46:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31762. [2024-08-08 12:46:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31763. [2024-08-08 12:46:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31764. [2024-08-08 12:46:42] doctrine.DEBUG: SELECT DATABASE() [] []
  31765. [2024-08-08 12:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31766. [2024-08-08 12:46:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31767. [2024-08-08 12:46:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31768. [2024-08-08 12:46:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31769. [2024-08-08 12:46:43] doctrine.DEBUG: SELECT DATABASE() [] []
  31770. [2024-08-08 12:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31771. [2024-08-08 12:46:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31772. [2024-08-08 12:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31773. [2024-08-08 12:46:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31774. [2024-08-08 12:46:44] doctrine.DEBUG: SELECT DATABASE() [] []
  31775. [2024-08-08 12:46:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31776. [2024-08-08 12:46:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31777. [2024-08-08 12:46:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31778. [2024-08-08 12:46:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31779. [2024-08-08 12:46:45] doctrine.DEBUG: SELECT DATABASE() [] []
  31780. [2024-08-08 12:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31781. [2024-08-08 12:46:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31782. [2024-08-08 12:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31783. [2024-08-08 12:46:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31784. [2024-08-08 12:46:46] doctrine.DEBUG: SELECT DATABASE() [] []
  31785. [2024-08-08 12:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31786. [2024-08-08 12:46:46] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  31787. [2024-08-08 12:46:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  31788. [2024-08-08 12:46:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31789. [2024-08-08 12:46:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31790. [2024-08-08 12:46:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31791. [2024-08-08 12:46:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31792. [2024-08-08 12:46:47] doctrine.DEBUG: SELECT DATABASE() [] []
  31793. [2024-08-08 12:46:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31794. [2024-08-08 12:46:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31795. [2024-08-08 12:46:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31796. [2024-08-08 12:46:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31797. [2024-08-08 12:46:48] doctrine.DEBUG: SELECT DATABASE() [] []
  31798. [2024-08-08 13:19:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31799. [2024-08-08 13:19:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31800. [2024-08-08 13:19:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31801. [2024-08-08 13:19:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31802. [2024-08-08 13:19:15] doctrine.DEBUG: SELECT DATABASE() [] []
  31803. [2024-08-08 13:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31804. [2024-08-08 13:19:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31805. [2024-08-08 13:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31806. [2024-08-08 13:19:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31807. [2024-08-08 13:19:16] doctrine.DEBUG: SELECT DATABASE() [] []
  31808. [2024-08-08 13:44:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31809. [2024-08-08 13:44:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31810. [2024-08-08 13:44:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31811. [2024-08-08 13:44:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31812. [2024-08-08 13:44:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31813. [2024-08-08 13:44:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31814. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31815. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31816. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31817. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31818. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31819. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31820. [2024-08-08 13:44:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31821. [2024-08-08 13:44:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31822. [2024-08-08 13:44:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31823. [2024-08-08 13:44:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31824. [2024-08-08 13:44:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31825. [2024-08-08 13:44:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31826. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT DATABASE() [] []
  31827. [2024-08-08 13:44:12] doctrine.DEBUG: SELECT DATABASE() [] []
  31828. [2024-08-08 18:34:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31829. [2024-08-08 18:34:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/plugins/woocommerce-payments/dist/index.js.LICENSE.txt" (from "www.google.com")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/plugins/woocommerce-payments/dist/index.js.LICENSE.txt\" (from \"www.google.com\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/woocommerce-payments/dist/index.js.LICENSE.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31830. [2024-08-08 18:34:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31831. [2024-08-08 18:34:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31832. [2024-08-08 18:34:03] doctrine.DEBUG: SELECT DATABASE() [] []
  31833. [2024-08-09 22:45:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31834. [2024-08-09 22:45:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  31835. [2024-08-09 22:45:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31836. [2024-08-09 22:45:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31837. [2024-08-09 22:45:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31838. [2024-08-09 22:45:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31839. [2024-08-09 22:45:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31840. [2024-08-09 22:45:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31841. [2024-08-09 22:45:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31842. [2024-08-09 22:45:06] doctrine.DEBUG: SELECT DATABASE() [] []
  31843. [2024-08-09 22:45:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31844. [2024-08-09 22:45:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31845. [2024-08-09 22:45:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31846. [2024-08-09 22:45:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31847. [2024-08-09 22:45:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31848. [2024-08-09 22:45:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31849. [2024-08-09 22:45:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31850. [2024-08-09 22:45:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31851. [2024-08-09 22:45:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31852. [2024-08-09 22:45:48] doctrine.DEBUG: SELECT DATABASE() [] []
  31853. [2024-08-09 22:46:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31854. [2024-08-09 22:46:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31855. [2024-08-09 22:46:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31856. [2024-08-09 22:46:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31857. [2024-08-09 22:46:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31858. [2024-08-09 22:46:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31859. [2024-08-09 22:46:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31860. [2024-08-09 22:46:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31861. [2024-08-09 22:46:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31862. [2024-08-09 22:46:03] doctrine.DEBUG: SELECT DATABASE() [] []
  31863. [2024-08-09 22:46:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31864. [2024-08-09 22:46:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31865. [2024-08-09 22:46:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31866. [2024-08-09 22:46:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31867. [2024-08-09 22:46:05] doctrine.DEBUG: SELECT DATABASE() [] []
  31868. [2024-08-09 22:46:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31869. [2024-08-09 22:46:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31870. [2024-08-09 22:46:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31871. [2024-08-09 22:46:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31872. [2024-08-09 22:46:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31873. [2024-08-09 22:46:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31874. [2024-08-09 22:46:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31875. [2024-08-09 22:46:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31876. [2024-08-09 22:46:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31877. [2024-08-09 22:46:06] doctrine.DEBUG: SELECT DATABASE() [] []
  31878. [2024-08-09 22:46:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31879. [2024-08-09 22:46:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31880. [2024-08-09 22:46:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31881. [2024-08-09 22:46:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31882. [2024-08-09 22:46:07] doctrine.DEBUG: SELECT DATABASE() [] []
  31883. [2024-08-09 22:46:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31884. [2024-08-09 22:46:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31885. [2024-08-09 22:46:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31886. [2024-08-09 22:46:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31887. [2024-08-09 22:46:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31888. [2024-08-09 22:46:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31889. [2024-08-09 22:46:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31890. [2024-08-09 22:46:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31891. [2024-08-09 22:46:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31892. [2024-08-09 22:46:08] doctrine.DEBUG: SELECT DATABASE() [] []
  31893. [2024-08-10 07:18:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31894. [2024-08-10 07:18:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31895. [2024-08-10 07:18:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31896. [2024-08-10 07:18:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31897. [2024-08-10 07:18:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31898. [2024-08-10 07:18:36] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31899. [2024-08-10 07:18:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31900. [2024-08-10 07:18:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31901. [2024-08-10 07:18:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31902. [2024-08-10 07:18:37] doctrine.DEBUG: SELECT DATABASE() [] []
  31903. [2024-08-10 10:24:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31904. [2024-08-10 10:24:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31905. [2024-08-10 10:24:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31906. [2024-08-10 10:24:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31907. [2024-08-10 10:24:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31908. [2024-08-10 10:24:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31909. [2024-08-10 10:24:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31910. [2024-08-10 10:24:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31911. [2024-08-10 10:24:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31912. [2024-08-10 10:24:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31913. [2024-08-10 10:24:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31914. [2024-08-10 10:24:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31915. [2024-08-10 10:24:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31916. [2024-08-10 10:24:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31917. [2024-08-10 10:24:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31918. [2024-08-10 10:24:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31919. [2024-08-10 10:24:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31920. [2024-08-10 10:24:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31921. [2024-08-10 10:24:58] doctrine.DEBUG: SELECT DATABASE() [] []
  31922. [2024-08-10 10:24:58] doctrine.DEBUG: SELECT DATABASE() [] []
  31923. [2024-08-10 12:22:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31924. [2024-08-10 12:22:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31925. [2024-08-10 12:22:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31926. [2024-08-10 12:22:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31927. [2024-08-10 12:22:29] doctrine.DEBUG: SELECT DATABASE() [] []
  31928. [2024-08-10 12:32:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31929. [2024-08-10 12:32:01] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  31930. [2024-08-10 12:32:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31931. [2024-08-10 12:32:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31932. [2024-08-10 12:32:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31933. [2024-08-10 12:32:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31934. [2024-08-10 12:32:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31935. [2024-08-10 12:32:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31936. [2024-08-10 12:32:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31937. [2024-08-10 12:32:02] doctrine.DEBUG: SELECT DATABASE() [] []
  31938. [2024-08-10 21:19:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31939. [2024-08-10 21:19:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  31940. [2024-08-10 21:19:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31941. [2024-08-10 21:19:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  31942. [2024-08-10 21:19:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  31943. [2024-08-10 21:19:02] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  31944. [2024-08-10 21:19:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  31945. [2024-08-10 21:19:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  31946. [2024-08-10 21:19:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31947. [2024-08-10 21:19:02] doctrine.DEBUG: SELECT DATABASE() [] []
  31948. [2024-08-11 18:07:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31949. [2024-08-11 18:07:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31950. [2024-08-11 18:07:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31951. [2024-08-11 18:07:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31952. [2024-08-11 18:07:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31953. [2024-08-11 18:07:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31954. [2024-08-11 18:07:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31955. [2024-08-11 18:07:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31956. [2024-08-11 18:07:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.gitlab-ci.yml"" at /home/hlcdisb/www/rbbe_dev/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.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31957. [2024-08-11 18:07:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31958. [2024-08-11 18:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31959. [2024-08-11 18:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31960. [2024-08-11 18:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31961. [2024-08-11 18:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31962. [2024-08-11 18:07:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31963. [2024-08-11 18:07:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31964. [2024-08-11 18:07:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31965. [2024-08-11 18:07:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31966. [2024-08-11 18:07:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31967. [2024-08-11 18:07:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31968. [2024-08-11 18:07:21] doctrine.DEBUG: SELECT DATABASE() [] []
  31969. [2024-08-11 18:07:21] doctrine.DEBUG: SELECT DATABASE() [] []
  31970. [2024-08-11 18:07:21] doctrine.DEBUG: SELECT DATABASE() [] []
  31971. [2024-08-11 18:07:21] doctrine.DEBUG: SELECT DATABASE() [] []
  31972. [2024-08-11 18:07:21] doctrine.DEBUG: SELECT DATABASE() [] []
  31973. [2024-08-11 21:14:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31974. [2024-08-11 21:14:31] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  31975. [2024-08-11 21:14:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31976. [2024-08-11 21:14:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31977. [2024-08-11 21:14:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31978. [2024-08-11 21:14:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31979. [2024-08-11 21:14:33] doctrine.DEBUG: SELECT DATABASE() [] []
  31980. [2024-08-11 21:14:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31981. [2024-08-11 21:14:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31982. [2024-08-11 21:14:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31983. [2024-08-11 21:14:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31984. [2024-08-11 21:14:33] doctrine.DEBUG: SELECT DATABASE() [] []
  31985. [2024-08-11 21:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31986. [2024-08-11 21:14:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31987. [2024-08-11 21:14:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31988. [2024-08-11 21:14:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31989. [2024-08-11 21:14:34] doctrine.DEBUG: SELECT DATABASE() [] []
  31990. [2024-08-11 21:14:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31991. [2024-08-11 21:14:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31992. [2024-08-11 21:14:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31993. [2024-08-11 21:14:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31994. [2024-08-11 21:14:35] doctrine.DEBUG: SELECT DATABASE() [] []
  31995. [2024-08-11 21:14:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  31996. [2024-08-11 21:14:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  31997. [2024-08-11 21:14:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  31998. [2024-08-11 21:14:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  31999. [2024-08-11 21:14:36] doctrine.DEBUG: SELECT DATABASE() [] []
  32000. [2024-08-11 21:14:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32001. [2024-08-11 21:14:38] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  32002. [2024-08-11 21:14:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  32003. [2024-08-11 21:14:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32004. [2024-08-11 21:14:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32005. [2024-08-11 21:14:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32006. [2024-08-11 21:14:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32007. [2024-08-11 21:14:39] doctrine.DEBUG: SELECT DATABASE() [] []
  32008. [2024-08-11 21:14:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32009. [2024-08-11 21:14:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32010. [2024-08-11 21:14:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32011. [2024-08-11 21:14:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32012. [2024-08-11 21:14:41] doctrine.DEBUG: SELECT DATABASE() [] []
  32013. [2024-08-12 03:23:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32014. [2024-08-12 03:23:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32015. [2024-08-12 03:23:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32016. [2024-08-12 03:23:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32017. [2024-08-12 03:23:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32018. [2024-08-12 03:23:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32019. [2024-08-12 03:23:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32020. [2024-08-12 03:23:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32021. [2024-08-12 03:23:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32022. [2024-08-12 03:23:16] doctrine.DEBUG: SELECT DATABASE() [] []
  32023. [2024-08-12 12:59:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32024. [2024-08-12 12:59:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32025. [2024-08-12 12:59:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32026. [2024-08-12 12:59:36] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32027. [2024-08-12 12:59:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32028. [2024-08-12 12:59:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32029. [2024-08-12 12:59:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32030. [2024-08-12 12:59:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32031. [2024-08-12 12:59:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32032. [2024-08-12 12:59:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32033. [2024-08-12 12:59:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32034. [2024-08-12 12:59:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32035. [2024-08-12 12:59:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32036. [2024-08-12 12:59:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32037. [2024-08-12 12:59:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32038. [2024-08-12 12:59:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32039. [2024-08-12 12:59:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32040. [2024-08-12 12:59:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32041. [2024-08-12 12:59:38] doctrine.DEBUG: SELECT DATABASE() [] []
  32042. [2024-08-12 12:59:38] doctrine.DEBUG: SELECT DATABASE() [] []
  32043. [2024-08-12 15:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32044. [2024-08-12 15:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32045. [2024-08-12 15:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32046. [2024-08-12 15:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32047. [2024-08-12 15:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32048. [2024-08-12 15:24:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.gitlab-ci.yml"" at /home/hlcdisb/www/rbbe_dev/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.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32049. [2024-08-12 15:24:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /env.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /env.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32050. [2024-08-12 15:24:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32051. [2024-08-12 15:24:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32052. [2024-08-12 15:24:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32053. [2024-08-12 15:24:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32054. [2024-08-12 15:24:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32055. [2024-08-12 15:24:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32056. [2024-08-12 15:24:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32057. [2024-08-12 15:24:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32058. [2024-08-12 15:24:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32059. [2024-08-12 15:24:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32060. [2024-08-12 15:24:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32061. [2024-08-12 15:24:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32062. [2024-08-12 15:24:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32063. [2024-08-12 15:24:19] doctrine.DEBUG: SELECT DATABASE() [] []
  32064. [2024-08-12 15:24:19] doctrine.DEBUG: SELECT DATABASE() [] []
  32065. [2024-08-12 15:24:19] doctrine.DEBUG: SELECT DATABASE() [] []
  32066. [2024-08-12 15:24:19] doctrine.DEBUG: SELECT DATABASE() [] []
  32067. [2024-08-12 15:24:19] doctrine.DEBUG: SELECT DATABASE() [] []
  32068. [2024-08-14 03:02:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32069. [2024-08-14 03:02:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32070. [2024-08-14 03:02:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32071. [2024-08-14 03:02:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32072. [2024-08-14 03:02:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32073. [2024-08-14 03:02:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32074. [2024-08-14 03:02:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32075. [2024-08-14 03:02:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32076. [2024-08-14 03:02:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32077. [2024-08-14 03:02:12] doctrine.DEBUG: SELECT DATABASE() [] []
  32078. [2024-08-14 05:01:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32079. [2024-08-14 05:01:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32080. [2024-08-14 05:01:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32081. [2024-08-14 05:01:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32082. [2024-08-14 05:01:54] doctrine.DEBUG: SELECT DATABASE() [] []
  32083. [2024-08-14 14:56:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32084. [2024-08-14 14:56:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32085. [2024-08-14 14:56:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32086. [2024-08-14 14:56:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32087. [2024-08-14 14:56:44] doctrine.DEBUG: SELECT DATABASE() [] []
  32088. [2024-08-14 15:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32089. [2024-08-14 15:45:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32090. [2024-08-14 15:45:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32091. [2024-08-14 15:45:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32092. [2024-08-14 15:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32093. [2024-08-14 15:45:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32094. [2024-08-14 15:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32095. [2024-08-14 15:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32096. [2024-08-14 15:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32097. [2024-08-14 15:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32098. [2024-08-14 15:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32099. [2024-08-14 15:45:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32100. [2024-08-14 15:45:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32101. [2024-08-14 15:45:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32102. [2024-08-14 15:45:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32103. [2024-08-14 15:45:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32104. [2024-08-14 15:45:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32105. [2024-08-14 15:45:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32106. [2024-08-14 15:45:12] doctrine.DEBUG: SELECT DATABASE() [] []
  32107. [2024-08-14 15:45:12] doctrine.DEBUG: SELECT DATABASE() [] []
  32108. [2024-08-16 03:35:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32109. [2024-08-16 03:35:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32110. [2024-08-16 03:35:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32111. [2024-08-16 03:35:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32112. [2024-08-16 03:35:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32113. [2024-08-16 03:35:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32114. [2024-08-16 03:35:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32115. [2024-08-16 03:35:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32116. [2024-08-16 03:35:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32117. [2024-08-16 03:35:51] doctrine.DEBUG: SELECT DATABASE() [] []
  32118. [2024-08-16 17:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32119. [2024-08-16 17:46:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32120. [2024-08-16 17:46:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32121. [2024-08-16 17:46:46] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32122. [2024-08-16 17:46:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32123. [2024-08-16 17:46:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32124. [2024-08-16 17:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32125. [2024-08-16 17:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32126. [2024-08-16 17:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32127. [2024-08-16 17:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32128. [2024-08-16 17:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32129. [2024-08-16 17:46:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32130. [2024-08-16 17:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32131. [2024-08-16 17:46:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32132. [2024-08-16 17:46:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32133. [2024-08-16 17:46:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32134. [2024-08-16 17:46:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32135. [2024-08-16 17:46:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32136. [2024-08-16 17:46:50] doctrine.DEBUG: SELECT DATABASE() [] []
  32137. [2024-08-16 17:46:50] doctrine.DEBUG: SELECT DATABASE() [] []
  32138. [2024-08-16 20:15:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32139. [2024-08-16 20:15:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32140. [2024-08-16 20:15:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32141. [2024-08-16 20:15:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32142. [2024-08-16 20:15:47] doctrine.DEBUG: SELECT DATABASE() [] []
  32143. [2024-08-16 22:58:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32144. [2024-08-16 22:59:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32145. [2024-08-16 22:59:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32146. [2024-08-16 22:59:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32147. [2024-08-16 22:59:01] doctrine.DEBUG: SELECT DATABASE() [] []
  32148. [2024-08-17 10:30:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32149. [2024-08-17 10:30:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32150. [2024-08-17 10:30:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32151. [2024-08-17 10:30:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32152. [2024-08-17 10:30:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32153. [2024-08-17 10:30:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32154. [2024-08-17 10:30:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32155. [2024-08-17 10:30:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32156. [2024-08-17 10:30:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32157. [2024-08-17 10:30:46] doctrine.DEBUG: SELECT DATABASE() [] []
  32158. [2024-08-17 10:30:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32159. [2024-08-17 10:30:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32160. [2024-08-17 10:30:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32161. [2024-08-17 10:30:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32162. [2024-08-17 10:30:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32163. [2024-08-17 10:30:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32164. [2024-08-17 10:30:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32165. [2024-08-17 10:30:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32166. [2024-08-17 10:30:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32167. [2024-08-17 10:30:48] doctrine.DEBUG: SELECT DATABASE() [] []
  32168. [2024-08-18 03:18:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32169. [2024-08-18 03:18:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32170. [2024-08-18 03:18:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32171. [2024-08-18 03:18:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32172. [2024-08-18 03:18:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32173. [2024-08-18 03:18:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32174. [2024-08-18 03:18:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32175. [2024-08-18 03:18:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32176. [2024-08-18 03:18:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32177. [2024-08-18 03:18:43] doctrine.DEBUG: SELECT DATABASE() [] []
  32178. [2024-08-18 20:12:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32179. [2024-08-18 20:12:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32180. [2024-08-18 20:12:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32181. [2024-08-18 20:12:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32182. [2024-08-18 20:12:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32183. [2024-08-18 20:12:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32184. [2024-08-18 20:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32185. [2024-08-18 20:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32186. [2024-08-18 20:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32187. [2024-08-18 20:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32188. [2024-08-18 20:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32189. [2024-08-18 20:12:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32190. [2024-08-18 20:13:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32191. [2024-08-18 20:13:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32192. [2024-08-18 20:13:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32193. [2024-08-18 20:13:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32194. [2024-08-18 20:13:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32195. [2024-08-18 20:13:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32196. [2024-08-18 20:13:00] doctrine.DEBUG: SELECT DATABASE() [] []
  32197. [2024-08-18 20:13:00] doctrine.DEBUG: SELECT DATABASE() [] []
  32198. [2024-08-18 21:47:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32199. [2024-08-18 21:47:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32200. [2024-08-18 21:47:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32201. [2024-08-18 21:47:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32202. [2024-08-18 21:47:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32203. [2024-08-18 21:47:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32204. [2024-08-18 21:47:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32205. [2024-08-18 21:47:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32206. [2024-08-18 21:47:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32207. [2024-08-18 21:47:45] doctrine.DEBUG: SELECT DATABASE() [] []
  32208. [2024-08-19 01:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32209. [2024-08-19 01:51:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32210. [2024-08-19 01:51:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32211. [2024-08-19 01:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32212. [2024-08-19 01:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32213. [2024-08-19 01:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32214. [2024-08-19 01:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32215. [2024-08-19 01:52:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32216. [2024-08-19 01:52:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32217. [2024-08-19 01:52:01] doctrine.DEBUG: SELECT DATABASE() [] []
  32218. [2024-08-19 01:52:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32219. [2024-08-19 01:52:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32220. [2024-08-19 01:52:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32221. [2024-08-19 01:52:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32222. [2024-08-19 01:52:07] doctrine.DEBUG: SELECT DATABASE() [] []
  32223. [2024-08-19 01:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32224. [2024-08-19 01:52:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32225. [2024-08-19 01:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32226. [2024-08-19 01:52:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32227. [2024-08-19 01:52:08] doctrine.DEBUG: SELECT DATABASE() [] []
  32228. [2024-08-19 01:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32229. [2024-08-19 01:52:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32230. [2024-08-19 01:52:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32231. [2024-08-19 01:52:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32232. [2024-08-19 01:52:08] doctrine.DEBUG: SELECT DATABASE() [] []
  32233. [2024-08-19 09:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32234. [2024-08-19 09:46:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32235. [2024-08-19 09:46:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32236. [2024-08-19 09:46:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32237. [2024-08-19 09:46:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32238. [2024-08-19 09:46:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32239. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32240. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32241. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32242. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32243. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32244. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32245. [2024-08-19 09:46:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32246. [2024-08-19 09:46:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32247. [2024-08-19 09:46:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32248. [2024-08-19 09:46:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32249. [2024-08-19 09:46:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32250. [2024-08-19 09:46:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32251. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT DATABASE() [] []
  32252. [2024-08-19 09:46:53] doctrine.DEBUG: SELECT DATABASE() [] []
  32253. [2024-08-19 18:12:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32254. [2024-08-19 18:12:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32255. [2024-08-19 18:12:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32256. [2024-08-19 18:12:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32257. [2024-08-19 18:12:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32258. [2024-08-19 18:12:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32259. [2024-08-19 18:12:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32260. [2024-08-19 18:12:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32261. [2024-08-19 18:12:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32262. [2024-08-19 18:12:05] doctrine.DEBUG: SELECT DATABASE() [] []
  32263. [2024-08-20 00:13:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32264. [2024-08-20 00:13:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32265. [2024-08-20 00:13:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32266. [2024-08-20 00:13:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32267. [2024-08-20 00:13:27] doctrine.DEBUG: SELECT DATABASE() [] []
  32268. [2024-08-20 00:13:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32269. [2024-08-20 00:13:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32270. [2024-08-20 00:13:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32271. [2024-08-20 00:13:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32272. [2024-08-20 00:13:28] doctrine.DEBUG: SELECT DATABASE() [] []
  32273. [2024-08-20 00:57:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32274. [2024-08-20 00:57:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32275. [2024-08-20 00:57:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32276. [2024-08-20 00:57:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32277. [2024-08-20 00:57:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32278. [2024-08-20 00:57:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32279. [2024-08-20 00:57:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32280. [2024-08-20 00:57:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32281. [2024-08-20 00:57:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32282. [2024-08-20 00:57:20] doctrine.DEBUG: SELECT DATABASE() [] []
  32283. [2024-08-20 00:57:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32284. [2024-08-20 00:57:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32285. [2024-08-20 00:57:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32286. [2024-08-20 00:57:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32287. [2024-08-20 00:57:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32288. [2024-08-20 00:57:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32289. [2024-08-20 00:57:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32290. [2024-08-20 00:57:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32291. [2024-08-20 00:57:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32292. [2024-08-20 00:57:21] doctrine.DEBUG: SELECT DATABASE() [] []
  32293. [2024-08-20 00:57:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32294. [2024-08-20 00:57:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32295. [2024-08-20 00:57:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32296. [2024-08-20 00:57:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32297. [2024-08-20 00:57:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32298. [2024-08-20 00:57:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32299. [2024-08-20 00:57:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32300. [2024-08-20 00:57:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32301. [2024-08-20 00:57:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32302. [2024-08-20 00:57:22] doctrine.DEBUG: SELECT DATABASE() [] []
  32303. [2024-08-20 03:06:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32304. [2024-08-20 03:06:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32305. [2024-08-20 03:06:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32306. [2024-08-20 03:06:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32307. [2024-08-20 03:06:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32308. [2024-08-20 03:06:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32309. [2024-08-20 03:06:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32310. [2024-08-20 03:06:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32311. [2024-08-20 03:06:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32312. [2024-08-20 03:06:58] doctrine.DEBUG: SELECT DATABASE() [] []
  32313. [2024-08-20 04:03:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32314. [2024-08-20 04:03:40] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32315. [2024-08-20 04:03:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32316. [2024-08-20 04:03:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32317. [2024-08-20 04:03:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32318. [2024-08-20 04:03:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32319. [2024-08-20 04:03:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32320. [2024-08-20 04:03:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32321. [2024-08-20 04:03:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32322. [2024-08-20 04:03:42] doctrine.DEBUG: SELECT DATABASE() [] []
  32323. [2024-08-20 05:36:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32324. [2024-08-20 05:36:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32325. [2024-08-20 05:36:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32326. [2024-08-20 05:36:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32327. [2024-08-20 05:36:27] doctrine.DEBUG: SELECT DATABASE() [] []
  32328. [2024-08-20 09:32:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32329. [2024-08-20 09:32:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32330. [2024-08-20 09:32:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32331. [2024-08-20 09:32:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32332. [2024-08-20 09:32:54] doctrine.DEBUG: SELECT DATABASE() [] []
  32333. [2024-08-20 16:08:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32334. [2024-08-20 16:08:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32335. [2024-08-20 16:08:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32336. [2024-08-20 16:08:29] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32337. [2024-08-20 16:08:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32338. [2024-08-20 16:08:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32339. [2024-08-20 16:08:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32340. [2024-08-20 16:08:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32341. [2024-08-20 16:08:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32342. [2024-08-20 16:08:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32343. [2024-08-20 16:08:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32344. [2024-08-20 16:08:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32345. [2024-08-20 16:08:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32346. [2024-08-20 16:08:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32347. [2024-08-20 16:08:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32348. [2024-08-20 16:08:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32349. [2024-08-20 16:08:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32350. [2024-08-20 16:08:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32351. [2024-08-20 16:08:31] doctrine.DEBUG: SELECT DATABASE() [] []
  32352. [2024-08-20 16:08:31] doctrine.DEBUG: SELECT DATABASE() [] []
  32353. [2024-08-20 22:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32354. [2024-08-20 22:43:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_fragment"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_fragment\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_fragment/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32355. [2024-08-20 22:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32356. [2024-08-20 22:43:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32357. [2024-08-20 22:43:45] doctrine.DEBUG: SELECT DATABASE() [] []
  32358. [2024-08-20 23:09:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32359. [2024-08-20 23:09:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32360. [2024-08-20 23:09:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32361. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32362. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32363. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32364. [2024-08-20 23:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32365. [2024-08-20 23:09:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32366. [2024-08-20 23:09:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32367. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT DATABASE() [] []
  32368. [2024-08-20 23:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32369. [2024-08-20 23:09:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32370. [2024-08-20 23:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32371. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32372. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32373. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32374. [2024-08-20 23:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32375. [2024-08-20 23:09:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32376. [2024-08-20 23:09:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32377. [2024-08-20 23:09:24] doctrine.DEBUG: SELECT DATABASE() [] []
  32378. [2024-08-20 23:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32379. [2024-08-20 23:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32380. [2024-08-20 23:09:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //unpkg.com/aos@next/dist/aos.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //unpkg.com/aos@next/dist/aos.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//unpkg.com/aos@next/dist/aos.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32381. [2024-08-20 23:09:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.google.com/recaptcha/api.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.google.com/recaptcha/api.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.google.com/recaptcha/api.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32382. [2024-08-20 23:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32383. [2024-08-20 23:09:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //kit.fontawesome.com/0878a33904.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //kit.fontawesome.com/0878a33904.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//kit.fontawesome.com/0878a33904.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32384. [2024-08-20 23:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32385. [2024-08-20 23:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32386. [2024-08-20 23:09:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32387. [2024-08-20 23:09:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32388. [2024-08-20 23:09:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32389. [2024-08-20 23:09:32] doctrine.DEBUG: SELECT DATABASE() [] []
  32390. [2024-08-20 23:09:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32391. [2024-08-20 23:09:32] doctrine.DEBUG: SELECT DATABASE() [] []
  32392. [2024-08-20 23:09:32] doctrine.DEBUG: SELECT DATABASE() [] []
  32393. [2024-08-20 23:09:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32394. [2024-08-20 23:09:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//www.freeprivacypolicy.com/public/cookie-consent/3.1.0/cookie-consent.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32395. [2024-08-20 23:09:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32396. [2024-08-20 23:09:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32397. [2024-08-20 23:09:34] doctrine.DEBUG: SELECT DATABASE() [] []
  32398. [2024-08-20 23:20:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32399. [2024-08-20 23:20:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32400. [2024-08-20 23:20:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32401. [2024-08-20 23:20:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32402. [2024-08-20 23:20:51] doctrine.DEBUG: SELECT DATABASE() [] []
  32403. [2024-08-20 23:20:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32404. [2024-08-20 23:20:52] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32405. [2024-08-20 23:20:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32406. [2024-08-20 23:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32407. [2024-08-20 23:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32408. [2024-08-20 23:20:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32409. [2024-08-20 23:20:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32410. [2024-08-20 23:20:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32411. [2024-08-20 23:20:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32412. [2024-08-20 23:20:52] doctrine.DEBUG: SELECT DATABASE() [] []
  32413. [2024-08-21 06:11:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32414. [2024-08-21 06:11:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32415. [2024-08-21 06:11:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32416. [2024-08-21 06:11:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32417. [2024-08-21 06:11:25] doctrine.DEBUG: SELECT DATABASE() [] []
  32418. [2024-08-21 06:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32419. [2024-08-21 06:11:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32420. [2024-08-21 06:11:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32421. [2024-08-21 06:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32422. [2024-08-21 06:11:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32423. [2024-08-21 06:11:28] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32424. [2024-08-21 06:11:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32425. [2024-08-21 06:11:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32426. [2024-08-21 06:11:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32427. [2024-08-21 06:11:28] doctrine.DEBUG: SELECT DATABASE() [] []
  32428. [2024-08-21 13:07:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32429. [2024-08-21 13:07:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32430. [2024-08-21 13:07:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32431. [2024-08-21 13:07:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32432. [2024-08-21 13:07:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32433. [2024-08-21 13:07:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32434. [2024-08-21 13:07:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32435. [2024-08-21 13:07:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32436. [2024-08-21 13:07:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32437. [2024-08-21 13:07:56] doctrine.DEBUG: SELECT DATABASE() [] []
  32438. [2024-08-21 14:13:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32439. [2024-08-21 14:13:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32440. [2024-08-21 14:13:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32441. [2024-08-21 14:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32442. [2024-08-21 14:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32443. [2024-08-21 14:13:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32444. [2024-08-21 14:13:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32445. [2024-08-21 14:13:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32446. [2024-08-21 14:13:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32447. [2024-08-21 14:13:07] doctrine.DEBUG: SELECT DATABASE() [] []
  32448. [2024-08-21 14:13:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32449. [2024-08-21 14:13:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c3956"},"request_uri":"http://www.rbbe.asb-digital.fr/_wdt/2c3956","method":"GET"} []
  32450. [2024-08-22 03:26:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32451. [2024-08-22 03:26:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32452. [2024-08-22 03:26:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32453. [2024-08-22 03:26:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32454. [2024-08-22 03:26:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32455. [2024-08-22 03:26:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32456. [2024-08-22 03:26:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32457. [2024-08-22 03:26:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32458. [2024-08-22 03:26:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32459. [2024-08-22 03:26:56] doctrine.DEBUG: SELECT DATABASE() [] []
  32460. [2024-08-22 16:31:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32461. [2024-08-22 16:31:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32462. [2024-08-22 16:31:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32463. [2024-08-22 16:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32464. [2024-08-22 16:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32465. [2024-08-22 16:31:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32466. [2024-08-22 16:31:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32467. [2024-08-22 16:31:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32468. [2024-08-22 16:31:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32469. [2024-08-22 16:31:18] doctrine.DEBUG: SELECT DATABASE() [] []
  32470. [2024-08-22 18:00:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32471. [2024-08-22 18:00:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32472. [2024-08-22 18:00:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32473. [2024-08-22 18:00:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32474. [2024-08-22 18:00:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32475. [2024-08-22 18:00:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32476. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32477. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32478. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32479. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32480. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32481. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32482. [2024-08-22 18:00:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32483. [2024-08-22 18:00:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32484. [2024-08-22 18:00:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32485. [2024-08-22 18:00:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32486. [2024-08-22 18:00:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32487. [2024-08-22 18:00:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32488. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT DATABASE() [] []
  32489. [2024-08-22 18:00:15] doctrine.DEBUG: SELECT DATABASE() [] []
  32490. [2024-08-23 02:41:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32491. [2024-08-23 02:41:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32492. [2024-08-23 02:41:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32493. [2024-08-23 02:41:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32494. [2024-08-23 02:41:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32495. [2024-08-23 02:41:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32496. [2024-08-23 02:41:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32497. [2024-08-23 02:41:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32498. [2024-08-23 02:41:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32499. [2024-08-23 02:41:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32500. [2024-08-23 02:41:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32501. [2024-08-23 02:41:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32502. [2024-08-23 02:41:52] doctrine.DEBUG: SELECT DATABASE() [] []
  32503. [2024-08-23 02:41:52] doctrine.DEBUG: SELECT DATABASE() [] []
  32504. [2024-08-23 02:41:52] doctrine.DEBUG: SELECT DATABASE() [] []
  32505. [2024-08-23 02:41:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32506. [2024-08-23 02:41:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32507. [2024-08-23 02:41:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32508. [2024-08-23 02:41:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32509. [2024-08-23 02:41:54] doctrine.DEBUG: SELECT DATABASE() [] []
  32510. [2024-08-23 02:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32511. [2024-08-23 02:41:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32512. [2024-08-23 02:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32513. [2024-08-23 02:41:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32514. [2024-08-23 02:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  32515. [2024-08-23 02:41:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32516. [2024-08-23 02:41:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32517. [2024-08-23 02:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32518. [2024-08-23 02:41:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32519. [2024-08-23 02:41:58] doctrine.DEBUG: SELECT DATABASE() [] []
  32520. [2024-08-23 02:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32521. [2024-08-23 02:41:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32522. [2024-08-23 02:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32523. [2024-08-23 02:41:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32524. [2024-08-23 02:41:58] doctrine.DEBUG: SELECT DATABASE() [] []
  32525. [2024-08-23 02:42:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32526. [2024-08-23 02:42:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config" (from "http://rbbe.asb-digital.fr/.git/config")" at /home/hlcdisb/www/rbbe_dev/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\" (from \"http://rbbe.asb-digital.fr/.git/config\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32527. [2024-08-23 02:42:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32528. [2024-08-23 02:42:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32529. [2024-08-23 02:42:23] doctrine.DEBUG: SELECT DATABASE() [] []
  32530. [2024-08-24 02:45:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32531. [2024-08-24 02:45:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32532. [2024-08-24 02:45:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32533. [2024-08-24 02:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32534. [2024-08-24 02:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32535. [2024-08-24 02:45:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32536. [2024-08-24 02:45:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32537. [2024-08-24 02:45:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32538. [2024-08-24 02:45:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32539. [2024-08-24 02:45:19] doctrine.DEBUG: SELECT DATABASE() [] []
  32540. [2024-08-24 12:20:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32541. [2024-08-24 12:20:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32542. [2024-08-24 12:20:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32543. [2024-08-24 12:20:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  32544. [2024-08-24 12:20:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32545. [2024-08-24 12:20:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32546. [2024-08-24 12:20:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32547. [2024-08-24 12:20:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32548. [2024-08-24 12:20:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32549. [2024-08-24 12:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32550. [2024-08-24 12:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32551. [2024-08-24 12:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32552. [2024-08-24 12:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32553. [2024-08-24 12:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32554. [2024-08-24 12:20:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32555. [2024-08-24 12:20:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32556. [2024-08-24 12:20:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32557. [2024-08-24 12:20:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32558. [2024-08-24 12:20:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32559. [2024-08-24 12:20:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32560. [2024-08-24 12:20:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32561. [2024-08-24 12:20:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32562. [2024-08-24 12:20:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32563. [2024-08-24 12:20:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32564. [2024-08-24 12:20:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32565. [2024-08-24 12:20:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32566. [2024-08-24 12:20:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32567. [2024-08-24 12:20:39] doctrine.DEBUG: SELECT DATABASE() [] []
  32568. [2024-08-24 12:20:39] doctrine.DEBUG: SELECT DATABASE() [] []
  32569. [2024-08-24 12:20:39] doctrine.DEBUG: SELECT DATABASE() [] []
  32570. [2024-08-24 12:20:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32571. [2024-08-24 12:20:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32572. [2024-08-24 12:20:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32573. [2024-08-24 12:20:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32574. [2024-08-24 12:20:41] doctrine.DEBUG: SELECT DATABASE() [] []
  32575. [2024-08-24 12:20:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32576. [2024-08-24 12:20:42] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32577. [2024-08-24 12:20:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32578. [2024-08-24 12:20:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32579. [2024-08-24 12:20:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32580. [2024-08-24 12:20:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32581. [2024-08-24 12:20:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32582. [2024-08-24 12:20:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32583. [2024-08-24 12:20:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32584. [2024-08-24 12:20:42] doctrine.DEBUG: SELECT DATABASE() [] []
  32585. [2024-08-24 12:20:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32586. [2024-08-24 12:20:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32587. [2024-08-24 12:20:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32588. [2024-08-24 12:20:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32589. [2024-08-24 12:20:43] doctrine.DEBUG: SELECT DATABASE() [] []
  32590. [2024-08-24 12:20:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32591. [2024-08-24 12:20:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32592. [2024-08-24 12:20:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32593. [2024-08-24 12:20:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32594. [2024-08-24 12:20:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32595. [2024-08-24 12:20:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32596. [2024-08-24 12:20:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32597. [2024-08-24 12:20:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32598. [2024-08-24 12:20:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32599. [2024-08-24 12:20:44] doctrine.DEBUG: SELECT DATABASE() [] []
  32600. [2024-08-24 20:46:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32601. [2024-08-24 20:46:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32602. [2024-08-24 20:46:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32603. [2024-08-24 20:46:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32604. [2024-08-24 20:46:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32605. [2024-08-24 20:46:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32606. [2024-08-24 20:46:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32607. [2024-08-24 20:46:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32608. [2024-08-24 20:46:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32609. [2024-08-24 20:46:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32610. [2024-08-24 20:46:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32611. [2024-08-24 20:46:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32612. [2024-08-24 20:46:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32613. [2024-08-24 20:46:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32614. [2024-08-24 20:46:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32615. [2024-08-24 20:46:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32616. [2024-08-24 20:46:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32617. [2024-08-24 20:46:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32618. [2024-08-24 20:46:17] doctrine.DEBUG: SELECT DATABASE() [] []
  32619. [2024-08-24 20:46:17] doctrine.DEBUG: SELECT DATABASE() [] []
  32620. [2024-08-24 21:03:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32621. [2024-08-24 21:03:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32622. [2024-08-24 21:03:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32623. [2024-08-24 21:03:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32624. [2024-08-24 21:03:29] doctrine.DEBUG: SELECT DATABASE() [] []
  32625. [2024-08-24 22:26:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32626. [2024-08-24 22:26:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32627. [2024-08-24 22:26:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32628. [2024-08-24 22:26:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32629. [2024-08-24 22:26:00] doctrine.DEBUG: SELECT DATABASE() [] []
  32630. [2024-08-24 22:26:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32631. [2024-08-24 22:26:01] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/empty/search/results","method":"GET"} []
  32632. [2024-08-24 22:26:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32633. [2024-08-24 22:26:02] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  32634. [2024-08-25 08:40:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32635. [2024-08-25 08:40:43] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  32636. [2024-08-25 08:40:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32637. [2024-08-25 08:40:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32638. [2024-08-25 08:40:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32639. [2024-08-25 08:40:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32640. [2024-08-25 08:40:46] doctrine.DEBUG: SELECT DATABASE() [] []
  32641. [2024-08-25 08:40:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32642. [2024-08-25 08:40:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32643. [2024-08-25 08:40:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32644. [2024-08-25 08:40:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32645. [2024-08-25 08:40:48] doctrine.DEBUG: SELECT DATABASE() [] []
  32646. [2024-08-25 08:40:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32647. [2024-08-25 08:40:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32648. [2024-08-25 08:40:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32649. [2024-08-25 08:40:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32650. [2024-08-25 08:40:49] doctrine.DEBUG: SELECT DATABASE() [] []
  32651. [2024-08-25 08:40:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32652. [2024-08-25 08:40:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32653. [2024-08-25 08:40:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32654. [2024-08-25 08:40:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32655. [2024-08-25 08:40:50] doctrine.DEBUG: SELECT DATABASE() [] []
  32656. [2024-08-25 08:40:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32657. [2024-08-25 08:40:51] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  32658. [2024-08-25 08:40:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  32659. [2024-08-25 08:40:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32660. [2024-08-25 08:40:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32661. [2024-08-25 08:40:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32662. [2024-08-25 08:40:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32663. [2024-08-25 08:40:52] doctrine.DEBUG: SELECT DATABASE() [] []
  32664. [2024-08-25 08:40:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32665. [2024-08-25 08:40:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32666. [2024-08-25 08:40:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32667. [2024-08-25 08:40:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32668. [2024-08-25 08:40:53] doctrine.DEBUG: SELECT DATABASE() [] []
  32669. [2024-08-26 02:38:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32670. [2024-08-26 02:38:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32671. [2024-08-26 02:38:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32672. [2024-08-26 02:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32673. [2024-08-26 02:38:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32674. [2024-08-26 02:38:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32675. [2024-08-26 02:38:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32676. [2024-08-26 02:38:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32677. [2024-08-26 02:38:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32678. [2024-08-26 02:38:39] doctrine.DEBUG: SELECT DATABASE() [] []
  32679. [2024-08-26 15:41:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32680. [2024-08-26 15:41:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32681. [2024-08-26 15:41:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32682. [2024-08-26 15:41:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32683. [2024-08-26 15:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32684. [2024-08-26 15:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32685. [2024-08-26 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32686. [2024-08-26 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32687. [2024-08-26 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32688. [2024-08-26 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32689. [2024-08-26 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32690. [2024-08-26 15:41:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32691. [2024-08-26 15:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32692. [2024-08-26 15:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32693. [2024-08-26 15:41:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32694. [2024-08-26 15:41:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32695. [2024-08-26 15:41:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32696. [2024-08-26 15:41:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32697. [2024-08-26 15:41:57] doctrine.DEBUG: SELECT DATABASE() [] []
  32698. [2024-08-26 15:41:57] doctrine.DEBUG: SELECT DATABASE() [] []
  32699. [2024-08-26 17:28:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32700. [2024-08-26 17:28:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32701. [2024-08-26 17:28:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32702. [2024-08-26 17:28:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32703. [2024-08-26 17:28:23] doctrine.DEBUG: SELECT DATABASE() [] []
  32704. [2024-08-26 17:28:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32705. [2024-08-26 17:28:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"POST"} []
  32706. [2024-08-26 17:28:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32707. [2024-08-26 17:28:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32708. [2024-08-26 17:28:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32709. [2024-08-26 17:28:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32710. [2024-08-26 17:28:25] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32711. [2024-08-26 17:28:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32712. [2024-08-26 17:28:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32713. [2024-08-26 17:28:25] doctrine.DEBUG: SELECT DATABASE() [] []
  32714. [2024-08-26 17:28:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32715. [2024-08-26 17:28:26] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  32716. [2024-08-26 17:28:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32717. [2024-08-26 17:28:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32718. [2024-08-26 17:28:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32719. [2024-08-26 17:28:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32720. [2024-08-26 17:28:27] doctrine.DEBUG: SELECT DATABASE() [] []
  32721. [2024-08-26 17:28:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32722. [2024-08-26 17:28:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32723. [2024-08-26 17:28:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32724. [2024-08-26 17:28:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32725. [2024-08-26 17:28:29] doctrine.DEBUG: SELECT DATABASE() [] []
  32726. [2024-08-26 17:28:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32727. [2024-08-26 17:28:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /aws.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /aws.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32728. [2024-08-26 17:28:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32729. [2024-08-26 17:28:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32730. [2024-08-26 17:28:30] doctrine.DEBUG: SELECT DATABASE() [] []
  32731. [2024-08-26 17:28:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32732. [2024-08-26 17:28:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.bak"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.bak\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32733. [2024-08-26 17:28:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32734. [2024-08-26 17:28:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32735. [2024-08-26 17:28:31] doctrine.DEBUG: SELECT DATABASE() [] []
  32736. [2024-08-26 17:28:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32737. [2024-08-26 17:28:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /info.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /info.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32738. [2024-08-26 17:28:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32739. [2024-08-26 17:28:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32740. [2024-08-26 17:28:32] doctrine.DEBUG: SELECT DATABASE() [] []
  32741. [2024-08-26 17:28:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32742. [2024-08-26 17:28:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32743. [2024-08-26 17:28:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32744. [2024-08-26 17:28:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32745. [2024-08-26 17:28:34] doctrine.DEBUG: SELECT DATABASE() [] []
  32746. [2024-08-26 17:28:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32747. [2024-08-26 17:28:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32748. [2024-08-26 17:28:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32749. [2024-08-26 17:28:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32750. [2024-08-26 17:28:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32751. [2024-08-26 17:28:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32752. [2024-08-26 17:28:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32753. [2024-08-26 17:28:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32754. [2024-08-26 17:28:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32755. [2024-08-26 17:28:35] doctrine.DEBUG: SELECT DATABASE() [] []
  32756. [2024-08-26 17:28:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32757. [2024-08-26 17:28:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config/aws.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config/aws.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32758. [2024-08-26 17:28:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32759. [2024-08-26 17:28:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32760. [2024-08-26 17:28:36] doctrine.DEBUG: SELECT DATABASE() [] []
  32761. [2024-08-26 17:28:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32762. [2024-08-26 17:28:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32763. [2024-08-26 17:28:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32764. [2024-08-26 17:28:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32765. [2024-08-26 17:28:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32766. [2024-08-26 17:28:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32767. [2024-08-26 17:28:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32768. [2024-08-26 17:28:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32769. [2024-08-26 17:28:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32770. [2024-08-26 17:28:37] doctrine.DEBUG: SELECT DATABASE() [] []
  32771. [2024-08-26 17:28:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32772. [2024-08-26 17:28:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32773. [2024-08-26 17:28:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32774. [2024-08-26 17:28:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32775. [2024-08-26 17:28:38] doctrine.DEBUG: SELECT DATABASE() [] []
  32776. [2024-08-26 18:38:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32777. [2024-08-26 18:38:53] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  32778. [2024-08-26 18:38:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32779. [2024-08-26 18:38:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32780. [2024-08-26 18:38:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32781. [2024-08-26 18:38:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32782. [2024-08-26 18:38:54] doctrine.DEBUG: SELECT DATABASE() [] []
  32783. [2024-08-26 18:38:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32784. [2024-08-26 18:38:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32785. [2024-08-26 18:38:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32786. [2024-08-26 18:38:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32787. [2024-08-26 18:38:55] doctrine.DEBUG: SELECT DATABASE() [] []
  32788. [2024-08-26 18:38:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32789. [2024-08-26 18:38:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32790. [2024-08-26 18:38:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32791. [2024-08-26 18:38:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32792. [2024-08-26 18:38:55] doctrine.DEBUG: SELECT DATABASE() [] []
  32793. [2024-08-26 18:38:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32794. [2024-08-26 18:38:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32795. [2024-08-26 18:38:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32796. [2024-08-26 18:38:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32797. [2024-08-26 18:38:56] doctrine.DEBUG: SELECT DATABASE() [] []
  32798. [2024-08-26 18:38:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32799. [2024-08-26 18:38:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32800. [2024-08-26 18:38:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32801. [2024-08-26 18:38:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32802. [2024-08-26 18:38:57] doctrine.DEBUG: SELECT DATABASE() [] []
  32803. [2024-08-26 18:38:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32804. [2024-08-26 18:38:57] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  32805. [2024-08-26 18:38:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  32806. [2024-08-26 18:38:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32807. [2024-08-26 18:38:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32808. [2024-08-26 18:38:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32809. [2024-08-26 18:38:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32810. [2024-08-26 18:38:58] doctrine.DEBUG: SELECT DATABASE() [] []
  32811. [2024-08-26 18:38:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32812. [2024-08-26 18:38:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32813. [2024-08-26 18:38:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32814. [2024-08-26 18:38:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32815. [2024-08-26 18:38:59] doctrine.DEBUG: SELECT DATABASE() [] []
  32816. [2024-08-26 18:48:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32817. [2024-08-26 18:48:46] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  32818. [2024-08-26 18:48:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32819. [2024-08-26 18:48:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32820. [2024-08-26 18:48:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32821. [2024-08-26 18:48:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32822. [2024-08-26 18:48:47] doctrine.DEBUG: SELECT DATABASE() [] []
  32823. [2024-08-26 18:48:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32824. [2024-08-26 18:48:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32825. [2024-08-26 18:48:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32826. [2024-08-26 18:48:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32827. [2024-08-26 18:48:48] doctrine.DEBUG: SELECT DATABASE() [] []
  32828. [2024-08-26 18:48:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32829. [2024-08-26 18:48:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32830. [2024-08-26 18:48:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32831. [2024-08-26 18:48:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32832. [2024-08-26 18:48:48] doctrine.DEBUG: SELECT DATABASE() [] []
  32833. [2024-08-26 18:48:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32834. [2024-08-26 18:48:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32835. [2024-08-26 18:48:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32836. [2024-08-26 18:48:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32837. [2024-08-26 18:48:49] doctrine.DEBUG: SELECT DATABASE() [] []
  32838. [2024-08-26 18:48:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32839. [2024-08-26 18:48:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32840. [2024-08-26 18:48:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32841. [2024-08-26 18:48:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32842. [2024-08-26 18:48:50] doctrine.DEBUG: SELECT DATABASE() [] []
  32843. [2024-08-26 18:48:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32844. [2024-08-26 18:48:51] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  32845. [2024-08-26 18:48:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  32846. [2024-08-26 18:48:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32847. [2024-08-26 18:48:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32848. [2024-08-26 18:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32849. [2024-08-26 18:48:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32850. [2024-08-26 18:48:53] doctrine.DEBUG: SELECT DATABASE() [] []
  32851. [2024-08-26 18:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32852. [2024-08-26 18:48:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32853. [2024-08-26 18:48:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32854. [2024-08-26 18:48:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32855. [2024-08-26 18:48:53] doctrine.DEBUG: SELECT DATABASE() [] []
  32856. [2024-08-27 07:47:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32857. [2024-08-27 07:47:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32858. [2024-08-27 07:47:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32859. [2024-08-27 07:47:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32860. [2024-08-27 07:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32861. [2024-08-27 07:47:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32862. [2024-08-27 07:47:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32863. [2024-08-27 07:47:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32864. [2024-08-27 07:47:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32865. [2024-08-27 07:47:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32866. [2024-08-27 07:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32867. [2024-08-27 07:47:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32868. [2024-08-27 07:47:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32869. [2024-08-27 07:47:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32870. [2024-08-27 07:47:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32871. [2024-08-27 07:47:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32872. [2024-08-27 07:47:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32873. [2024-08-27 07:47:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32874. [2024-08-27 07:47:11] doctrine.DEBUG: SELECT DATABASE() [] []
  32875. [2024-08-27 07:47:11] doctrine.DEBUG: SELECT DATABASE() [] []
  32876. [2024-08-28 02:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32877. [2024-08-28 02:43:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32878. [2024-08-28 02:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32879. [2024-08-28 02:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32880. [2024-08-28 02:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32881. [2024-08-28 02:43:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32882. [2024-08-28 02:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32883. [2024-08-28 02:43:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32884. [2024-08-28 02:43:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32885. [2024-08-28 02:43:47] doctrine.DEBUG: SELECT DATABASE() [] []
  32886. [2024-08-28 19:00:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32887. [2024-08-28 19:00:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32888. [2024-08-28 19:00:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32889. [2024-08-28 19:00:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32890. [2024-08-28 19:00:44] doctrine.DEBUG: SELECT DATABASE() [] []
  32891. [2024-08-28 23:02:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32892. [2024-08-28 23:02:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32893. [2024-08-28 23:02:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32894. [2024-08-28 23:02:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32895. [2024-08-28 23:02:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32896. [2024-08-28 23:02:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32897. [2024-08-28 23:02:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32898. [2024-08-28 23:02:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32899. [2024-08-28 23:02:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32900. [2024-08-28 23:02:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32901. [2024-08-28 23:02:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32902. [2024-08-28 23:02:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32903. [2024-08-28 23:02:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32904. [2024-08-28 23:02:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32905. [2024-08-28 23:02:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32906. [2024-08-28 23:02:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32907. [2024-08-28 23:02:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32908. [2024-08-28 23:02:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32909. [2024-08-28 23:02:40] doctrine.DEBUG: SELECT DATABASE() [] []
  32910. [2024-08-28 23:02:40] doctrine.DEBUG: SELECT DATABASE() [] []
  32911. [2024-08-29 02:03:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32912. [2024-08-29 02:03:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32913. [2024-08-29 02:03:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32914. [2024-08-29 02:03:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32915. [2024-08-29 02:03:19] doctrine.DEBUG: SELECT DATABASE() [] []
  32916. [2024-08-29 16:02:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32917. [2024-08-29 16:02:37] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  32918. [2024-08-29 16:02:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32919. [2024-08-29 16:02:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32920. [2024-08-29 16:02:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32921. [2024-08-29 16:02:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32922. [2024-08-29 16:02:40] doctrine.DEBUG: SELECT DATABASE() [] []
  32923. [2024-08-29 16:02:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32924. [2024-08-29 16:02:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32925. [2024-08-29 16:02:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32926. [2024-08-29 16:02:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32927. [2024-08-29 16:02:41] doctrine.DEBUG: SELECT DATABASE() [] []
  32928. [2024-08-29 16:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32929. [2024-08-29 16:02:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32930. [2024-08-29 16:02:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32931. [2024-08-29 16:02:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32932. [2024-08-29 16:02:42] doctrine.DEBUG: SELECT DATABASE() [] []
  32933. [2024-08-29 16:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32934. [2024-08-29 16:02:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32935. [2024-08-29 16:02:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32936. [2024-08-29 16:02:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32937. [2024-08-29 16:02:43] doctrine.DEBUG: SELECT DATABASE() [] []
  32938. [2024-08-29 16:02:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32939. [2024-08-29 16:02:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32940. [2024-08-29 16:02:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32941. [2024-08-29 16:02:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32942. [2024-08-29 16:02:44] doctrine.DEBUG: SELECT DATABASE() [] []
  32943. [2024-08-29 16:02:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32944. [2024-08-29 16:02:45] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  32945. [2024-08-29 16:02:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  32946. [2024-08-29 16:02:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32947. [2024-08-29 16:02:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32948. [2024-08-29 16:02:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32949. [2024-08-29 16:02:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32950. [2024-08-29 16:02:46] doctrine.DEBUG: SELECT DATABASE() [] []
  32951. [2024-08-29 16:02:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32952. [2024-08-29 16:02:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  32953. [2024-08-29 16:02:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32954. [2024-08-29 16:02:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32955. [2024-08-29 16:02:46] doctrine.DEBUG: SELECT DATABASE() [] []
  32956. [2024-08-30 02:32:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32957. [2024-08-30 02:32:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32958. [2024-08-30 02:32:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32959. [2024-08-30 02:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32960. [2024-08-30 02:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32961. [2024-08-30 02:32:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32962. [2024-08-30 02:32:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32963. [2024-08-30 02:32:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32964. [2024-08-30 02:32:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32965. [2024-08-30 02:32:22] doctrine.DEBUG: SELECT DATABASE() [] []
  32966. [2024-08-30 17:44:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32967. [2024-08-30 17:44:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32968. [2024-08-30 17:44:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32969. [2024-08-30 17:44:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32970. [2024-08-30 17:45:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32971. [2024-08-30 17:45:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32972. [2024-08-30 17:45:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32973. [2024-08-30 17:45:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32974. [2024-08-30 17:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32975. [2024-08-30 17:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32976. [2024-08-30 17:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32977. [2024-08-30 17:45:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32978. [2024-08-30 17:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32979. [2024-08-30 17:45:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32980. [2024-08-30 17:45:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32981. [2024-08-30 17:45:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32982. [2024-08-30 17:45:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32983. [2024-08-30 17:45:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32984. [2024-08-30 17:45:01] doctrine.DEBUG: SELECT DATABASE() [] []
  32985. [2024-08-30 17:45:01] doctrine.DEBUG: SELECT DATABASE() [] []
  32986. [2024-09-01 02:48:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32987. [2024-09-01 02:48:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  32988. [2024-09-01 02:48:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32989. [2024-09-01 02:48:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  32990. [2024-09-01 02:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  32991. [2024-09-01 02:49:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  32992. [2024-09-01 02:49:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  32993. [2024-09-01 02:49:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  32994. [2024-09-01 02:49:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  32995. [2024-09-01 02:49:00] doctrine.DEBUG: SELECT DATABASE() [] []
  32996. [2024-09-01 14:51:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  32997. [2024-09-01 14:51:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  32998. [2024-09-01 14:51:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  32999. [2024-09-01 14:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33000. [2024-09-01 14:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33001. [2024-09-01 14:52:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33002. [2024-09-01 14:52:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33003. [2024-09-01 14:52:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33004. [2024-09-01 14:52:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33005. [2024-09-01 14:52:00] doctrine.DEBUG: SELECT DATABASE() [] []
  33006. [2024-09-01 19:25:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33007. [2024-09-01 19:25:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33008. [2024-09-01 19:25:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33009. [2024-09-01 19:25:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33010. [2024-09-01 19:25:37] doctrine.DEBUG: SELECT DATABASE() [] []
  33011. [2024-09-02 05:04:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33012. [2024-09-02 05:04:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33013. [2024-09-02 05:04:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33014. [2024-09-02 05:04:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33015. [2024-09-02 05:04:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33016. [2024-09-02 05:04:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33017. [2024-09-02 05:04:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33018. [2024-09-02 05:04:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33019. [2024-09-02 05:04:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33020. [2024-09-02 05:04:50] doctrine.DEBUG: SELECT DATABASE() [] []
  33021. [2024-09-02 06:20:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33022. [2024-09-02 06:20:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33023. [2024-09-02 06:20:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33024. [2024-09-02 06:20:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33025. [2024-09-02 06:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33026. [2024-09-02 06:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33027. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33028. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33029. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33030. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33031. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33032. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33033. [2024-09-02 06:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33034. [2024-09-02 06:20:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33035. [2024-09-02 06:20:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33036. [2024-09-02 06:20:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33037. [2024-09-02 06:20:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33038. [2024-09-02 06:20:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33039. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT DATABASE() [] []
  33040. [2024-09-02 06:20:08] doctrine.DEBUG: SELECT DATABASE() [] []
  33041. [2024-09-02 06:33:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33042. [2024-09-02 06:33:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33043. [2024-09-02 06:33:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33044. [2024-09-02 06:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33045. [2024-09-02 06:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33046. [2024-09-02 06:33:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33047. [2024-09-02 06:33:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33048. [2024-09-02 06:33:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33049. [2024-09-02 06:33:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33050. [2024-09-02 06:33:40] doctrine.DEBUG: SELECT DATABASE() [] []
  33051. [2024-09-02 10:46:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33052. [2024-09-02 10:46:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33053. [2024-09-02 10:46:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33054. [2024-09-02 10:46:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33055. [2024-09-02 10:46:06] doctrine.DEBUG: SELECT DATABASE() [] []
  33056. [2024-09-02 14:50:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33057. [2024-09-02 14:50:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33058. [2024-09-02 14:50:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33059. [2024-09-02 14:50:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33060. [2024-09-02 14:50:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33061. [2024-09-02 14:50:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33062. [2024-09-02 14:50:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33063. [2024-09-02 14:50:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33064. [2024-09-02 14:50:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33065. [2024-09-02 14:50:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33066. [2024-09-02 14:50:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33067. [2024-09-02 14:50:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33068. [2024-09-02 14:50:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33069. [2024-09-02 14:50:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33070. [2024-09-02 14:50:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33071. [2024-09-02 14:50:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33072. [2024-09-02 14:50:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33073. [2024-09-02 14:50:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33074. [2024-09-02 14:50:16] doctrine.DEBUG: SELECT DATABASE() [] []
  33075. [2024-09-02 14:50:16] doctrine.DEBUG: SELECT DATABASE() [] []
  33076. [2024-09-04 02:29:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33077. [2024-09-04 02:29:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33078. [2024-09-04 02:29:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33079. [2024-09-04 02:29:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33080. [2024-09-04 02:29:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33081. [2024-09-04 02:29:27] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33082. [2024-09-04 02:29:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33083. [2024-09-04 02:29:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33084. [2024-09-04 02:29:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33085. [2024-09-04 02:29:27] doctrine.DEBUG: SELECT DATABASE() [] []
  33086. [2024-09-04 16:43:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33087. [2024-09-04 16:43:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33088. [2024-09-04 16:43:24] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33089. [2024-09-04 16:43:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33090. [2024-09-04 16:43:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33091. [2024-09-04 16:43:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33092. [2024-09-04 16:43:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33093. [2024-09-04 16:43:26] doctrine.DEBUG: SELECT DATABASE() [] []
  33094. [2024-09-04 16:43:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33095. [2024-09-04 16:43:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33096. [2024-09-04 16:43:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33097. [2024-09-04 16:43:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33098. [2024-09-04 16:43:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33099. [2024-09-04 16:43:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33100. [2024-09-04 16:43:26] doctrine.DEBUG: SELECT DATABASE() [] []
  33101. [2024-09-04 16:43:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33102. [2024-09-04 16:43:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33103. [2024-09-04 16:43:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33104. [2024-09-04 16:43:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33105. [2024-09-04 16:43:26] doctrine.DEBUG: SELECT DATABASE() [] []
  33106. [2024-09-04 16:43:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33107. [2024-09-04 16:43:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33108. [2024-09-04 16:43:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33109. [2024-09-04 16:43:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33110. [2024-09-04 16:43:27] doctrine.DEBUG: SELECT DATABASE() [] []
  33111. [2024-09-04 16:43:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33112. [2024-09-04 16:43:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33113. [2024-09-04 16:43:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33114. [2024-09-04 16:43:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33115. [2024-09-04 16:43:28] doctrine.DEBUG: SELECT DATABASE() [] []
  33116. [2024-09-04 16:43:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33117. [2024-09-04 16:43:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33118. [2024-09-04 16:43:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33119. [2024-09-04 16:43:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33120. [2024-09-04 16:43:32] doctrine.DEBUG: SELECT DATABASE() [] []
  33121. [2024-09-04 16:43:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33122. [2024-09-04 16:43:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dev/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dev/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33123. [2024-09-04 16:43:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33124. [2024-09-04 16:43:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33125. [2024-09-04 16:43:33] doctrine.DEBUG: SELECT DATABASE() [] []
  33126. [2024-09-04 16:43:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33127. [2024-09-04 16:43:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /test/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /test/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33128. [2024-09-04 16:43:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33129. [2024-09-04 16:43:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33130. [2024-09-04 16:43:33] doctrine.DEBUG: SELECT DATABASE() [] []
  33131. [2024-09-04 16:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33132. [2024-09-04 16:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /portal/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /portal/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/portal/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33133. [2024-09-04 16:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33134. [2024-09-04 16:43:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33135. [2024-09-04 16:43:34] doctrine.DEBUG: SELECT DATABASE() [] []
  33136. [2024-09-04 16:43:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33137. [2024-09-04 16:43:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /project/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /project/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33138. [2024-09-04 16:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33139. [2024-09-04 16:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33140. [2024-09-04 16:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  33141. [2024-09-04 16:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33142. [2024-09-04 16:43:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33143. [2024-09-04 16:43:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33144. [2024-09-04 16:43:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33145. [2024-09-04 16:43:35] doctrine.DEBUG: SELECT DATABASE() [] []
  33146. [2024-09-04 16:43:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33147. [2024-09-04 16:43:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33148. [2024-09-04 16:43:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33149. [2024-09-04 16:43:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33150. [2024-09-04 16:43:36] doctrine.DEBUG: SELECT DATABASE() [] []
  33151. [2024-09-04 16:43:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33152. [2024-09-04 16:43:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /dashboard/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /dashboard/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33153. [2024-09-04 16:43:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33154. [2024-09-04 16:43:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33155. [2024-09-04 16:43:37] doctrine.DEBUG: SELECT DATABASE() [] []
  33156. [2024-09-04 16:43:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33157. [2024-09-04 16:43:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33158. [2024-09-04 16:43:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33159. [2024-09-04 16:43:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33160. [2024-09-04 16:43:37] doctrine.DEBUG: SELECT DATABASE() [] []
  33161. [2024-09-04 16:43:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33162. [2024-09-04 16:43:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33163. [2024-09-04 16:43:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33164. [2024-09-04 16:43:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33165. [2024-09-04 16:43:39] doctrine.DEBUG: SELECT DATABASE() [] []
  33166. [2024-09-04 16:43:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33167. [2024-09-04 16:43:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /production/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /production/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33168. [2024-09-04 16:43:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33169. [2024-09-04 16:43:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33170. [2024-09-04 16:43:40] doctrine.DEBUG: SELECT DATABASE() [] []
  33171. [2024-09-04 16:43:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33172. [2024-09-04 16:43:41] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sites/all/libraries/mailchimp/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sites/all/libraries/mailchimp/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33173. [2024-09-04 16:43:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33174. [2024-09-04 16:43:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33175. [2024-09-04 16:43:41] doctrine.DEBUG: SELECT DATABASE() [] []
  33176. [2024-09-04 16:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33177. [2024-09-04 16:43:42] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33178. [2024-09-04 16:43:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33179. [2024-09-04 16:43:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33180. [2024-09-04 16:43:42] doctrine.DEBUG: SELECT DATABASE() [] []
  33181. [2024-09-04 16:43:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33182. [2024-09-04 16:43:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /protected/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /protected/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33183. [2024-09-04 16:43:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33184. [2024-09-04 16:43:43] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33185. [2024-09-04 16:43:43] doctrine.DEBUG: SELECT DATABASE() [] []
  33186. [2024-09-04 16:43:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33187. [2024-09-04 16:43:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /core/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /core/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33188. [2024-09-04 16:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33189. [2024-09-04 16:43:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33190. [2024-09-04 16:43:44] doctrine.DEBUG: SELECT DATABASE() [] []
  33191. [2024-09-04 16:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33192. [2024-09-04 16:43:44] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /base/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /base/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33193. [2024-09-04 16:43:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33194. [2024-09-04 16:43:44] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33195. [2024-09-04 16:43:44] doctrine.DEBUG: SELECT DATABASE() [] []
  33196. [2024-09-04 16:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33197. [2024-09-04 16:43:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33198. [2024-09-04 16:43:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33199. [2024-09-04 16:43:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33200. [2024-09-04 16:43:45] doctrine.DEBUG: SELECT DATABASE() [] []
  33201. [2024-09-04 16:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33202. [2024-09-04 16:43:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apps/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apps/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33203. [2024-09-04 16:43:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33204. [2024-09-04 16:43:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33205. [2024-09-04 16:43:46] doctrine.DEBUG: SELECT DATABASE() [] []
  33206. [2024-09-04 16:43:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33207. [2024-09-04 16:43:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-content/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-content/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33208. [2024-09-04 16:43:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33209. [2024-09-04 16:43:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33210. [2024-09-04 16:43:47] doctrine.DEBUG: SELECT DATABASE() [] []
  33211. [2024-09-04 16:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33212. [2024-09-04 16:43:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-admin/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-admin/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33213. [2024-09-04 16:43:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33214. [2024-09-04 16:43:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33215. [2024-09-04 16:43:48] doctrine.DEBUG: SELECT DATABASE() [] []
  33216. [2024-09-04 16:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33217. [2024-09-04 16:43:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /library/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /library/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33218. [2024-09-04 16:43:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33219. [2024-09-04 16:43:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33220. [2024-09-04 16:43:49] doctrine.DEBUG: SELECT DATABASE() [] []
  33221. [2024-09-04 16:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33222. [2024-09-04 16:43:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /new/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /new/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33223. [2024-09-04 16:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33224. [2024-09-04 16:43:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33225. [2024-09-04 16:43:50] doctrine.DEBUG: SELECT DATABASE() [] []
  33226. [2024-09-04 16:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33227. [2024-09-04 16:43:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /old/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /old/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33228. [2024-09-04 16:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33229. [2024-09-04 16:43:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33230. [2024-09-04 16:43:51] doctrine.DEBUG: SELECT DATABASE() [] []
  33231. [2024-09-04 16:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33232. [2024-09-04 16:43:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /local/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /local/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33233. [2024-09-04 16:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33234. [2024-09-04 16:43:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33235. [2024-09-04 16:43:51] doctrine.DEBUG: SELECT DATABASE() [] []
  33236. [2024-09-04 16:43:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33237. [2024-09-04 16:43:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /crm/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /crm/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33238. [2024-09-04 16:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33239. [2024-09-04 16:43:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33240. [2024-09-04 16:43:53] doctrine.DEBUG: SELECT DATABASE() [] []
  33241. [2024-09-04 16:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33242. [2024-09-04 16:43:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /audio/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /audio/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33243. [2024-09-04 16:43:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33244. [2024-09-04 16:43:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33245. [2024-09-04 16:43:53] doctrine.DEBUG: SELECT DATABASE() [] []
  33246. [2024-09-04 16:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33247. [2024-09-04 16:43:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33248. [2024-09-04 16:43:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33249. [2024-09-04 16:43:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33250. [2024-09-04 16:43:54] doctrine.DEBUG: SELECT DATABASE() [] []
  33251. [2024-09-04 16:43:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33252. [2024-09-04 16:43:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33253. [2024-09-04 16:43:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33254. [2024-09-04 16:43:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33255. [2024-09-04 16:43:55] doctrine.DEBUG: SELECT DATABASE() [] []
  33256. [2024-09-04 16:43:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33257. [2024-09-04 16:43:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /conf/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /conf/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33258. [2024-09-04 16:43:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33259. [2024-09-04 16:43:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33260. [2024-09-04 16:43:56] doctrine.DEBUG: SELECT DATABASE() [] []
  33261. [2024-09-04 16:43:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33262. [2024-09-04 16:43:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /database/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /database/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33263. [2024-09-04 16:43:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33264. [2024-09-04 16:43:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33265. [2024-09-04 16:43:56] doctrine.DEBUG: SELECT DATABASE() [] []
  33266. [2024-09-04 16:43:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33267. [2024-09-04 16:43:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /rbbe.asb-digital.fr/.env"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /rbbe.asb-digital.fr/.env\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rbbe.asb-digital.fr/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33268. [2024-09-04 16:43:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33269. [2024-09-04 16:43:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33270. [2024-09-04 16:43:57] doctrine.DEBUG: SELECT DATABASE() [] []
  33271. [2024-09-04 22:29:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33272. [2024-09-04 22:29:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33273. [2024-09-04 22:29:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33274. [2024-09-04 22:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33275. [2024-09-04 22:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33276. [2024-09-04 22:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33277. [2024-09-04 22:29:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33278. [2024-09-04 22:29:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33279. [2024-09-04 22:29:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33280. [2024-09-04 22:29:10] doctrine.DEBUG: SELECT DATABASE() [] []
  33281. [2024-09-04 22:29:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33282. [2024-09-04 22:29:11] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33283. [2024-09-04 22:29:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33284. [2024-09-04 22:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33285. [2024-09-04 22:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33286. [2024-09-04 22:29:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33287. [2024-09-04 22:29:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33288. [2024-09-04 22:29:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33289. [2024-09-04 22:29:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33290. [2024-09-04 22:29:11] doctrine.DEBUG: SELECT DATABASE() [] []
  33291. [2024-09-06 02:02:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33292. [2024-09-06 02:02:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33293. [2024-09-06 02:02:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33294. [2024-09-06 02:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33295. [2024-09-06 02:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33296. [2024-09-06 02:02:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33297. [2024-09-06 02:02:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33298. [2024-09-06 02:02:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33299. [2024-09-06 02:02:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33300. [2024-09-06 02:02:04] doctrine.DEBUG: SELECT DATABASE() [] []
  33301. [2024-09-06 02:02:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33302. [2024-09-06 02:02:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33303. [2024-09-06 02:02:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33304. [2024-09-06 02:02:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33305. [2024-09-06 02:02:06] doctrine.DEBUG: SELECT DATABASE() [] []
  33306. [2024-09-06 02:38:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33307. [2024-09-06 02:38:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33308. [2024-09-06 02:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33309. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33310. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33311. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33312. [2024-09-06 02:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33313. [2024-09-06 02:38:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33314. [2024-09-06 02:38:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33315. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT DATABASE() [] []
  33316. [2024-09-06 02:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33317. [2024-09-06 02:38:20] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33318. [2024-09-06 02:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33319. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33320. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33321. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33322. [2024-09-06 02:38:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33323. [2024-09-06 02:38:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33324. [2024-09-06 02:38:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33325. [2024-09-06 02:38:20] doctrine.DEBUG: SELECT DATABASE() [] []
  33326. [2024-09-06 15:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33327. [2024-09-06 15:49:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33328. [2024-09-06 15:49:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33329. [2024-09-06 15:49:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33330. [2024-09-06 15:49:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33331. [2024-09-06 15:49:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33332. [2024-09-06 15:49:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33333. [2024-09-06 15:49:05] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33334. [2024-09-06 15:49:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33335. [2024-09-06 15:49:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33336. [2024-09-06 15:49:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33337. [2024-09-06 15:49:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33338. [2024-09-06 15:49:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33339. [2024-09-06 15:49:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33340. [2024-09-06 15:49:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33341. [2024-09-06 15:49:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33342. [2024-09-06 15:49:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33343. [2024-09-06 15:49:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33344. [2024-09-06 15:49:07] doctrine.DEBUG: SELECT DATABASE() [] []
  33345. [2024-09-06 15:49:07] doctrine.DEBUG: SELECT DATABASE() [] []
  33346. [2024-09-06 21:31:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33347. [2024-09-06 21:31:40] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33348. [2024-09-06 21:31:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33349. [2024-09-06 21:31:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33350. [2024-09-06 21:31:41] doctrine.DEBUG: SELECT DATABASE() [] []
  33351. [2024-09-07 03:50:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33352. [2024-09-07 03:50:43] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33353. [2024-09-07 03:50:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33354. [2024-09-07 03:50:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33355. [2024-09-07 03:50:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33356. [2024-09-07 03:50:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33357. [2024-09-07 03:50:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33358. [2024-09-07 03:50:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33359. [2024-09-07 03:50:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33360. [2024-09-07 03:50:46] doctrine.DEBUG: SELECT DATABASE() [] []
  33361. [2024-09-07 03:50:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33362. [2024-09-07 03:50:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33363. [2024-09-07 03:50:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33364. [2024-09-07 03:50:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33365. [2024-09-07 03:50:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33366. [2024-09-07 03:50:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33367. [2024-09-07 03:50:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33368. [2024-09-07 03:50:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33369. [2024-09-07 03:50:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33370. [2024-09-07 03:50:47] doctrine.DEBUG: SELECT DATABASE() [] []
  33371. [2024-09-07 05:34:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33372. [2024-09-07 05:34:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33373. [2024-09-07 05:34:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33374. [2024-09-07 05:34:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33375. [2024-09-07 05:34:02] doctrine.DEBUG: SELECT DATABASE() [] []
  33376. [2024-09-07 09:28:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33377. [2024-09-07 09:28:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  33378. [2024-09-07 09:28:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33379. [2024-09-07 09:28:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33380. [2024-09-07 09:28:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33381. [2024-09-07 09:28:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33382. [2024-09-07 09:28:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33383. [2024-09-07 09:28:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33384. [2024-09-07 09:28:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33385. [2024-09-07 09:28:07] doctrine.DEBUG: SELECT DATABASE() [] []
  33386. [2024-09-07 09:28:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33387. [2024-09-07 09:28:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33388. [2024-09-07 09:28:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33389. [2024-09-07 09:28:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33390. [2024-09-07 09:28:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33391. [2024-09-07 09:28:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33392. [2024-09-07 09:28:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33393. [2024-09-07 09:28:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33394. [2024-09-07 09:28:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33395. [2024-09-07 09:28:12] doctrine.DEBUG: SELECT DATABASE() [] []
  33396. [2024-09-07 09:29:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33397. [2024-09-07 09:29:07] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33398. [2024-09-07 09:29:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33399. [2024-09-07 09:29:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33400. [2024-09-07 09:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33401. [2024-09-07 09:29:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33402. [2024-09-07 09:29:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33403. [2024-09-07 09:29:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33404. [2024-09-07 09:29:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33405. [2024-09-07 09:29:08] doctrine.DEBUG: SELECT DATABASE() [] []
  33406. [2024-09-07 09:29:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33407. [2024-09-07 09:29:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33408. [2024-09-07 09:29:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33409. [2024-09-07 09:29:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33410. [2024-09-07 09:29:09] doctrine.DEBUG: SELECT DATABASE() [] []
  33411. [2024-09-07 09:29:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33412. [2024-09-07 09:29:10] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33413. [2024-09-07 09:29:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33414. [2024-09-07 09:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33415. [2024-09-07 09:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33416. [2024-09-07 09:29:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33417. [2024-09-07 09:29:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33418. [2024-09-07 09:29:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33419. [2024-09-07 09:29:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33420. [2024-09-07 09:29:10] doctrine.DEBUG: SELECT DATABASE() [] []
  33421. [2024-09-07 09:29:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33422. [2024-09-07 09:29:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33423. [2024-09-07 09:29:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33424. [2024-09-07 09:29:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33425. [2024-09-07 09:29:11] doctrine.DEBUG: SELECT DATABASE() [] []
  33426. [2024-09-07 09:29:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33427. [2024-09-07 09:29:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33428. [2024-09-07 09:29:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33429. [2024-09-07 09:29:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33430. [2024-09-07 09:29:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33431. [2024-09-07 09:29:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33432. [2024-09-07 09:29:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33433. [2024-09-07 09:29:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33434. [2024-09-07 09:29:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33435. [2024-09-07 09:29:12] doctrine.DEBUG: SELECT DATABASE() [] []
  33436. [2024-09-07 15:07:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33437. [2024-09-07 15:07:57] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  33438. [2024-09-07 15:07:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33439. [2024-09-07 15:07:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33440. [2024-09-07 15:07:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33441. [2024-09-07 15:07:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33442. [2024-09-07 15:08:00] doctrine.DEBUG: SELECT DATABASE() [] []
  33443. [2024-09-07 15:08:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33444. [2024-09-07 15:08:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33445. [2024-09-07 15:08:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33446. [2024-09-07 15:08:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33447. [2024-09-07 15:08:01] doctrine.DEBUG: SELECT DATABASE() [] []
  33448. [2024-09-07 15:08:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33449. [2024-09-07 15:08:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33450. [2024-09-07 15:08:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33451. [2024-09-07 15:08:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33452. [2024-09-07 15:08:01] doctrine.DEBUG: SELECT DATABASE() [] []
  33453. [2024-09-07 15:08:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33454. [2024-09-07 15:08:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33455. [2024-09-07 15:08:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33456. [2024-09-07 15:08:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33457. [2024-09-07 15:08:03] doctrine.DEBUG: SELECT DATABASE() [] []
  33458. [2024-09-07 15:08:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33459. [2024-09-07 15:08:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33460. [2024-09-07 15:08:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33461. [2024-09-07 15:08:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33462. [2024-09-07 15:08:03] doctrine.DEBUG: SELECT DATABASE() [] []
  33463. [2024-09-07 15:08:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33464. [2024-09-07 15:08:04] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  33465. [2024-09-07 15:08:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  33466. [2024-09-07 15:08:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33467. [2024-09-07 15:08:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33468. [2024-09-07 15:08:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33469. [2024-09-07 15:08:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33470. [2024-09-07 15:08:05] doctrine.DEBUG: SELECT DATABASE() [] []
  33471. [2024-09-07 15:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33472. [2024-09-07 15:08:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33473. [2024-09-07 15:08:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33474. [2024-09-07 15:08:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33475. [2024-09-07 15:08:06] doctrine.DEBUG: SELECT DATABASE() [] []
  33476. [2024-09-07 15:15:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33477. [2024-09-07 15:15:21] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  33478. [2024-09-07 15:15:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33479. [2024-09-07 15:15:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33480. [2024-09-07 15:15:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33481. [2024-09-07 15:15:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33482. [2024-09-07 15:15:21] doctrine.DEBUG: SELECT DATABASE() [] []
  33483. [2024-09-07 15:15:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33484. [2024-09-07 15:15:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33485. [2024-09-07 15:15:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33486. [2024-09-07 15:15:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33487. [2024-09-07 15:15:22] doctrine.DEBUG: SELECT DATABASE() [] []
  33488. [2024-09-07 15:15:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33489. [2024-09-07 15:15:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33490. [2024-09-07 15:15:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33491. [2024-09-07 15:15:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33492. [2024-09-07 15:15:23] doctrine.DEBUG: SELECT DATABASE() [] []
  33493. [2024-09-07 15:15:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33494. [2024-09-07 15:15:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33495. [2024-09-07 15:15:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33496. [2024-09-07 15:15:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33497. [2024-09-07 15:15:24] doctrine.DEBUG: SELECT DATABASE() [] []
  33498. [2024-09-07 15:15:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33499. [2024-09-07 15:15:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33500. [2024-09-07 15:15:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33501. [2024-09-07 15:15:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33502. [2024-09-07 15:15:25] doctrine.DEBUG: SELECT DATABASE() [] []
  33503. [2024-09-07 15:15:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33504. [2024-09-07 15:15:25] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  33505. [2024-09-07 15:15:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  33506. [2024-09-07 15:15:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33507. [2024-09-07 15:15:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33508. [2024-09-07 15:15:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33509. [2024-09-07 15:15:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33510. [2024-09-07 15:15:26] doctrine.DEBUG: SELECT DATABASE() [] []
  33511. [2024-09-07 15:15:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33512. [2024-09-07 15:15:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33513. [2024-09-07 15:15:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33514. [2024-09-07 15:15:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33515. [2024-09-07 15:15:27] doctrine.DEBUG: SELECT DATABASE() [] []
  33516. [2024-09-07 15:29:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33517. [2024-09-07 15:29:48] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  33518. [2024-09-07 15:29:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33519. [2024-09-07 15:29:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33520. [2024-09-07 15:29:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33521. [2024-09-07 15:29:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33522. [2024-09-07 15:29:50] doctrine.DEBUG: SELECT DATABASE() [] []
  33523. [2024-09-07 15:29:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33524. [2024-09-07 15:29:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33525. [2024-09-07 15:29:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33526. [2024-09-07 15:29:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33527. [2024-09-07 15:29:50] doctrine.DEBUG: SELECT DATABASE() [] []
  33528. [2024-09-07 15:29:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33529. [2024-09-07 15:29:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33530. [2024-09-07 15:29:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33531. [2024-09-07 15:29:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33532. [2024-09-07 15:29:51] doctrine.DEBUG: SELECT DATABASE() [] []
  33533. [2024-09-07 15:29:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33534. [2024-09-07 15:29:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33535. [2024-09-07 15:29:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33536. [2024-09-07 15:29:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33537. [2024-09-07 15:29:52] doctrine.DEBUG: SELECT DATABASE() [] []
  33538. [2024-09-07 15:29:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33539. [2024-09-07 15:29:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33540. [2024-09-07 15:29:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33541. [2024-09-07 15:29:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33542. [2024-09-07 15:29:53] doctrine.DEBUG: SELECT DATABASE() [] []
  33543. [2024-09-07 15:29:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33544. [2024-09-07 15:29:54] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  33545. [2024-09-07 15:29:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  33546. [2024-09-07 15:29:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33547. [2024-09-07 15:29:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33548. [2024-09-07 15:29:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33549. [2024-09-07 15:29:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33550. [2024-09-07 15:29:55] doctrine.DEBUG: SELECT DATABASE() [] []
  33551. [2024-09-07 15:29:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33552. [2024-09-07 15:29:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33553. [2024-09-07 15:29:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33554. [2024-09-07 15:29:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33555. [2024-09-07 15:29:55] doctrine.DEBUG: SELECT DATABASE() [] []
  33556. [2024-09-07 16:14:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33557. [2024-09-07 16:14:44] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33558. [2024-09-07 16:14:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33559. [2024-09-07 16:14:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33560. [2024-09-07 16:14:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33561. [2024-09-07 16:14:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33562. [2024-09-07 16:14:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33563. [2024-09-07 16:14:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33564. [2024-09-07 16:14:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33565. [2024-09-07 16:14:46] doctrine.DEBUG: SELECT DATABASE() [] []
  33566. [2024-09-07 16:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33567. [2024-09-07 16:14:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33568. [2024-09-07 16:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33569. [2024-09-07 16:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33570. [2024-09-07 16:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33571. [2024-09-07 16:14:47] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33572. [2024-09-07 16:14:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33573. [2024-09-07 16:14:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33574. [2024-09-07 16:14:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33575. [2024-09-07 16:14:47] doctrine.DEBUG: SELECT DATABASE() [] []
  33576. [2024-09-08 01:03:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33577. [2024-09-08 01:03:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33578. [2024-09-08 01:03:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33579. [2024-09-08 01:03:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33580. [2024-09-08 01:03:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33581. [2024-09-08 01:03:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33582. [2024-09-08 01:03:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33583. [2024-09-08 01:03:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33584. [2024-09-08 01:03:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33585. [2024-09-08 01:03:33] doctrine.DEBUG: SELECT DATABASE() [] []
  33586. [2024-09-08 01:03:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33587. [2024-09-08 01:03:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33588. [2024-09-08 01:03:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33589. [2024-09-08 01:03:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33590. [2024-09-08 01:03:35] doctrine.DEBUG: SELECT DATABASE() [] []
  33591. [2024-09-08 03:34:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33592. [2024-09-08 03:34:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33593. [2024-09-08 03:34:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33594. [2024-09-08 03:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33595. [2024-09-08 03:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33596. [2024-09-08 03:34:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33597. [2024-09-08 03:34:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33598. [2024-09-08 03:34:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33599. [2024-09-08 03:34:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33600. [2024-09-08 03:34:54] doctrine.DEBUG: SELECT DATABASE() [] []
  33601. [2024-09-08 03:57:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33602. [2024-09-08 03:57:37] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33603. [2024-09-08 03:57:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33604. [2024-09-08 03:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33605. [2024-09-08 03:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33606. [2024-09-08 03:57:37] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33607. [2024-09-08 03:57:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33608. [2024-09-08 03:57:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33609. [2024-09-08 03:57:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33610. [2024-09-08 03:57:37] doctrine.DEBUG: SELECT DATABASE() [] []
  33611. [2024-09-08 03:57:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33612. [2024-09-08 03:57:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33613. [2024-09-08 03:57:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33614. [2024-09-08 03:57:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33615. [2024-09-08 03:57:39] doctrine.DEBUG: SELECT DATABASE() [] []
  33616. [2024-09-08 19:51:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33617. [2024-09-08 19:51:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33618. [2024-09-08 19:51:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33619. [2024-09-08 19:51:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33620. [2024-09-08 19:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33621. [2024-09-08 19:51:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33622. [2024-09-08 19:51:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33623. [2024-09-08 19:51:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33624. [2024-09-08 19:51:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33625. [2024-09-08 19:51:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33626. [2024-09-08 19:51:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33627. [2024-09-08 19:51:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33628. [2024-09-08 19:51:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33629. [2024-09-08 19:51:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33630. [2024-09-08 19:51:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33631. [2024-09-08 19:51:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33632. [2024-09-08 19:51:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33633. [2024-09-08 19:51:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33634. [2024-09-08 19:51:41] doctrine.DEBUG: SELECT DATABASE() [] []
  33635. [2024-09-08 19:51:41] doctrine.DEBUG: SELECT DATABASE() [] []
  33636. [2024-09-08 20:57:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33637. [2024-09-08 20:57:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33638. [2024-09-08 20:57:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33639. [2024-09-08 20:57:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33640. [2024-09-08 20:57:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33641. [2024-09-08 20:57:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33642. [2024-09-08 20:57:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33643. [2024-09-08 20:57:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33644. [2024-09-08 20:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33645. [2024-09-08 20:57:32] doctrine.DEBUG: SELECT DATABASE() [] []
  33646. [2024-09-08 20:57:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33647. [2024-09-08 20:57:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33648. [2024-09-08 20:57:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33649. [2024-09-08 20:57:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33650. [2024-09-08 20:57:38] doctrine.DEBUG: SELECT DATABASE() [] []
  33651. [2024-09-08 20:57:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33652. [2024-09-08 20:57:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33653. [2024-09-08 20:57:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33654. [2024-09-08 20:57:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33655. [2024-09-08 20:57:39] doctrine.DEBUG: SELECT DATABASE() [] []
  33656. [2024-09-08 20:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33657. [2024-09-08 20:57:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33658. [2024-09-08 20:57:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33659. [2024-09-08 20:57:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33660. [2024-09-08 20:57:55] doctrine.DEBUG: SELECT DATABASE() [] []
  33661. [2024-09-09 23:36:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33662. [2024-09-09 23:36:54] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33663. [2024-09-09 23:36:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33664. [2024-09-09 23:36:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33665. [2024-09-09 23:36:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33666. [2024-09-09 23:36:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33667. [2024-09-09 23:36:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33668. [2024-09-09 23:36:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33669. [2024-09-09 23:36:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33670. [2024-09-09 23:36:56] doctrine.DEBUG: SELECT DATABASE() [] []
  33671. [2024-09-09 23:37:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33672. [2024-09-09 23:37:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33673. [2024-09-09 23:37:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33674. [2024-09-09 23:37:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33675. [2024-09-09 23:37:06] doctrine.DEBUG: SELECT DATABASE() [] []
  33676. [2024-09-09 23:51:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33677. [2024-09-09 23:51:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33678. [2024-09-09 23:51:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33679. [2024-09-09 23:51:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33680. [2024-09-09 23:51:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33681. [2024-09-09 23:51:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33682. [2024-09-09 23:51:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33683. [2024-09-09 23:51:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33684. [2024-09-09 23:51:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33685. [2024-09-09 23:51:03] doctrine.DEBUG: SELECT DATABASE() [] []
  33686. [2024-09-09 23:51:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33687. [2024-09-09 23:51:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33688. [2024-09-09 23:51:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33689. [2024-09-09 23:51:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33690. [2024-09-09 23:51:05] doctrine.DEBUG: SELECT DATABASE() [] []
  33691. [2024-09-10 00:15:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33692. [2024-09-10 00:15:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33693. [2024-09-10 00:15:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33694. [2024-09-10 00:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33695. [2024-09-10 00:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33696. [2024-09-10 00:15:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33697. [2024-09-10 00:15:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33698. [2024-09-10 00:15:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33699. [2024-09-10 00:15:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33700. [2024-09-10 00:15:04] doctrine.DEBUG: SELECT DATABASE() [] []
  33701. [2024-09-10 00:15:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33702. [2024-09-10 00:15:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33703. [2024-09-10 00:15:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33704. [2024-09-10 00:15:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33705. [2024-09-10 00:15:20] doctrine.DEBUG: SELECT DATABASE() [] []
  33706. [2024-09-10 00:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33707. [2024-09-10 00:55:06] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33708. [2024-09-10 00:55:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33709. [2024-09-10 00:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33710. [2024-09-10 00:55:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33711. [2024-09-10 00:55:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33712. [2024-09-10 00:55:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33713. [2024-09-10 00:55:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33714. [2024-09-10 00:55:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33715. [2024-09-10 00:55:07] doctrine.DEBUG: SELECT DATABASE() [] []
  33716. [2024-09-10 00:55:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33717. [2024-09-10 00:55:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33718. [2024-09-10 00:55:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33719. [2024-09-10 00:55:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33720. [2024-09-10 00:55:18] doctrine.DEBUG: SELECT DATABASE() [] []
  33721. [2024-09-10 01:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33722. [2024-09-10 01:24:59] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33723. [2024-09-10 01:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33724. [2024-09-10 01:24:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33725. [2024-09-10 01:24:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33726. [2024-09-10 01:24:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33727. [2024-09-10 01:24:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33728. [2024-09-10 01:24:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33729. [2024-09-10 01:24:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33730. [2024-09-10 01:24:59] doctrine.DEBUG: SELECT DATABASE() [] []
  33731. [2024-09-10 01:25:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33732. [2024-09-10 01:25:00] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33733. [2024-09-10 01:25:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33734. [2024-09-10 01:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33735. [2024-09-10 01:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33736. [2024-09-10 01:25:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33737. [2024-09-10 01:25:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33738. [2024-09-10 01:25:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33739. [2024-09-10 01:25:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33740. [2024-09-10 01:25:00] doctrine.DEBUG: SELECT DATABASE() [] []
  33741. [2024-09-10 02:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33742. [2024-09-10 02:32:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33743. [2024-09-10 02:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33744. [2024-09-10 02:32:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33745. [2024-09-10 02:32:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33746. [2024-09-10 02:32:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33747. [2024-09-10 02:32:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33748. [2024-09-10 02:32:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33749. [2024-09-10 02:32:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33750. [2024-09-10 02:32:16] doctrine.DEBUG: SELECT DATABASE() [] []
  33751. [2024-09-10 02:33:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33752. [2024-09-10 02:33:08] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33753. [2024-09-10 02:33:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33754. [2024-09-10 02:33:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33755. [2024-09-10 02:33:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33756. [2024-09-10 02:33:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33757. [2024-09-10 02:33:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33758. [2024-09-10 02:33:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33759. [2024-09-10 02:33:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33760. [2024-09-10 02:33:09] doctrine.DEBUG: SELECT DATABASE() [] []
  33761. [2024-09-10 06:07:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33762. [2024-09-10 06:07:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33763. [2024-09-10 06:07:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33764. [2024-09-10 06:07:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33765. [2024-09-10 06:07:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33766. [2024-09-10 06:07:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33767. [2024-09-10 06:07:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33768. [2024-09-10 06:07:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33769. [2024-09-10 06:07:42] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33770. [2024-09-10 06:07:42] doctrine.DEBUG: SELECT DATABASE() [] []
  33771. [2024-09-10 14:16:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33772. [2024-09-10 14:16:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33773. [2024-09-10 14:16:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33774. [2024-09-10 14:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33775. [2024-09-10 14:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33776. [2024-09-10 14:16:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33777. [2024-09-10 14:16:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33778. [2024-09-10 14:16:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33779. [2024-09-10 14:16:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33780. [2024-09-10 14:16:52] doctrine.DEBUG: SELECT DATABASE() [] []
  33781. [2024-09-10 17:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33782. [2024-09-10 17:22:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33783. [2024-09-10 17:22:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33784. [2024-09-10 17:22:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33785. [2024-09-10 17:22:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33786. [2024-09-10 17:22:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33787. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33788. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33789. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33790. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33791. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33792. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33793. [2024-09-10 17:22:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33794. [2024-09-10 17:22:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33795. [2024-09-10 17:22:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33796. [2024-09-10 17:22:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33797. [2024-09-10 17:22:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33798. [2024-09-10 17:22:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33799. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT DATABASE() [] []
  33800. [2024-09-10 17:22:59] doctrine.DEBUG: SELECT DATABASE() [] []
  33801. [2024-09-11 00:49:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33802. [2024-09-11 00:49:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33803. [2024-09-11 00:49:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33804. [2024-09-11 00:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33805. [2024-09-11 00:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33806. [2024-09-11 00:49:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33807. [2024-09-11 00:49:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33808. [2024-09-11 00:49:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33809. [2024-09-11 00:49:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33810. [2024-09-11 00:49:17] doctrine.DEBUG: SELECT DATABASE() [] []
  33811. [2024-09-11 00:49:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33812. [2024-09-11 00:49:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33813. [2024-09-11 00:49:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33814. [2024-09-11 00:49:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33815. [2024-09-11 00:49:22] doctrine.DEBUG: SELECT DATABASE() [] []
  33816. [2024-09-11 01:45:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33817. [2024-09-11 01:45:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33818. [2024-09-11 01:45:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33819. [2024-09-11 01:45:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33820. [2024-09-11 01:45:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33821. [2024-09-11 01:45:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33822. [2024-09-11 01:45:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33823. [2024-09-11 01:45:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33824. [2024-09-11 01:45:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33825. [2024-09-11 01:45:32] doctrine.DEBUG: SELECT DATABASE() [] []
  33826. [2024-09-11 01:45:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33827. [2024-09-11 01:45:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33828. [2024-09-11 01:45:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33829. [2024-09-11 01:45:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33830. [2024-09-11 01:45:34] doctrine.DEBUG: SELECT DATABASE() [] []
  33831. [2024-09-11 04:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33832. [2024-09-11 04:43:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33833. [2024-09-11 04:43:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33834. [2024-09-11 04:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33835. [2024-09-11 04:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33836. [2024-09-11 04:43:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33837. [2024-09-11 04:43:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33838. [2024-09-11 04:43:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33839. [2024-09-11 04:43:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33840. [2024-09-11 04:43:51] doctrine.DEBUG: SELECT DATABASE() [] []
  33841. [2024-09-11 21:48:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33842. [2024-09-11 21:48:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  33843. [2024-09-11 21:48:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33844. [2024-09-11 21:48:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  33845. [2024-09-11 21:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33846. [2024-09-11 21:48:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33847. [2024-09-11 21:48:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33848. [2024-09-11 21:48:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33849. [2024-09-11 21:48:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33850. [2024-09-11 21:48:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33851. [2024-09-11 21:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33852. [2024-09-11 21:48:41] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33853. [2024-09-11 21:48:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33854. [2024-09-11 21:48:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33855. [2024-09-11 21:48:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33856. [2024-09-11 21:48:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33857. [2024-09-11 21:48:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33858. [2024-09-11 21:48:41] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33859. [2024-09-11 21:48:41] doctrine.DEBUG: SELECT DATABASE() [] []
  33860. [2024-09-11 21:48:41] doctrine.DEBUG: SELECT DATABASE() [] []
  33861. [2024-09-11 23:11:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33862. [2024-09-11 23:11:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33863. [2024-09-11 23:11:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33864. [2024-09-11 23:11:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33865. [2024-09-11 23:11:38] doctrine.DEBUG: SELECT DATABASE() [] []
  33866. [2024-09-11 23:11:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33867. [2024-09-11 23:11:39] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33868. [2024-09-11 23:11:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33869. [2024-09-11 23:11:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33870. [2024-09-11 23:11:39] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33871. [2024-09-11 23:11:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33872. [2024-09-11 23:11:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33873. [2024-09-11 23:11:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33874. [2024-09-11 23:11:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33875. [2024-09-11 23:11:40] doctrine.DEBUG: SELECT DATABASE() [] []
  33876. [2024-09-12 06:27:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33877. [2024-09-12 06:27:30] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33878. [2024-09-12 06:27:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33879. [2024-09-12 06:27:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33880. [2024-09-12 06:27:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33881. [2024-09-12 06:27:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33882. [2024-09-12 06:27:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33883. [2024-09-12 06:27:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33884. [2024-09-12 06:27:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33885. [2024-09-12 06:27:34] doctrine.DEBUG: SELECT DATABASE() [] []
  33886. [2024-09-12 06:41:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33887. [2024-09-12 06:41:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33888. [2024-09-12 06:41:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33889. [2024-09-12 06:41:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33890. [2024-09-12 06:41:56] doctrine.DEBUG: SELECT DATABASE() [] []
  33891. [2024-09-12 06:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33892. [2024-09-12 06:41:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33893. [2024-09-12 06:41:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33894. [2024-09-12 06:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33895. [2024-09-12 06:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33896. [2024-09-12 06:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33897. [2024-09-12 06:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33898. [2024-09-12 06:41:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33899. [2024-09-12 06:41:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33900. [2024-09-12 06:41:58] doctrine.DEBUG: SELECT DATABASE() [] []
  33901. [2024-09-12 09:39:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33902. [2024-09-12 09:39:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33903. [2024-09-12 09:39:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33904. [2024-09-12 09:39:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33905. [2024-09-12 09:39:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33906. [2024-09-12 09:39:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33907. [2024-09-12 09:39:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33908. [2024-09-12 09:39:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33909. [2024-09-12 09:39:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33910. [2024-09-12 09:39:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33911. [2024-09-12 09:39:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33912. [2024-09-12 09:39:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33913. [2024-09-12 09:39:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33914. [2024-09-12 09:39:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33915. [2024-09-12 09:39:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33916. [2024-09-12 09:39:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33917. [2024-09-12 09:39:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33918. [2024-09-12 09:39:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33919. [2024-09-12 09:39:50] doctrine.DEBUG: SELECT DATABASE() [] []
  33920. [2024-09-12 09:39:50] doctrine.DEBUG: SELECT DATABASE() [] []
  33921. [2024-09-12 10:04:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33922. [2024-09-12 10:04:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33923. [2024-09-12 10:04:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33924. [2024-09-12 10:04:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33925. [2024-09-12 10:04:07] doctrine.DEBUG: SELECT DATABASE() [] []
  33926. [2024-09-12 15:04:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33927. [2024-09-12 15:04:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33928. [2024-09-12 15:04:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33929. [2024-09-12 15:04:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  33930. [2024-09-12 15:04:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33931. [2024-09-12 15:04:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33932. [2024-09-12 15:04:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33933. [2024-09-12 15:04:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33934. [2024-09-12 15:04:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33935. [2024-09-12 15:04:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33936. [2024-09-12 15:04:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33937. [2024-09-12 15:04:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33938. [2024-09-12 15:04:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33939. [2024-09-12 15:04:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33940. [2024-09-12 15:04:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33941. [2024-09-12 15:04:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33942. [2024-09-12 15:04:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33943. [2024-09-12 15:04:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33944. [2024-09-12 15:04:27] doctrine.DEBUG: SELECT DATABASE() [] []
  33945. [2024-09-12 15:04:27] doctrine.DEBUG: SELECT DATABASE() [] []
  33946. [2024-09-12 21:41:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33947. [2024-09-12 21:41:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php" (from "http://rbbe.asb-digital.fr/wp-login.php")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" (from \"http://rbbe.asb-digital.fr/wp-login.php\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  33948. [2024-09-12 21:41:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33949. [2024-09-12 21:41:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33950. [2024-09-12 21:41:40] doctrine.DEBUG: SELECT DATABASE() [] []
  33951. [2024-09-12 23:12:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33952. [2024-09-12 23:12:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  33953. [2024-09-12 23:12:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33954. [2024-09-12 23:12:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33955. [2024-09-12 23:12:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33956. [2024-09-12 23:12:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33957. [2024-09-12 23:12:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33958. [2024-09-12 23:12:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33959. [2024-09-12 23:12:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33960. [2024-09-12 23:12:15] doctrine.DEBUG: SELECT DATABASE() [] []
  33961. [2024-09-12 23:12:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33962. [2024-09-12 23:12:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33963. [2024-09-12 23:12:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33964. [2024-09-12 23:12:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33965. [2024-09-12 23:12:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33966. [2024-09-12 23:12:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33967. [2024-09-12 23:12:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33968. [2024-09-12 23:12:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33969. [2024-09-12 23:12:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33970. [2024-09-12 23:12:16] doctrine.DEBUG: SELECT DATABASE() [] []
  33971. [2024-09-12 23:12:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33972. [2024-09-12 23:12:17] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  33973. [2024-09-12 23:12:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33974. [2024-09-12 23:12:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33975. [2024-09-12 23:12:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33976. [2024-09-12 23:12:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33977. [2024-09-12 23:12:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33978. [2024-09-12 23:12:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33979. [2024-09-12 23:12:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33980. [2024-09-12 23:12:17] doctrine.DEBUG: SELECT DATABASE() [] []
  33981. [2024-09-12 23:12:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33982. [2024-09-12 23:12:18] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  33983. [2024-09-12 23:12:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33984. [2024-09-12 23:12:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33985. [2024-09-12 23:12:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33986. [2024-09-12 23:12:18] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33987. [2024-09-12 23:12:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33988. [2024-09-12 23:12:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33989. [2024-09-12 23:12:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  33990. [2024-09-12 23:12:18] doctrine.DEBUG: SELECT DATABASE() [] []
  33991. [2024-09-13 03:08:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  33992. [2024-09-13 03:08:19] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  33993. [2024-09-13 03:08:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  33994. [2024-09-13 03:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  33995. [2024-09-13 03:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  33996. [2024-09-13 03:08:20] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  33997. [2024-09-13 03:08:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  33998. [2024-09-13 03:08:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  33999. [2024-09-13 03:08:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34000. [2024-09-13 03:08:20] doctrine.DEBUG: SELECT DATABASE() [] []
  34001. [2024-09-13 03:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34002. [2024-09-13 03:08:21] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34003. [2024-09-13 03:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34004. [2024-09-13 03:08:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34005. [2024-09-13 03:08:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34006. [2024-09-13 03:08:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34007. [2024-09-13 03:08:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34008. [2024-09-13 03:08:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34009. [2024-09-13 03:08:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34010. [2024-09-13 03:08:21] doctrine.DEBUG: SELECT DATABASE() [] []
  34011. [2024-09-13 03:08:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34012. [2024-09-13 03:08:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  34013. [2024-09-13 03:08:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34014. [2024-09-13 03:08:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34015. [2024-09-13 03:08:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34016. [2024-09-13 03:08:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34017. [2024-09-13 03:08:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34018. [2024-09-13 03:08:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34019. [2024-09-13 03:08:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34020. [2024-09-13 03:08:22] doctrine.DEBUG: SELECT DATABASE() [] []
  34021. [2024-09-13 03:08:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34022. [2024-09-13 03:08:23] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34023. [2024-09-13 03:08:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34024. [2024-09-13 03:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34025. [2024-09-13 03:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34026. [2024-09-13 03:08:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34027. [2024-09-13 03:08:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34028. [2024-09-13 03:08:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34029. [2024-09-13 03:08:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34030. [2024-09-13 03:08:23] doctrine.DEBUG: SELECT DATABASE() [] []
  34031. [2024-09-13 03:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34032. [2024-09-13 03:08:45] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34033. [2024-09-13 03:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34034. [2024-09-13 03:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34035. [2024-09-13 03:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34036. [2024-09-13 03:08:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34037. [2024-09-13 03:08:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34038. [2024-09-13 03:08:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34039. [2024-09-13 03:08:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34040. [2024-09-13 03:08:45] doctrine.DEBUG: SELECT DATABASE() [] []
  34041. [2024-09-13 03:08:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34042. [2024-09-13 03:08:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d5e31"},"request_uri":"https://www.rbbe.asb-digital.fr/_wdt/5d5e31","method":"GET"} []
  34043. [2024-09-14 03:38:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34044. [2024-09-14 03:38:04] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34045. [2024-09-14 03:38:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34046. [2024-09-14 03:38:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34047. [2024-09-14 03:38:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34048. [2024-09-14 03:38:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34049. [2024-09-14 03:38:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34050. [2024-09-14 03:38:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34051. [2024-09-14 03:38:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34052. [2024-09-14 03:38:07] doctrine.DEBUG: SELECT DATABASE() [] []
  34053. [2024-09-14 09:49:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34054. [2024-09-14 09:49:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34055. [2024-09-14 09:49:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34056. [2024-09-14 09:49:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34057. [2024-09-14 09:49:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34058. [2024-09-14 09:49:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34059. [2024-09-14 09:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34060. [2024-09-14 09:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34061. [2024-09-14 09:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34062. [2024-09-14 09:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34063. [2024-09-14 09:49:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34064. [2024-09-14 09:49:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34065. [2024-09-14 09:49:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34066. [2024-09-14 09:49:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34067. [2024-09-14 09:49:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34068. [2024-09-14 09:49:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34069. [2024-09-14 09:49:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34070. [2024-09-14 09:49:51] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34071. [2024-09-14 09:49:51] doctrine.DEBUG: SELECT DATABASE() [] []
  34072. [2024-09-14 09:49:51] doctrine.DEBUG: SELECT DATABASE() [] []
  34073. [2024-09-14 13:42:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34074. [2024-09-14 13:42:30] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34075. [2024-09-14 13:42:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34076. [2024-09-14 13:42:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34077. [2024-09-14 13:42:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34078. [2024-09-14 13:42:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34079. [2024-09-14 13:42:33] doctrine.DEBUG: SELECT DATABASE() [] []
  34080. [2024-09-14 13:42:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34081. [2024-09-14 13:42:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34082. [2024-09-14 13:42:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34083. [2024-09-14 13:42:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34084. [2024-09-14 13:42:34] doctrine.DEBUG: SELECT DATABASE() [] []
  34085. [2024-09-14 13:42:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34086. [2024-09-14 13:42:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34087. [2024-09-14 13:42:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34088. [2024-09-14 13:42:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34089. [2024-09-14 13:42:35] doctrine.DEBUG: SELECT DATABASE() [] []
  34090. [2024-09-14 13:42:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34091. [2024-09-14 13:42:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34092. [2024-09-14 13:42:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34093. [2024-09-14 13:42:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34094. [2024-09-14 13:42:35] doctrine.DEBUG: SELECT DATABASE() [] []
  34095. [2024-09-14 13:42:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34096. [2024-09-14 13:42:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34097. [2024-09-14 13:42:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34098. [2024-09-14 13:42:36] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34099. [2024-09-14 13:42:36] doctrine.DEBUG: SELECT DATABASE() [] []
  34100. [2024-09-14 13:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34101. [2024-09-14 13:42:37] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34102. [2024-09-14 13:42:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34103. [2024-09-14 13:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34104. [2024-09-14 13:42:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34105. [2024-09-14 13:42:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34106. [2024-09-14 13:42:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34107. [2024-09-14 13:42:38] doctrine.DEBUG: SELECT DATABASE() [] []
  34108. [2024-09-14 13:42:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34109. [2024-09-14 13:42:38] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34110. [2024-09-14 13:42:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34111. [2024-09-14 13:42:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34112. [2024-09-14 13:42:38] doctrine.DEBUG: SELECT DATABASE() [] []
  34113. [2024-09-14 14:19:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34114. [2024-09-14 14:19:04] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34115. [2024-09-14 14:19:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34116. [2024-09-14 14:19:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34117. [2024-09-14 14:19:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34118. [2024-09-14 14:19:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34119. [2024-09-14 14:19:06] doctrine.DEBUG: SELECT DATABASE() [] []
  34120. [2024-09-14 14:19:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34121. [2024-09-14 14:19:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34122. [2024-09-14 14:19:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34123. [2024-09-14 14:19:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34124. [2024-09-14 14:19:08] doctrine.DEBUG: SELECT DATABASE() [] []
  34125. [2024-09-14 14:19:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34126. [2024-09-14 14:19:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34127. [2024-09-14 14:19:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34128. [2024-09-14 14:19:09] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34129. [2024-09-14 14:19:09] doctrine.DEBUG: SELECT DATABASE() [] []
  34130. [2024-09-14 14:19:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34131. [2024-09-14 14:19:11] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34132. [2024-09-14 14:19:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34133. [2024-09-14 14:19:11] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34134. [2024-09-14 14:19:11] doctrine.DEBUG: SELECT DATABASE() [] []
  34135. [2024-09-14 14:19:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34136. [2024-09-14 14:19:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/js/bundle.js"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/js/bundle.js\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/js/bundle.js/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34137. [2024-09-14 14:19:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34138. [2024-09-14 14:19:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34139. [2024-09-14 14:19:13] doctrine.DEBUG: SELECT DATABASE() [] []
  34140. [2024-09-14 14:19:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34141. [2024-09-14 14:19:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wallabag/app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wallabag/app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallabag/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34142. [2024-09-14 14:19:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34143. [2024-09-14 14:19:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34144. [2024-09-14 14:19:15] doctrine.DEBUG: SELECT DATABASE() [] []
  34145. [2024-09-14 14:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34146. [2024-09-14 14:19:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/config.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/config.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34147. [2024-09-14 14:19:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34148. [2024-09-14 14:19:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34149. [2024-09-14 14:19:16] doctrine.DEBUG: SELECT DATABASE() [] []
  34150. [2024-09-14 14:19:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34151. [2024-09-14 14:19:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34152. [2024-09-14 14:19:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34153. [2024-09-14 14:19:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34154. [2024-09-14 14:19:18] doctrine.DEBUG: SELECT DATABASE() [] []
  34155. [2024-09-14 14:19:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34156. [2024-09-14 14:19:20] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34157. [2024-09-14 14:19:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34158. [2024-09-14 14:19:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34159. [2024-09-14 14:19:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34160. [2024-09-14 14:19:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34161. [2024-09-14 14:19:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34162. [2024-09-14 14:19:21] doctrine.DEBUG: SELECT DATABASE() [] []
  34163. [2024-09-14 14:19:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34164. [2024-09-14 14:19:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34165. [2024-09-14 14:19:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34166. [2024-09-14 14:19:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34167. [2024-09-14 14:19:23] doctrine.DEBUG: SELECT DATABASE() [] []
  34168. [2024-09-14 14:19:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34169. [2024-09-14 14:19:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34170. [2024-09-14 14:19:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34171. [2024-09-14 14:19:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34172. [2024-09-14 14:19:25] doctrine.DEBUG: SELECT DATABASE() [] []
  34173. [2024-09-15 02:53:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34174. [2024-09-15 02:53:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34175. [2024-09-15 04:17:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34176. [2024-09-15 04:17:57] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34177. [2024-09-16 02:25:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34178. [2024-09-16 02:25:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34179. [2024-09-16 02:25:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34180. [2024-09-16 02:25:52] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34181. [2024-09-16 02:25:52] doctrine.DEBUG: SELECT DATABASE() [] []
  34182. [2024-09-16 03:58:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34183. [2024-09-16 03:58:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34184. [2024-09-16 03:58:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34185. [2024-09-16 03:58:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34186. [2024-09-16 03:58:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34187. [2024-09-16 03:58:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34188. [2024-09-16 03:58:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34189. [2024-09-16 03:58:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34190. [2024-09-16 03:58:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34191. [2024-09-16 03:58:18] doctrine.DEBUG: SELECT DATABASE() [] []
  34192. [2024-09-16 04:00:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34193. [2024-09-16 04:00:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34194. [2024-09-16 04:00:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34195. [2024-09-16 04:00:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34196. [2024-09-16 04:00:08] doctrine.DEBUG: SELECT DATABASE() [] []
  34197. [2024-09-16 04:00:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34198. [2024-09-16 04:00:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"LINK"} []
  34199. [2024-09-16 04:00:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34200. [2024-09-16 04:00:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34201. [2024-09-16 04:00:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34202. [2024-09-16 04:00:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34203. [2024-09-16 04:00:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34204. [2024-09-16 04:00:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34205. [2024-09-16 04:00:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34206. [2024-09-16 04:00:16] doctrine.DEBUG: SELECT DATABASE() [] []
  34207. [2024-09-16 09:54:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34208. [2024-09-16 09:54:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34209. [2024-09-16 09:54:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34210. [2024-09-16 09:54:26] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34211. [2024-09-16 09:54:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34212. [2024-09-16 09:54:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34213. [2024-09-16 09:54:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34214. [2024-09-16 09:54:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34215. [2024-09-16 09:54:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34216. [2024-09-16 09:54:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34217. [2024-09-16 09:54:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34218. [2024-09-16 09:54:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34219. [2024-09-16 09:54:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34220. [2024-09-16 09:54:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34221. [2024-09-16 09:54:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34222. [2024-09-16 09:54:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34223. [2024-09-16 09:54:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34224. [2024-09-16 09:54:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34225. [2024-09-16 09:54:30] doctrine.DEBUG: SELECT DATABASE() [] []
  34226. [2024-09-16 09:54:30] doctrine.DEBUG: SELECT DATABASE() [] []
  34227. [2024-09-16 16:37:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34228. [2024-09-16 16:37:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34229. [2024-09-16 16:37:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34230. [2024-09-16 16:37:57] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34231. [2024-09-16 16:37:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34232. [2024-09-16 16:37:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34233. [2024-09-16 16:37:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34234. [2024-09-16 16:37:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34235. [2024-09-16 16:37:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34236. [2024-09-16 16:37:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34237. [2024-09-16 16:37:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34238. [2024-09-16 16:37:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34239. [2024-09-16 16:37:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34240. [2024-09-16 16:37:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34241. [2024-09-16 16:37:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34242. [2024-09-16 16:37:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34243. [2024-09-16 16:37:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34244. [2024-09-16 16:37:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34245. [2024-09-16 16:37:59] doctrine.DEBUG: SELECT DATABASE() [] []
  34246. [2024-09-16 16:37:59] doctrine.DEBUG: SELECT DATABASE() [] []
  34247. [2024-09-16 19:24:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34248. [2024-09-16 19:24:45] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34249. [2024-09-16 19:24:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34250. [2024-09-16 19:24:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34251. [2024-09-16 19:24:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34252. [2024-09-16 19:24:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34253. [2024-09-16 19:24:47] doctrine.DEBUG: SELECT DATABASE() [] []
  34254. [2024-09-16 19:24:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34255. [2024-09-16 19:24:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34256. [2024-09-16 19:24:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34257. [2024-09-16 19:24:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34258. [2024-09-16 19:24:48] doctrine.DEBUG: SELECT DATABASE() [] []
  34259. [2024-09-16 19:24:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34260. [2024-09-16 19:24:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34261. [2024-09-16 19:24:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34262. [2024-09-16 19:24:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34263. [2024-09-16 19:24:50] doctrine.DEBUG: SELECT DATABASE() [] []
  34264. [2024-09-16 19:24:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34265. [2024-09-16 19:24:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34266. [2024-09-16 19:24:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34267. [2024-09-16 19:24:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34268. [2024-09-16 19:24:53] doctrine.DEBUG: SELECT DATABASE() [] []
  34269. [2024-09-16 19:24:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34270. [2024-09-16 19:24:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34271. [2024-09-16 19:24:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34272. [2024-09-16 19:24:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34273. [2024-09-16 19:24:56] doctrine.DEBUG: SELECT DATABASE() [] []
  34274. [2024-09-16 19:24:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34275. [2024-09-16 19:24:58] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34276. [2024-09-16 19:24:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34277. [2024-09-16 19:25:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34278. [2024-09-16 19:25:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34279. [2024-09-16 19:25:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34280. [2024-09-16 19:25:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34281. [2024-09-16 19:25:01] doctrine.DEBUG: SELECT DATABASE() [] []
  34282. [2024-09-16 19:25:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34283. [2024-09-16 19:25:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34284. [2024-09-16 19:25:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34285. [2024-09-16 19:25:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34286. [2024-09-16 19:25:03] doctrine.DEBUG: SELECT DATABASE() [] []
  34287. [2024-09-17 00:27:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34288. [2024-09-17 00:27:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34289. [2024-09-17 00:27:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34290. [2024-09-17 00:27:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34291. [2024-09-17 00:27:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34292. [2024-09-17 00:27:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34293. [2024-09-17 00:27:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34294. [2024-09-17 00:27:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34295. [2024-09-17 00:27:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34296. [2024-09-17 00:27:33] doctrine.DEBUG: SELECT DATABASE() [] []
  34297. [2024-09-17 00:27:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34298. [2024-09-17 00:27:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34299. [2024-09-17 00:27:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34300. [2024-09-17 00:27:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34301. [2024-09-17 00:27:37] doctrine.DEBUG: SELECT DATABASE() [] []
  34302. [2024-09-17 03:10:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34303. [2024-09-17 03:10:58] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34304. [2024-09-17 03:10:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34305. [2024-09-17 03:10:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34306. [2024-09-17 03:10:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34307. [2024-09-17 03:10:59] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34308. [2024-09-17 03:10:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34309. [2024-09-17 03:10:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34310. [2024-09-17 03:10:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34311. [2024-09-17 03:10:59] doctrine.DEBUG: SELECT DATABASE() [] []
  34312. [2024-09-17 03:11:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34313. [2024-09-17 03:11:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34314. [2024-09-17 03:11:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34315. [2024-09-17 03:11:10] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34316. [2024-09-17 03:11:10] doctrine.DEBUG: SELECT DATABASE() [] []
  34317. [2024-09-17 23:29:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34318. [2024-09-17 23:29:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34319. [2024-09-17 23:29:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34320. [2024-09-17 23:29:31] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34321. [2024-09-17 23:29:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34322. [2024-09-17 23:29:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34323. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34324. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34325. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34326. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34327. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34328. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34329. [2024-09-17 23:29:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34330. [2024-09-17 23:29:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34331. [2024-09-17 23:29:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34332. [2024-09-17 23:29:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34333. [2024-09-17 23:29:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34334. [2024-09-17 23:29:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34335. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT DATABASE() [] []
  34336. [2024-09-17 23:29:32] doctrine.DEBUG: SELECT DATABASE() [] []
  34337. [2024-09-17 23:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34338. [2024-09-17 23:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34339. [2024-09-17 23:29:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34340. [2024-09-17 23:29:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34341. [2024-09-17 23:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34342. [2024-09-17 23:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34343. [2024-09-17 23:29:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34344. [2024-09-17 23:29:33] doctrine.DEBUG: SELECT DATABASE() [] []
  34345. [2024-09-17 23:29:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34346. [2024-09-17 23:29:33] doctrine.DEBUG: SELECT DATABASE() [] []
  34347. [2024-09-17 23:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34348. [2024-09-17 23:29:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34349. [2024-09-17 23:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34350. [2024-09-17 23:29:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34351. [2024-09-17 23:29:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login/"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login/\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34352. [2024-09-17 23:29:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34353. [2024-09-17 23:29:34] doctrine.DEBUG: SELECT DATABASE() [] []
  34354. [2024-09-17 23:29:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34355. [2024-09-17 23:29:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34356. [2024-09-17 23:29:34] doctrine.DEBUG: SELECT DATABASE() [] []
  34357. [2024-09-18 04:22:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34358. [2024-09-18 04:22:32] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34359. [2024-09-18 04:22:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34360. [2024-09-18 04:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34361. [2024-09-18 04:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34362. [2024-09-18 04:22:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34363. [2024-09-18 04:22:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34364. [2024-09-18 04:22:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34365. [2024-09-18 04:22:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34366. [2024-09-18 04:22:35] doctrine.DEBUG: SELECT DATABASE() [] []
  34367. [2024-09-18 23:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34368. [2024-09-18 23:41:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34369. [2024-09-18 23:41:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34370. [2024-09-18 23:41:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34371. [2024-09-18 23:41:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34372. [2024-09-18 23:41:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34373. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34374. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34375. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34376. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34377. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34378. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34379. [2024-09-18 23:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34380. [2024-09-18 23:41:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34381. [2024-09-18 23:41:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34382. [2024-09-18 23:41:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34383. [2024-09-18 23:41:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34384. [2024-09-18 23:41:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34385. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT DATABASE() [] []
  34386. [2024-09-18 23:41:58] doctrine.DEBUG: SELECT DATABASE() [] []
  34387. [2024-09-19 17:11:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34388. [2024-09-19 17:11:58] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34389. [2024-09-19 17:11:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34390. [2024-09-19 17:11:59] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34391. [2024-09-19 17:12:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34392. [2024-09-19 17:12:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34393. [2024-09-19 17:12:01] doctrine.DEBUG: SELECT DATABASE() [] []
  34394. [2024-09-19 17:12:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34395. [2024-09-19 17:12:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34396. [2024-09-19 17:12:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34397. [2024-09-19 17:12:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34398. [2024-09-19 17:12:02] doctrine.DEBUG: SELECT DATABASE() [] []
  34399. [2024-09-19 17:12:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34400. [2024-09-19 17:12:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34401. [2024-09-19 17:12:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34402. [2024-09-19 17:12:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34403. [2024-09-19 17:12:03] doctrine.DEBUG: SELECT DATABASE() [] []
  34404. [2024-09-19 17:12:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34405. [2024-09-19 17:12:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34406. [2024-09-19 17:12:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34407. [2024-09-19 17:12:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34408. [2024-09-19 17:12:04] doctrine.DEBUG: SELECT DATABASE() [] []
  34409. [2024-09-19 17:12:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34410. [2024-09-19 17:12:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34411. [2024-09-19 17:12:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34412. [2024-09-19 17:12:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34413. [2024-09-19 17:12:05] doctrine.DEBUG: SELECT DATABASE() [] []
  34414. [2024-09-19 17:12:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34415. [2024-09-19 17:12:06] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34416. [2024-09-19 17:12:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34417. [2024-09-19 17:12:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34418. [2024-09-19 17:12:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34419. [2024-09-19 17:12:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34420. [2024-09-19 17:12:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34421. [2024-09-19 17:12:07] doctrine.DEBUG: SELECT DATABASE() [] []
  34422. [2024-09-19 17:12:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34423. [2024-09-19 17:12:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34424. [2024-09-19 17:12:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34425. [2024-09-19 17:12:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34426. [2024-09-19 17:12:08] doctrine.DEBUG: SELECT DATABASE() [] []
  34427. [2024-09-19 17:18:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34428. [2024-09-19 17:18:11] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34429. [2024-09-19 17:18:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34430. [2024-09-19 17:18:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34431. [2024-09-19 17:18:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34432. [2024-09-19 17:18:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34433. [2024-09-19 17:18:12] doctrine.DEBUG: SELECT DATABASE() [] []
  34434. [2024-09-19 17:18:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34435. [2024-09-19 17:18:13] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34436. [2024-09-19 17:18:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34437. [2024-09-19 17:18:13] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34438. [2024-09-19 17:18:13] doctrine.DEBUG: SELECT DATABASE() [] []
  34439. [2024-09-19 17:18:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34440. [2024-09-19 17:18:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34441. [2024-09-19 17:18:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34442. [2024-09-19 17:18:14] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34443. [2024-09-19 17:18:14] doctrine.DEBUG: SELECT DATABASE() [] []
  34444. [2024-09-19 17:18:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34445. [2024-09-19 17:18:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34446. [2024-09-19 17:18:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34447. [2024-09-19 17:18:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34448. [2024-09-19 17:18:15] doctrine.DEBUG: SELECT DATABASE() [] []
  34449. [2024-09-19 17:18:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34450. [2024-09-19 17:18:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34451. [2024-09-19 17:18:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34452. [2024-09-19 17:18:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34453. [2024-09-19 17:18:16] doctrine.DEBUG: SELECT DATABASE() [] []
  34454. [2024-09-19 17:18:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34455. [2024-09-19 17:18:17] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34456. [2024-09-19 17:18:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34457. [2024-09-19 17:18:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34458. [2024-09-19 17:18:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34459. [2024-09-19 17:18:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34460. [2024-09-19 17:18:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34461. [2024-09-19 17:18:18] doctrine.DEBUG: SELECT DATABASE() [] []
  34462. [2024-09-19 17:18:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34463. [2024-09-19 17:18:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34464. [2024-09-19 17:18:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34465. [2024-09-19 17:18:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34466. [2024-09-19 17:18:19] doctrine.DEBUG: SELECT DATABASE() [] []
  34467. [2024-09-19 17:18:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34468. [2024-09-19 17:18:44] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34469. [2024-09-19 17:18:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34470. [2024-09-19 17:18:45] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34471. [2024-09-19 17:18:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34472. [2024-09-19 17:18:45] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34473. [2024-09-19 17:18:45] doctrine.DEBUG: SELECT DATABASE() [] []
  34474. [2024-09-19 17:18:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34475. [2024-09-19 17:18:46] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34476. [2024-09-19 17:18:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34477. [2024-09-19 17:18:46] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34478. [2024-09-19 17:18:46] doctrine.DEBUG: SELECT DATABASE() [] []
  34479. [2024-09-19 17:18:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34480. [2024-09-19 17:18:47] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34481. [2024-09-19 17:18:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34482. [2024-09-19 17:18:47] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34483. [2024-09-19 17:18:47] doctrine.DEBUG: SELECT DATABASE() [] []
  34484. [2024-09-19 17:18:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34485. [2024-09-19 17:18:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34486. [2024-09-19 17:18:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34487. [2024-09-19 17:18:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34488. [2024-09-19 17:18:48] doctrine.DEBUG: SELECT DATABASE() [] []
  34489. [2024-09-19 17:18:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34490. [2024-09-19 17:18:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34491. [2024-09-19 17:18:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34492. [2024-09-19 17:18:48] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34493. [2024-09-19 17:18:48] doctrine.DEBUG: SELECT DATABASE() [] []
  34494. [2024-09-19 17:18:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34495. [2024-09-19 17:18:49] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34496. [2024-09-19 17:18:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34497. [2024-09-19 17:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34498. [2024-09-19 17:18:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34499. [2024-09-19 17:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34500. [2024-09-19 17:18:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34501. [2024-09-19 17:18:50] doctrine.DEBUG: SELECT DATABASE() [] []
  34502. [2024-09-19 17:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34503. [2024-09-19 17:18:50] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34504. [2024-09-19 17:18:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34505. [2024-09-19 17:18:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34506. [2024-09-19 17:18:50] doctrine.DEBUG: SELECT DATABASE() [] []
  34507. [2024-09-20 00:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34508. [2024-09-20 00:56:47] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34509. [2024-09-20 00:56:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34510. [2024-09-20 00:56:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34511. [2024-09-20 00:56:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34512. [2024-09-20 00:56:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34513. [2024-09-20 00:56:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34514. [2024-09-20 00:56:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34515. [2024-09-20 00:56:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34516. [2024-09-20 00:56:49] doctrine.DEBUG: SELECT DATABASE() [] []
  34517. [2024-09-20 00:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34518. [2024-09-20 00:56:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34519. [2024-09-20 00:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34520. [2024-09-20 00:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34521. [2024-09-20 00:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34522. [2024-09-20 00:56:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34523. [2024-09-20 00:56:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34524. [2024-09-20 00:56:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34525. [2024-09-20 00:56:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34526. [2024-09-20 00:56:50] doctrine.DEBUG: SELECT DATABASE() [] []
  34527. [2024-09-20 03:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34528. [2024-09-20 03:56:33] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34529. [2024-09-20 03:56:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34530. [2024-09-20 03:56:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34531. [2024-09-20 03:56:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34532. [2024-09-20 03:56:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34533. [2024-09-20 03:56:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34534. [2024-09-20 03:56:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34535. [2024-09-20 03:56:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34536. [2024-09-20 03:56:34] doctrine.DEBUG: SELECT DATABASE() [] []
  34537. [2024-09-20 13:21:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34538. [2024-09-20 13:21:12] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34539. [2024-09-20 13:21:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34540. [2024-09-20 13:21:14] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34541. [2024-09-20 13:21:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34542. [2024-09-20 13:21:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34543. [2024-09-20 13:21:15] doctrine.DEBUG: SELECT DATABASE() [] []
  34544. [2024-09-20 13:21:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34545. [2024-09-20 13:21:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34546. [2024-09-20 13:21:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34547. [2024-09-20 13:21:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34548. [2024-09-20 13:21:16] doctrine.DEBUG: SELECT DATABASE() [] []
  34549. [2024-09-20 13:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34550. [2024-09-20 13:21:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34551. [2024-09-20 13:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34552. [2024-09-20 13:21:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34553. [2024-09-20 13:21:17] doctrine.DEBUG: SELECT DATABASE() [] []
  34554. [2024-09-20 13:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34555. [2024-09-20 13:21:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34556. [2024-09-20 13:21:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34557. [2024-09-20 13:21:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34558. [2024-09-20 13:21:17] doctrine.DEBUG: SELECT DATABASE() [] []
  34559. [2024-09-20 13:21:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34560. [2024-09-20 13:21:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34561. [2024-09-20 13:21:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34562. [2024-09-20 13:21:18] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34563. [2024-09-20 13:21:18] doctrine.DEBUG: SELECT DATABASE() [] []
  34564. [2024-09-20 13:21:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34565. [2024-09-20 13:21:19] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34566. [2024-09-20 13:21:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34567. [2024-09-20 13:21:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34568. [2024-09-20 13:21:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34569. [2024-09-20 13:21:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34570. [2024-09-20 13:21:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34571. [2024-09-20 13:21:20] doctrine.DEBUG: SELECT DATABASE() [] []
  34572. [2024-09-20 13:21:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34573. [2024-09-20 13:21:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34574. [2024-09-20 13:21:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34575. [2024-09-20 13:21:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34576. [2024-09-20 13:21:20] doctrine.DEBUG: SELECT DATABASE() [] []
  34577. [2024-09-20 19:50:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34578. [2024-09-20 19:50:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34579. [2024-09-20 19:50:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34580. [2024-09-20 19:50:53] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34581. [2024-09-20 19:50:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34582. [2024-09-20 19:50:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34583. [2024-09-20 19:50:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34584. [2024-09-20 19:50:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34585. [2024-09-20 19:50:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34586. [2024-09-20 19:50:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34587. [2024-09-20 19:50:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34588. [2024-09-20 19:50:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34589. [2024-09-20 19:50:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34590. [2024-09-20 19:50:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34591. [2024-09-20 19:50:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34592. [2024-09-20 19:50:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34593. [2024-09-20 19:50:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34594. [2024-09-20 19:50:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34595. [2024-09-20 19:50:55] doctrine.DEBUG: SELECT DATABASE() [] []
  34596. [2024-09-20 19:50:55] doctrine.DEBUG: SELECT DATABASE() [] []
  34597. [2024-09-21 03:02:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34598. [2024-09-21 03:02:13] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"HEAD"} []
  34599. [2024-09-21 03:02:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34600. [2024-09-21 03:02:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34601. [2024-09-21 03:02:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34602. [2024-09-21 03:02:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34603. [2024-09-21 03:02:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34604. [2024-09-21 03:02:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34605. [2024-09-21 03:02:17] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34606. [2024-09-21 03:02:17] doctrine.DEBUG: SELECT DATABASE() [] []
  34607. [2024-09-21 03:03:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34608. [2024-09-21 03:03:25] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34609. [2024-09-21 03:03:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34610. [2024-09-21 03:03:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34611. [2024-09-21 03:03:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34612. [2024-09-21 03:03:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34613. [2024-09-21 03:03:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34614. [2024-09-21 03:03:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34615. [2024-09-21 03:03:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34616. [2024-09-21 03:03:26] doctrine.DEBUG: SELECT DATABASE() [] []
  34617. [2024-09-21 03:04:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34618. [2024-09-21 03:04:35] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34619. [2024-09-21 03:04:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34620. [2024-09-21 03:04:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34621. [2024-09-21 03:04:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34622. [2024-09-21 03:04:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34623. [2024-09-21 03:04:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34624. [2024-09-21 03:04:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34625. [2024-09-21 03:04:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34626. [2024-09-21 03:04:35] doctrine.DEBUG: SELECT DATABASE() [] []
  34627. [2024-09-21 03:04:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34628. [2024-09-21 03:04:36] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "https://www.rbbe.asb-digital.fr/")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"https://www.rbbe.asb-digital.fr/\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34629. [2024-09-21 03:04:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34630. [2024-09-21 03:04:37] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34631. [2024-09-21 03:04:37] doctrine.DEBUG: SELECT DATABASE() [] []
  34632. [2024-09-21 03:04:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34633. [2024-09-21 03:04:38] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34634. [2024-09-21 03:04:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34635. [2024-09-21 03:04:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34636. [2024-09-21 03:04:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34637. [2024-09-21 03:04:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34638. [2024-09-21 03:04:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34639. [2024-09-21 03:04:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34640. [2024-09-21 03:04:38] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34641. [2024-09-21 03:04:38] doctrine.DEBUG: SELECT DATABASE() [] []
  34642. [2024-09-21 04:22:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34643. [2024-09-21 04:22:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34644. [2024-09-21 04:22:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34645. [2024-09-21 04:22:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34646. [2024-09-21 04:22:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34647. [2024-09-21 04:22:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34648. [2024-09-21 04:22:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34649. [2024-09-21 04:22:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34650. [2024-09-21 04:22:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34651. [2024-09-21 04:22:15] doctrine.DEBUG: SELECT DATABASE() [] []
  34652. [2024-09-21 04:22:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34653. [2024-09-21 04:22:15] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34654. [2024-09-21 04:22:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34655. [2024-09-21 04:22:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34656. [2024-09-21 04:22:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34657. [2024-09-21 04:22:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34658. [2024-09-21 04:22:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34659. [2024-09-21 04:22:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34660. [2024-09-21 04:22:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34661. [2024-09-21 04:22:15] doctrine.DEBUG: SELECT DATABASE() [] []
  34662. [2024-09-21 04:22:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34663. [2024-09-21 04:22:16] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34664. [2024-09-21 04:22:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34665. [2024-09-21 04:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34666. [2024-09-21 04:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34667. [2024-09-21 04:22:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34668. [2024-09-21 04:22:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34669. [2024-09-21 04:22:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34670. [2024-09-21 04:22:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34671. [2024-09-21 04:22:16] doctrine.DEBUG: SELECT DATABASE() [] []
  34672. [2024-09-21 10:39:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34673. [2024-09-21 10:39:14] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34674. [2024-09-21 10:39:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34675. [2024-09-21 10:39:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34676. [2024-09-21 10:39:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34677. [2024-09-21 10:39:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34678. [2024-09-21 10:39:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34679. [2024-09-21 10:39:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34680. [2024-09-21 10:39:16] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34681. [2024-09-21 10:39:16] doctrine.DEBUG: SELECT DATABASE() [] []
  34682. [2024-09-21 11:37:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34683. [2024-09-21 11:37:26] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34684. [2024-09-21 11:37:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34685. [2024-09-21 11:37:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34686. [2024-09-21 11:37:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34687. [2024-09-21 11:37:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34688. [2024-09-21 11:37:28] doctrine.DEBUG: SELECT DATABASE() [] []
  34689. [2024-09-21 11:37:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34690. [2024-09-21 11:37:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34691. [2024-09-21 11:37:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34692. [2024-09-21 11:37:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34693. [2024-09-21 11:37:29] doctrine.DEBUG: SELECT DATABASE() [] []
  34694. [2024-09-21 11:37:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34695. [2024-09-21 11:37:29] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34696. [2024-09-21 11:37:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34697. [2024-09-21 11:37:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34698. [2024-09-21 11:37:29] doctrine.DEBUG: SELECT DATABASE() [] []
  34699. [2024-09-21 11:37:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34700. [2024-09-21 11:37:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34701. [2024-09-21 11:37:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34702. [2024-09-21 11:37:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34703. [2024-09-21 11:37:30] doctrine.DEBUG: SELECT DATABASE() [] []
  34704. [2024-09-21 11:37:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34705. [2024-09-21 11:37:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34706. [2024-09-21 11:37:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34707. [2024-09-21 11:37:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34708. [2024-09-21 11:37:31] doctrine.DEBUG: SELECT DATABASE() [] []
  34709. [2024-09-21 11:37:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34710. [2024-09-21 11:37:31] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34711. [2024-09-21 11:37:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34712. [2024-09-21 11:37:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34713. [2024-09-21 11:37:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34714. [2024-09-21 11:37:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34715. [2024-09-21 11:37:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34716. [2024-09-21 11:37:32] doctrine.DEBUG: SELECT DATABASE() [] []
  34717. [2024-09-21 11:37:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34718. [2024-09-21 11:37:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34719. [2024-09-21 11:37:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34720. [2024-09-21 11:37:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34721. [2024-09-21 11:37:33] doctrine.DEBUG: SELECT DATABASE() [] []
  34722. [2024-09-21 11:45:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34723. [2024-09-21 11:45:52] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34724. [2024-09-21 11:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34725. [2024-09-21 11:45:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34726. [2024-09-21 11:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34727. [2024-09-21 11:45:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34728. [2024-09-21 11:45:53] doctrine.DEBUG: SELECT DATABASE() [] []
  34729. [2024-09-21 11:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34730. [2024-09-21 11:45:53] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34731. [2024-09-21 11:45:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34732. [2024-09-21 11:45:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34733. [2024-09-21 11:45:53] doctrine.DEBUG: SELECT DATABASE() [] []
  34734. [2024-09-21 11:45:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34735. [2024-09-21 11:45:54] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34736. [2024-09-21 11:45:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34737. [2024-09-21 11:45:54] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34738. [2024-09-21 11:45:54] doctrine.DEBUG: SELECT DATABASE() [] []
  34739. [2024-09-21 11:45:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34740. [2024-09-21 11:45:55] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34741. [2024-09-21 11:45:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34742. [2024-09-21 11:45:55] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34743. [2024-09-21 11:45:55] doctrine.DEBUG: SELECT DATABASE() [] []
  34744. [2024-09-21 11:45:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34745. [2024-09-21 11:45:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34746. [2024-09-21 11:45:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34747. [2024-09-21 11:45:56] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34748. [2024-09-21 11:45:56] doctrine.DEBUG: SELECT DATABASE() [] []
  34749. [2024-09-21 11:45:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34750. [2024-09-21 11:45:56] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34751. [2024-09-21 11:45:56] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34752. [2024-09-21 11:45:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34753. [2024-09-21 11:45:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34754. [2024-09-21 11:45:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34755. [2024-09-21 11:45:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34756. [2024-09-21 11:45:57] doctrine.DEBUG: SELECT DATABASE() [] []
  34757. [2024-09-21 11:45:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34758. [2024-09-21 11:45:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34759. [2024-09-21 11:45:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34760. [2024-09-21 11:45:58] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34761. [2024-09-21 11:45:58] doctrine.DEBUG: SELECT DATABASE() [] []
  34762. [2024-09-21 15:09:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34763. [2024-09-21 15:09:03] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34764. [2024-09-21 15:09:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34765. [2024-09-21 15:09:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34766. [2024-09-21 15:09:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34767. [2024-09-21 15:09:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34768. [2024-09-21 15:09:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34769. [2024-09-21 15:09:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34770. [2024-09-21 15:09:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34771. [2024-09-21 15:09:05] doctrine.DEBUG: SELECT DATABASE() [] []
  34772. [2024-09-21 19:58:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34773. [2024-09-21 19:58:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-login.php"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-login.php\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34774. [2024-09-21 19:58:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34775. [2024-09-21 19:58:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34776. [2024-09-21 19:58:24] doctrine.DEBUG: SELECT DATABASE() [] []
  34777. [2024-09-22 03:49:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34778. [2024-09-22 03:49:51] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34779. [2024-09-22 03:49:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34780. [2024-09-22 03:49:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34781. [2024-09-22 03:49:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34782. [2024-09-22 03:49:53] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34783. [2024-09-22 03:49:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34784. [2024-09-22 03:49:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34785. [2024-09-22 03:49:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34786. [2024-09-22 03:49:53] doctrine.DEBUG: SELECT DATABASE() [] []
  34787. [2024-09-22 22:26:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34788. [2024-09-22 22:26:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34789. [2024-09-22 22:26:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34790. [2024-09-22 22:26:22] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34791. [2024-09-22 22:26:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34792. [2024-09-22 22:26:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34793. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34794. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34795. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34796. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34797. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34798. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34799. [2024-09-22 22:26:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34800. [2024-09-22 22:26:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34801. [2024-09-22 22:26:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34802. [2024-09-22 22:26:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34803. [2024-09-22 22:26:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34804. [2024-09-22 22:26:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34805. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT DATABASE() [] []
  34806. [2024-09-22 22:26:24] doctrine.DEBUG: SELECT DATABASE() [] []
  34807. [2024-09-23 13:32:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34808. [2024-09-23 13:32:54] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34809. [2024-09-23 13:32:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34810. [2024-09-23 13:32:57] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34811. [2024-09-23 13:32:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34812. [2024-09-23 13:32:59] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34813. [2024-09-23 13:32:59] doctrine.DEBUG: SELECT DATABASE() [] []
  34814. [2024-09-23 13:33:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34815. [2024-09-23 13:33:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34816. [2024-09-23 13:33:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34817. [2024-09-23 13:33:01] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34818. [2024-09-23 13:33:01] doctrine.DEBUG: SELECT DATABASE() [] []
  34819. [2024-09-23 13:33:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34820. [2024-09-23 13:33:02] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34821. [2024-09-23 13:33:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34822. [2024-09-23 13:33:02] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34823. [2024-09-23 13:33:02] doctrine.DEBUG: SELECT DATABASE() [] []
  34824. [2024-09-23 13:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34825. [2024-09-23 13:33:03] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34826. [2024-09-23 13:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34827. [2024-09-23 13:33:03] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34828. [2024-09-23 13:33:03] doctrine.DEBUG: SELECT DATABASE() [] []
  34829. [2024-09-23 13:33:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34830. [2024-09-23 13:33:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34831. [2024-09-23 13:33:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34832. [2024-09-23 13:33:04] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34833. [2024-09-23 13:33:04] doctrine.DEBUG: SELECT DATABASE() [] []
  34834. [2024-09-23 13:33:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34835. [2024-09-23 13:33:05] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34836. [2024-09-23 13:33:05] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34837. [2024-09-23 13:33:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34838. [2024-09-23 13:33:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34839. [2024-09-23 13:33:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34840. [2024-09-23 13:33:06] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34841. [2024-09-23 13:33:06] doctrine.DEBUG: SELECT DATABASE() [] []
  34842. [2024-09-23 13:33:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34843. [2024-09-23 13:33:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34844. [2024-09-23 13:33:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34845. [2024-09-23 13:33:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34846. [2024-09-23 13:33:07] doctrine.DEBUG: SELECT DATABASE() [] []
  34847. [2024-09-24 03:57:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34848. [2024-09-24 03:57:12] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34849. [2024-09-24 03:57:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34850. [2024-09-24 03:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34851. [2024-09-24 03:57:14] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34852. [2024-09-24 03:57:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34853. [2024-09-24 03:57:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34854. [2024-09-24 03:57:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34855. [2024-09-24 03:57:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34856. [2024-09-24 03:57:15] doctrine.DEBUG: SELECT DATABASE() [] []
  34857. [2024-09-24 04:15:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34858. [2024-09-24 04:15:49] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34859. [2024-09-24 04:15:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34860. [2024-09-24 04:15:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34861. [2024-09-24 04:15:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34862. [2024-09-24 04:15:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34863. [2024-09-24 04:15:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34864. [2024-09-24 04:15:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34865. [2024-09-24 04:15:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34866. [2024-09-24 04:15:49] doctrine.DEBUG: SELECT DATABASE() [] []
  34867. [2024-09-24 04:15:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34868. [2024-09-24 04:15:50] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34869. [2024-09-24 04:15:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34870. [2024-09-24 04:15:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34871. [2024-09-24 04:15:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34872. [2024-09-24 04:15:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34873. [2024-09-24 04:15:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34874. [2024-09-24 04:15:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34875. [2024-09-24 04:15:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34876. [2024-09-24 04:15:50] doctrine.DEBUG: SELECT DATABASE() [] []
  34877. [2024-09-24 10:41:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34878. [2024-09-24 10:41:25] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34879. [2024-09-24 10:41:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34880. [2024-09-24 10:41:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34881. [2024-09-24 10:41:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34882. [2024-09-24 10:41:29] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34883. [2024-09-24 10:41:29] doctrine.DEBUG: SELECT DATABASE() [] []
  34884. [2024-09-24 10:41:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34885. [2024-09-24 10:41:30] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34886. [2024-09-24 10:41:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34887. [2024-09-24 10:41:30] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34888. [2024-09-24 10:41:30] doctrine.DEBUG: SELECT DATABASE() [] []
  34889. [2024-09-24 10:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34890. [2024-09-24 10:41:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34891. [2024-09-24 10:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34892. [2024-09-24 10:41:31] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34893. [2024-09-24 10:41:31] doctrine.DEBUG: SELECT DATABASE() [] []
  34894. [2024-09-24 10:41:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34895. [2024-09-24 10:41:31] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34896. [2024-09-24 10:41:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34897. [2024-09-24 10:41:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34898. [2024-09-24 10:41:32] doctrine.DEBUG: SELECT DATABASE() [] []
  34899. [2024-09-24 10:41:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34900. [2024-09-24 10:41:32] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34901. [2024-09-24 10:41:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34902. [2024-09-24 10:41:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34903. [2024-09-24 10:41:32] doctrine.DEBUG: SELECT DATABASE() [] []
  34904. [2024-09-24 10:41:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34905. [2024-09-24 10:41:33] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34906. [2024-09-24 10:41:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34907. [2024-09-24 10:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34908. [2024-09-24 10:41:34] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34909. [2024-09-24 10:41:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34910. [2024-09-24 10:41:34] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34911. [2024-09-24 10:41:34] doctrine.DEBUG: SELECT DATABASE() [] []
  34912. [2024-09-24 10:41:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34913. [2024-09-24 10:41:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34914. [2024-09-24 10:41:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34915. [2024-09-24 10:41:35] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34916. [2024-09-24 10:41:35] doctrine.DEBUG: SELECT DATABASE() [] []
  34917. [2024-09-24 11:00:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34918. [2024-09-24 11:00:18] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  34919. [2024-09-24 11:00:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34920. [2024-09-24 11:00:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34921. [2024-09-24 11:00:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34922. [2024-09-24 11:00:19] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34923. [2024-09-24 11:00:19] doctrine.DEBUG: SELECT DATABASE() [] []
  34924. [2024-09-24 11:00:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34925. [2024-09-24 11:00:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34926. [2024-09-24 11:00:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34927. [2024-09-24 11:00:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34928. [2024-09-24 11:00:20] doctrine.DEBUG: SELECT DATABASE() [] []
  34929. [2024-09-24 11:00:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34930. [2024-09-24 11:00:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34931. [2024-09-24 11:00:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34932. [2024-09-24 11:00:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34933. [2024-09-24 11:00:21] doctrine.DEBUG: SELECT DATABASE() [] []
  34934. [2024-09-24 11:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34935. [2024-09-24 11:00:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34936. [2024-09-24 11:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34937. [2024-09-24 11:00:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34938. [2024-09-24 11:00:22] doctrine.DEBUG: SELECT DATABASE() [] []
  34939. [2024-09-24 11:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34940. [2024-09-24 11:00:22] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34941. [2024-09-24 11:00:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34942. [2024-09-24 11:00:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34943. [2024-09-24 11:00:22] doctrine.DEBUG: SELECT DATABASE() [] []
  34944. [2024-09-24 11:00:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34945. [2024-09-24 11:00:23] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  34946. [2024-09-24 11:00:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  34947. [2024-09-24 11:00:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34948. [2024-09-24 11:00:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34949. [2024-09-24 11:00:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34950. [2024-09-24 11:00:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34951. [2024-09-24 11:00:24] doctrine.DEBUG: SELECT DATABASE() [] []
  34952. [2024-09-24 11:00:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34953. [2024-09-24 11:00:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34954. [2024-09-24 11:00:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34955. [2024-09-24 11:00:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34956. [2024-09-24 11:00:25] doctrine.DEBUG: SELECT DATABASE() [] []
  34957. [2024-09-26 03:39:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34958. [2024-09-26 03:39:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34959. [2024-09-26 03:39:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34960. [2024-09-26 03:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34961. [2024-09-26 03:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34962. [2024-09-26 03:39:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34963. [2024-09-26 03:39:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34964. [2024-09-26 03:39:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34965. [2024-09-26 03:39:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34966. [2024-09-26 03:39:12] doctrine.DEBUG: SELECT DATABASE() [] []
  34967. [2024-09-26 04:42:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34968. [2024-09-26 04:42:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34969. [2024-09-26 04:42:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34970. [2024-09-26 04:42:48] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  34971. [2024-09-26 04:42:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34972. [2024-09-26 04:42:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34973. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34974. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34975. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34976. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34977. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34978. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34979. [2024-09-26 04:42:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34980. [2024-09-26 04:42:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34981. [2024-09-26 04:42:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34982. [2024-09-26 04:42:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34983. [2024-09-26 04:42:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34984. [2024-09-26 04:42:49] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34985. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT DATABASE() [] []
  34986. [2024-09-26 04:42:49] doctrine.DEBUG: SELECT DATABASE() [] []
  34987. [2024-09-28 01:23:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34988. [2024-09-28 01:23:02] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  34989. [2024-09-28 01:23:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  34990. [2024-09-28 01:23:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  34991. [2024-09-28 01:23:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  34992. [2024-09-28 01:23:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  34993. [2024-09-28 01:23:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  34994. [2024-09-28 01:23:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  34995. [2024-09-28 01:23:05] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  34996. [2024-09-28 01:23:05] doctrine.DEBUG: SELECT DATABASE() [] []
  34997. [2024-09-28 01:23:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  34998. [2024-09-28 01:23:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  34999. [2024-09-28 01:23:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35000. [2024-09-28 01:23:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35001. [2024-09-28 01:23:07] doctrine.DEBUG: SELECT DATABASE() [] []
  35002. [2024-09-28 01:23:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35003. [2024-09-28 01:23:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35004. [2024-09-28 01:23:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35005. [2024-09-28 01:23:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35006. [2024-09-28 01:23:07] doctrine.DEBUG: SELECT DATABASE() [] []
  35007. [2024-09-28 01:23:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35008. [2024-09-28 01:23:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35009. [2024-09-28 01:23:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35010. [2024-09-28 01:23:08] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35011. [2024-09-28 01:23:08] doctrine.DEBUG: SELECT DATABASE() [] []
  35012. [2024-09-28 03:37:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35013. [2024-09-28 03:37:56] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"http://www.rbbe.asb-digital.fr/","method":"GET"} []
  35014. [2024-09-28 03:37:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35015. [2024-09-28 03:37:56] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  35016. [2024-09-28 03:37:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  35017. [2024-09-28 03:37:57] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  35018. [2024-09-28 03:37:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  35019. [2024-09-28 03:37:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  35020. [2024-09-28 03:37:57] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35021. [2024-09-28 03:37:57] doctrine.DEBUG: SELECT DATABASE() [] []
  35022. [2024-09-28 07:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35023. [2024-09-28 07:35:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35024. [2024-09-28 07:35:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  35025. [2024-09-28 07:35:09] request.INFO: Matched route "front_landing". {"route":"front_landing","route_parameters":{"_route":"front_landing","_controller":"App\\Controller\\FrontController::landing"},"request_uri":"https://www.rbbe.asb-digital.fr/","method":"GET"} []
  35026. [2024-09-28 07:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35027. [2024-09-28 07:35:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35028. [2024-09-28 07:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  35029. [2024-09-28 07:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.color_category_file_name AS color_category_file_name_3, t0.linear_gradient AS linear_gradient_4, t0.color_category_file_size AS color_category_file_size_5, t0.color_category_file_updated_at AS color_category_file_updated_at_6, t0.position AS position_7 FROM color_category t0 ORDER BY t0.position ASC [] []
  35030. [2024-09-28 07:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  35031. [2024-09-28 07:35:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.controller AS controller_4, t0.sitemap_file_name AS sitemap_file_name_5, t0.sitemap_file_size AS sitemap_file_size_6, t0.sitemap_file_updated_at AS sitemap_file_updated_at_7, t0.title AS title_8 FROM page t0 WHERE t0.controller = ? LIMIT 1 ["App\\Controller\\FrontContro [...]"] []
  35032. [2024-09-28 07:35:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  35033. [2024-09-28 07:35:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.address AS address_2, t0.fix_phone AS fix_phone_3, t0.mobile_phone AS mobile_phone_4, t0.email AS email_5, t0.opening_hour AS opening_hour_6 FROM info t0 LIMIT 1 [] []
  35034. [2024-09-28 07:35:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  35035. [2024-09-28 07:35:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} []
  35036. [2024-09-28 07:35:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  35037. [2024-09-28 07:35:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
  35038. [2024-09-28 07:35:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35039. [2024-09-28 07:35:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35040. [2024-09-28 07:35:12] doctrine.DEBUG: SELECT DATABASE() [] []
  35041. [2024-09-28 07:35:12] doctrine.DEBUG: SELECT DATABASE() [] []
  35042. [2024-09-28 10:15:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35043. [2024-09-28 10:15:52] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35044. [2024-09-28 10:15:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35045. [2024-09-28 10:15:53] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35046. [2024-09-28 10:15:53] doctrine.DEBUG: SELECT DATABASE() [] []
  35047. [2024-09-28 10:15:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35048. [2024-09-28 10:15:54] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/empty/search/results","method":"GET"} []
  35049. [2024-09-28 10:15:54] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  35050. [2024-09-28 11:21:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35051. [2024-09-28 11:21:18] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/phpinfo","method":"GET"} []
  35052. [2024-09-28 11:21:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35053. [2024-09-28 11:21:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35054. [2024-09-28 11:21:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35055. [2024-09-28 11:21:20] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35056. [2024-09-28 11:21:20] doctrine.DEBUG: SELECT DATABASE() [] []
  35057. [2024-09-28 11:21:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35058. [2024-09-28 11:21:21] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /web/app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /web/app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35059. [2024-09-28 11:21:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35060. [2024-09-28 11:21:21] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35061. [2024-09-28 11:21:21] doctrine.DEBUG: SELECT DATABASE() [] []
  35062. [2024-09-28 11:21:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35063. [2024-09-28 11:21:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35064. [2024-09-28 11:21:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35065. [2024-09-28 11:21:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35066. [2024-09-28 11:21:23] doctrine.DEBUG: SELECT DATABASE() [] []
  35067. [2024-09-28 11:21:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35068. [2024-09-28 11:21:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/hlcdisb/www/rbbe_dev/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/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35069. [2024-09-28 11:21:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35070. [2024-09-28 11:21:24] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35071. [2024-09-28 11:21:24] doctrine.DEBUG: SELECT DATABASE() [] []
  35072. [2024-09-28 11:21:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35073. [2024-09-28 11:21:25] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35074. [2024-09-28 11:21:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35075. [2024-09-28 11:21:25] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35076. [2024-09-28 11:21:25] doctrine.DEBUG: SELECT DATABASE() [] []
  35077. [2024-09-28 11:21:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35078. [2024-09-28 11:21:26] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} []
  35079. [2024-09-28 11:21:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 367 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/hlcdisb/www/rbbe_dev/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:367)"} []
  35080. [2024-09-28 11:21:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35081. [2024-09-28 11:21:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app_dev.php/_profiler/open"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app_dev.php/_profiler/open\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35082. [2024-09-28 11:21:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35083. [2024-09-28 11:21:27] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35084. [2024-09-28 11:21:27] doctrine.DEBUG: SELECT DATABASE() [] []
  35085. [2024-09-28 11:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35086. [2024-09-28 11:21:28] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/config/parameters.yml"" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/config/parameters.yml\" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35087. [2024-09-28 11:21:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35088. [2024-09-28 11:21:28] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35089. [2024-09-28 11:21:28] doctrine.DEBUG: SELECT DATABASE() [] []
  35090. [2024-09-28 12:20:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35091. [2024-09-28 12:20:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://rbbe.asb-digital.fr/robots.txt")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://rbbe.asb-digital.fr/robots.txt\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35092. [2024-09-28 12:20:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35093. [2024-09-28 12:20:23] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35094. [2024-09-28 12:20:23] doctrine.DEBUG: SELECT DATABASE() [] []
  35095. [2024-09-28 12:20:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35096. [2024-09-28 12:20:23] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/latest","method":"GET"} []
  35097. [2024-09-28 12:20:24] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5/exception.css","method":"GET"} []
  35098. [2024-09-28 12:20:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} []
  35099. [2024-09-28 12:20:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":97})"} []
  35100. [2024-09-28 12:20:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  35101. [2024-09-28 12:20:25] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5/exception","method":"GET"} []
  35102. [2024-09-28 12:20:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} []
  35103. [2024-09-28 12:24:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35104. [2024-09-28 12:24:51] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search","method":"GET"} []
  35105. [2024-09-28 12:24:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} []
  35106. [2024-09-28 12:24:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35107. [2024-09-28 12:24:52] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/empty/search/results","method":"GET"} []
  35108. [2024-09-28 12:24:52] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  35109. [2024-09-28 14:11:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35110. [2024-09-28 14:11:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://rbbe.asb-digital.fr/robots.txt")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://rbbe.asb-digital.fr/robots.txt\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35111. [2024-09-28 14:11:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35112. [2024-09-28 14:11:12] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35113. [2024-09-28 14:11:12] doctrine.DEBUG: SELECT DATABASE() [] []
  35114. [2024-09-28 14:11:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35115. [2024-09-28 14:11:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=dump","method":"GET"} []
  35116. [2024-09-28 14:11:13] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=dump","method":"GET"} []
  35117. [2024-09-28 14:11:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35118. [2024-09-28 14:11:13] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=public%2Findex.php&line=25","method":"GET"} []
  35119. [2024-09-28 14:11:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35120. [2024-09-28 14:11:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35121. [2024-09-28 14:11:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=cache","method":"GET"} []
  35122. [2024-09-28 14:11:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=cache","method":"GET"} []
  35123. [2024-09-28 14:11:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35124. [2024-09-28 14:11:49] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=239","method":"GET"} []
  35125. [2024-09-28 14:11:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35126. [2024-09-28 14:11:49] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=http_client","method":"GET"} []
  35127. [2024-09-28 14:11:49] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=http_client","method":"GET"} []
  35128. [2024-09-28 14:12:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35129. [2024-09-28 14:12:23] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FUrlMatcher.php&line=106","method":"GET"} []
  35130. [2024-09-28 14:12:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35131. [2024-09-28 14:12:44] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=logger","method":"GET"} []
  35132. [2024-09-28 14:12:44] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=logger","method":"GET"} []
  35133. [2024-09-28 14:13:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35134. [2024-09-28 14:13:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=doctrine_migrations","method":"GET"} []
  35135. [2024-09-28 14:13:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=doctrine_migrations","method":"GET"} []
  35136. [2024-09-28 14:13:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35137. [2024-09-28 14:13:41] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=exception","method":"GET"} []
  35138. [2024-09-28 14:13:41] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5/exception.css","method":"GET"} []
  35139. [2024-09-28 14:13:41] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=exception","method":"GET"} []
  35140. [2024-09-28 14:13:41] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5/exception","method":"GET"} []
  35141. [2024-09-28 14:14:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35142. [2024-09-28 14:14:04] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=security","method":"GET"} []
  35143. [2024-09-28 14:14:04] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=security","method":"GET"} []
  35144. [2024-09-28 14:14:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35145. [2024-09-28 14:14:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35146. [2024-09-28 14:14:14] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=136","method":"GET"} []
  35147. [2024-09-28 14:14:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35148. [2024-09-28 14:14:16] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=request","method":"GET"} []
  35149. [2024-09-28 14:14:16] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=request","method":"GET"} []
  35150. [2024-09-28 14:14:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35151. [2024-09-28 14:14:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35152. [2024-09-28 14:14:22] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=validator","method":"GET"} []
  35153. [2024-09-28 14:14:22] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=validator","method":"GET"} []
  35154. [2024-09-28 14:14:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35155. [2024-09-28 14:14:31] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=mailer","method":"GET"} []
  35156. [2024-09-28 14:14:31] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=mailer","method":"GET"} []
  35157. [2024-09-28 14:14:55] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35158. [2024-09-28 14:14:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=router","method":"GET"} []
  35159. [2024-09-28 14:14:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=router","method":"GET"} []
  35160. [2024-09-28 14:14:55] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5/router","method":"GET"} []
  35161. [2024-09-28 14:14:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} []
  35162. [2024-09-28 14:14:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":97})"} []
  35163. [2024-09-28 14:15:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35164. [2024-09-28 14:15:03] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=201","method":"GET"} []
  35165. [2024-09-28 14:15:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35166. [2024-09-28 14:15:05] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=126","method":"GET"} []
  35167. [2024-09-28 14:15:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35168. [2024-09-28 14:15:12] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=db","method":"GET"} []
  35169. [2024-09-28 14:15:12] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=db","method":"GET"} []
  35170. [2024-09-28 14:15:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35171. [2024-09-28 14:15:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=vich_uploader.mapping_collector","method":"GET"} []
  35172. [2024-09-28 14:15:35] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=vich_uploader.mapping_collector","method":"GET"} []
  35173. [2024-09-28 14:15:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35174. [2024-09-28 14:15:36] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04","method":"GET"} []
  35175. [2024-09-28 14:15:36] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04/exception.css","method":"GET"} []
  35176. [2024-09-28 14:15:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar","method":"GET"} []
  35177. [2024-09-28 14:15:36] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04/exception","method":"GET"} []
  35178. [2024-09-28 14:15:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35179. [2024-09-28 14:15:39] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://rbbe.asb-digital.fr/robots.txt")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://rbbe.asb-digital.fr/robots.txt\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35180. [2024-09-28 14:15:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35181. [2024-09-28 14:15:39] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35182. [2024-09-28 14:15:39] doctrine.DEBUG: SELECT DATABASE() [] []
  35183. [2024-09-28 14:15:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35184. [2024-09-28 14:15:52] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=80","method":"GET"} []
  35185. [2024-09-28 14:16:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35186. [2024-09-28 14:16:05] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=264","method":"GET"} []
  35187. [2024-09-28 14:16:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35188. [2024-09-28 14:16:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=config","method":"GET"} []
  35189. [2024-09-28 14:16:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=config","method":"GET"} []
  35190. [2024-09-28 14:16:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35191. [2024-09-28 14:16:06] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FRouter.php&line=274","method":"GET"} []
  35192. [2024-09-28 14:16:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35193. [2024-09-28 14:16:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35194. [2024-09-28 14:16:09] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} []
  35195. [2024-09-28 14:16:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35196. [2024-09-28 14:16:24] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=events","method":"GET"} []
  35197. [2024-09-28 14:16:24] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=events","method":"GET"} []
  35198. [2024-09-28 14:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35199. [2024-09-28 14:16:32] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=time","method":"GET"} []
  35200. [2024-09-28 14:16:32] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=time","method":"GET"} []
  35201. [2024-09-28 14:16:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35202. [2024-09-28 14:16:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35203. [2024-09-28 14:16:42] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=168","method":"GET"} []
  35204. [2024-09-28 14:16:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35205. [2024-09-28 14:16:58] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5/search/results?ip=3.145.11.227","method":"GET"} []
  35206. [2024-09-28 14:16:59] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?ip=3.145.11.227","method":"GET"} []
  35207. [2024-09-28 14:17:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35208. [2024-09-28 14:17:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=twig","method":"GET"} []
  35209. [2024-09-28 14:17:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35210. [2024-09-28 14:17:01] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=134","method":"GET"} []
  35211. [2024-09-28 14:17:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=twig","method":"GET"} []
  35212. [2024-09-28 14:17:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35213. [2024-09-28 14:17:01] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=112","method":"GET"} []
  35214. [2024-09-28 14:17:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35215. [2024-09-28 14:17:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=translation","method":"GET"} []
  35216. [2024-09-28 14:17:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=translation","method":"GET"} []
  35217. [2024-09-28 14:17:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35218. [2024-09-28 14:17:26] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=easyadmin","method":"GET"} []
  35219. [2024-09-28 14:17:26] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=easyadmin","method":"GET"} []
  35220. [2024-09-28 14:17:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35221. [2024-09-28 14:17:31] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=73","method":"GET"} []
  35222. [2024-09-28 14:17:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35223. [2024-09-28 14:17:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b18ad5"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/b18ad5?panel=form","method":"GET"} []
  35224. [2024-09-28 14:17:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=form","method":"GET"} []
  35225. [2024-09-28 14:17:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35226. [2024-09-28 14:17:42] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=70","method":"GET"} []
  35227. [2024-09-28 16:14:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35228. [2024-09-28 16:14:49] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt" (from "http://rbbe.asb-digital.fr/robots.txt")" at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" (from \"http://rbbe.asb-digital.fr/robots.txt\") at /home/hlcdisb/www/rbbe_dev/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/hlcdisb/www/rbbe_dev/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
  35229. [2024-09-28 16:14:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} []
  35230. [2024-09-28 16:14:50] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
  35231. [2024-09-28 16:14:50] doctrine.DEBUG: SELECT DATABASE() [] []
  35232. [2024-09-28 16:14:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35233. [2024-09-28 16:14:51] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fdebug-bundle%2FDebugBundle.php&line=24","method":"GET"} []
  35234. [2024-09-28 16:14:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35235. [2024-09-28 16:14:51] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fweb-link%2FEventListener%2FAddLinkHeaderListener.php&line=39","method":"GET"} []
  35236. [2024-09-28 16:14:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35237. [2024-09-28 16:14:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/latest?panel=exception","method":"GET"} []
  35238. [2024-09-28 16:14:57] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0a7c87"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/0a7c87/exception.css","method":"GET"} []
  35239. [2024-09-28 16:14:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=exception","method":"GET"} []
  35240. [2024-09-28 16:14:58] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0a7c87"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/0a7c87/exception","method":"GET"} []
  35241. [2024-09-28 16:15:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35242. [2024-09-28 16:15:07] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.css.twig&line=1","method":"GET"} []
  35243. [2024-09-28 16:15:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35244. [2024-09-28 16:15:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=security","method":"GET"} []
  35245. [2024-09-28 16:15:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=security","method":"GET"} []
  35246. [2024-09-28 16:15:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35247. [2024-09-28 16:15:12] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FResponseListener.php&line=37","method":"GET"} []
  35248. [2024-09-28 16:15:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35249. [2024-09-28 16:15:14] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=44","method":"GET"} []
  35250. [2024-09-28 16:15:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35251. [2024-09-28 16:15:15] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FWebProfilerBundle.php&line=19","method":"GET"} []
  35252. [2024-09-28 16:15:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35253. [2024-09-28 16:15:16] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Ferror-handler%2FDebugClassLoader.php&line=336","method":"GET"} []
  35254. [2024-09-28 16:15:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35255. [2024-09-28 16:15:21] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=113","method":"GET"} []
  35256. [2024-09-28 16:15:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35257. [2024-09-28 16:15:26] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=26","method":"GET"} []
  35258. [2024-09-28 16:15:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35259. [2024-09-28 16:15:29] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FEventListener%2FResolveControllerNameSubscriber.php&line=44","method":"GET"} []
  35260. [2024-09-28 16:15:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35261. [2024-09-28 16:15:32] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FDoctrineMigrationsBundle.php&line=15","method":"GET"} []
  35262. [2024-09-28 16:15:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35263. [2024-09-28 16:15:34] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/latest?panel=doctrine_migrations","method":"GET"} []
  35264. [2024-09-28 16:15:34] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=doctrine_migrations","method":"GET"} []
  35265. [2024-09-28 16:15:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35266. [2024-09-28 16:15:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=twig","method":"GET"} []
  35267. [2024-09-28 16:15:37] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=twig","method":"GET"} []
  35268. [2024-09-28 16:15:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35269. [2024-09-28 16:15:37] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/latest?panel=cache","method":"GET"} []
  35270. [2024-09-28 16:15:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=cache","method":"GET"} []
  35271. [2024-09-28 16:15:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35272. [2024-09-28 16:15:38] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=validator","method":"GET"} []
  35273. [2024-09-28 16:15:38] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=validator","method":"GET"} []
  35274. [2024-09-28 16:15:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35275. [2024-09-28 16:15:39] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=59","method":"GET"} []
  35276. [2024-09-28 16:15:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35277. [2024-09-28 16:15:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=doctrine_migrations","method":"GET"} []
  35278. [2024-09-28 16:15:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=doctrine_migrations","method":"GET"} []
  35279. [2024-09-28 16:15:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35280. [2024-09-28 16:15:41] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FExpressionVoter.php&line=29","method":"GET"} []
  35281. [2024-09-28 16:15:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35282. [2024-09-28 16:15:47] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=128","method":"GET"} []
  35283. [2024-09-28 16:15:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35284. [2024-09-28 16:15:48] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=time","method":"GET"} []
  35285. [2024-09-28 16:15:48] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=time","method":"GET"} []
  35286. [2024-09-28 16:15:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35287. [2024-09-28 16:15:48] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDebugHandlersListener.php&line=73","method":"GET"} []
  35288. [2024-09-28 16:15:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35289. [2024-09-28 16:15:53] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FHandler%2FStreamHandler.php&line=24","method":"GET"} []
  35290. [2024-09-28 16:15:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35291. [2024-09-28 16:15:53] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FProcessor%2FDebugProcessor.php&line=20","method":"GET"} []
  35292. [2024-09-28 16:15:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35293. [2024-09-28 16:15:57] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=45","method":"GET"} []
  35294. [2024-09-28 16:15:57] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35295. [2024-09-28 16:15:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/latest?panel=time","method":"GET"} []
  35296. [2024-09-28 16:15:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=time","method":"GET"} []
  35297. [2024-09-28 16:15:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35298. [2024-09-28 16:15:58] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=48","method":"GET"} []
  35299. [2024-09-28 16:16:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35300. [2024-09-28 16:16:05] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/latest?panel=http_client","method":"GET"} []
  35301. [2024-09-28 16:16:05] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=http_client","method":"GET"} []
  35302. [2024-09-28 16:16:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35303. [2024-09-28 16:16:05] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=132","method":"GET"} []
  35304. [2024-09-28 16:16:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35305. [2024-09-28 16:16:06] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=http_client","method":"GET"} []
  35306. [2024-09-28 16:16:06] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=http_client","method":"GET"} []
  35307. [2024-09-28 16:16:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35308. [2024-09-28 16:16:07] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=exception","method":"GET"} []
  35309. [2024-09-28 16:16:07] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04/exception.css","method":"GET"} []
  35310. [2024-09-28 16:16:07] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=exception","method":"GET"} []
  35311. [2024-09-28 16:16:07] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04/exception","method":"GET"} []
  35312. [2024-09-28 16:16:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35313. [2024-09-28 16:16:08] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/latest?panel=config","method":"GET"} []
  35314. [2024-09-28 16:16:08] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=config","method":"GET"} []
  35315. [2024-09-28 16:16:09] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35316. [2024-09-28 16:16:10] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=events","method":"GET"} []
  35317. [2024-09-28 16:16:10] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=events","method":"GET"} []
  35318. [2024-09-28 16:16:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35319. [2024-09-28 16:16:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35320. [2024-09-28 16:16:17] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=92","method":"GET"} []
  35321. [2024-09-28 16:16:17] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageListener.php&line=36","method":"GET"} []
  35322. [2024-09-28 16:16:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35323. [2024-09-28 16:16:17] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDisallowRobotsIndexingListener.php&line=27","method":"GET"} []
  35324. [2024-09-28 16:16:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35325. [2024-09-28 16:16:18] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ef04"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/e3ef04?panel=form","method":"GET"} []
  35326. [2024-09-28 16:16:18] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.rbbe.asb-digital.fr/_profiler/search_bar?panel=form","method":"GET"} []
  35327. [2024-09-28 16:16:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35328. [2024-09-28 16:16:27] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=51","method":"GET"} []
  35329. [2024-09-28 16:16:29] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35330. [2024-09-28 16:16:29] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FVoteListener.php&line=37","method":"GET"} []
  35331. [2024-09-28 16:16:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35332. [2024-09-28 16:16:33] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} []
  35333. [2024-09-28 16:16:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35334. [2024-09-28 16:16:41] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Feasycorp%2Feasyadmin-bundle%2Fsrc%2FEasyAdminBundle.php&line=15","method":"GET"} []
  35335. [2024-09-28 16:16:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35336. [2024-09-28 16:16:52] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=50","method":"GET"} []
  35337. [2024-09-28 16:16:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35338. [2024-09-28 16:16:53] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=vendor%2Fvich%2Fuploader-bundle%2Fsrc%2FVichUploaderBundle.php&line=16","method":"GET"} []
  35339. [2024-09-28 16:16:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/hlcdisb/www/rbbe_dev/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":345,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} []
  35340. [2024-09-28 16:16:56] request.INFO: 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.rbbe.asb-digital.fr/_profiler/open?file=var%2Flog%2Fdev.log&line=0","method":"GET"} []